Skip to content

Commit

Permalink
Fix exported symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Apr 4, 2024
1 parent 8e07742 commit 2cdadfc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.2] - Unreleased

### Fixed

- Fix _sorptivity_ and _ode_ functions not being properly exported.

## [1.2.1] - 2024-02-19

### Fixed
Expand Down Expand Up @@ -216,6 +222,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

First public pre-release version.

[1.2.2]: https://github.com/gerlero/fronts/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/gerlero/fronts/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/gerlero/fronts/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/gerlero/fronts/compare/v1.1.1...v1.1.2
Expand Down
2 changes: 1 addition & 1 deletion fronts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
from ._inverse import inverse, sorptivity

__all__ = ['solve', 'solve_flowrate', 'solve_from_guess', 'Solution',
'inverse', 'sorptivity' 'ode', 'BaseSolution', 'o', 'do_dr',
'inverse', 'sorptivity', 'ode', 'BaseSolution', 'o', 'do_dr',
'do_dt', 'r', 't', 'as_o']

0 comments on commit 2cdadfc

Please sign in to comment.