Skip to content

Commit e1bd29b

Browse files
committed
Implement the Erbs model (#166)
* add erbs * tweak doc string * tweak doc string * add scalar input option * doc fix * make math eqns a little nicer * add 0.3.3 whatsnew * add appveyor to bug fixes
1 parent 44d3b71 commit e1bd29b

File tree

4 files changed

+215
-70
lines changed

4 files changed

+215
-70
lines changed

docs/sphinx/source/whatsnew.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ What's New
66

77
These are new features and improvements of note in each release.
88

9+
.. include:: whatsnew/v0.3.3.txt
910
.. include:: whatsnew/v0.3.2.txt
1011
.. include:: whatsnew/v0.3.1.txt
1112
.. include:: whatsnew/v0.3.0.txt
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.. _whatsnew_0330:
2+
3+
v0.3.3 (May xx, 2016)
4+
-----------------------
5+
6+
This is a minor release from 0.3.2.
7+
We recommend that all users upgrade to this version.
8+
9+
Enhancements
10+
~~~~~~~~~~~~
11+
12+
* Adds the Erbs model. (:issue:`2`)
13+
14+
15+
Bug fixes
16+
~~~~~~~~~
17+
18+
* Fix another bug with the Appveyor continuous integration builds.
19+
(:issue:`170`)
20+
21+
22+
Contributors
23+
~~~~~~~~~~~~
24+
25+
* Will Holmgren

0 commit comments

Comments
 (0)