Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwort committed Jul 11, 2019
1 parent 54d7f4d commit 8f3db0a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Change log
==========

0.4 (2019-07-11)
----------------
* `tests` plugin renamed to `test`
* Added more project-independent tests (water balance)
* Lots of updating with SWIM/develop as m.swim/master
* Various improvements and fixes


0.3 (2019-03-19)
----------------
* Add optimization algorithms to default settings and include the `evoalgos`
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
backports.functools-lru-cache==1.5
cycler==0.10.0
Django==1.11.20
Django==1.11.22
evoalgos==1.0
f90nml==1.0.2
kiwisolver==1.0.1
f90nml==1.1.2
kiwisolver==1.1.0
matplotlib==2.2.4
model-manager==0.5.1
numpy==1.16.2
model-manager==0.5.2
numpy==1.16.4
optproblems==1.2
pandas==0.24.2
parse==1.11.1
pyparsing==2.3.1
parse==1.12.0
pyparsing==2.4.0
python-dateutil==2.8.0
pytz==2018.9
pytz==2019.1
six==1.12.0
subprocess32==3.5.3
subprocess32==3.5.4
2 changes: 1 addition & 1 deletion swimpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = """Michel Wortmann"""
__email__ = 'wortmann@pik-potsdam.de'
__version__ = '0.3.0'
__version__ = '0.4.0'
__docs__ = 'http://www.pik-potsdam.de/~wortmann/swimpy'
__url__ = 'https://gitlab.pik-potsdam.de/wortmann/swimpy.git'
swim_url = 'https://gitlab.pik-potsdam.de/swim/swim.git'

0 comments on commit 8f3db0a

Please sign in to comment.