Skip to content

Commit

Permalink
build: v0.4.1
Browse files Browse the repository at this point in the history
* Adds api_features.ipynb with use examples.

* Pins sympy==1.3.
  • Loading branch information
schymans authored and jirikuncar committed Nov 20, 2019
1 parent a315e89 commit fa0f2d2
Show file tree
Hide file tree
Showing 4 changed files with 2,727 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changes
=======

``v0.4.1``
----------
*released 2019-11-20*

Bug Fixes
~~~~~~~~~

- **equations:** Improve dimensional testing of equations and substitution (`PR #73 <https://github.com/environmentalscience/essm/pull/73>`__)

- **equations:** Add support for Integral and Piecewise in Equation PR (`PR #76 <https://github.com/environmentalscience/essm/pull/76>`__)


Features
~~~~~~~~

- **utils:** subs_eq() for simultaneous substitutions.(`PR #75 <https://github.com/environmentalscience/essm/pull/75>`__)


``v0.3.0``
----------
*released 2019-04-09*
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ include *.yapf
include docs/requirements.txt
include LICENSE
recursive-include docs *.bib
recursive-include docs *.ipynb
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs Makefile
Expand Down
Loading

0 comments on commit fa0f2d2

Please sign in to comment.