File tree Expand file tree Collapse file tree 4 files changed +2727
-1
lines changed Expand file tree Collapse file tree 4 files changed +2727
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
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
+
4
22
``v0.3.0 ``
5
23
----------
6
24
*released 2019-04-09 *
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ include *.yapf
7
7
include docs/requirements.txt
8
8
include LICENSE
9
9
recursive-include docs *.bib
10
+ recursive-include docs *.ipynb
10
11
recursive-include docs *.py
11
12
recursive-include docs *.rst
12
13
recursive-include docs Makefile
You can’t perform that action at this time.
0 commit comments