Skip to content

Commit fa0f2d2

Browse files
schymansjirikuncar
authored andcommitted
build: v0.4.1
* Adds api_features.ipynb with use examples. * Pins sympy==1.3.
1 parent a315e89 commit fa0f2d2

File tree

4 files changed

+2727
-1
lines changed

4 files changed

+2727
-1
lines changed

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changes
22
=======
33

4+
``v0.4.1``
5+
----------
6+
*released 2019-11-20*
7+
8+
Bug Fixes
9+
~~~~~~~~~
10+
11+
- **equations:** Improve dimensional testing of equations and substitution (`PR #73 <https://github.com/environmentalscience/essm/pull/73>`__)
12+
13+
- **equations:** Add support for Integral and Piecewise in Equation PR (`PR #76 <https://github.com/environmentalscience/essm/pull/76>`__)
14+
15+
16+
Features
17+
~~~~~~~~
18+
19+
- **utils:** subs_eq() for simultaneous substitutions.(`PR #75 <https://github.com/environmentalscience/essm/pull/75>`__)
20+
21+
422
``v0.3.0``
523
----------
624
*released 2019-04-09*

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ include *.yapf
77
include docs/requirements.txt
88
include LICENSE
99
recursive-include docs *.bib
10+
recursive-include docs *.ipynb
1011
recursive-include docs *.py
1112
recursive-include docs *.rst
1213
recursive-include docs Makefile

0 commit comments

Comments
 (0)