File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,11 @@ and can be started from within `jupyterlab`
5454```
5555
5656## Release notes
57+ ### 0.1.3
58+ * improved parameter fitting
59+ * improved plotting
60+ * improved parallelization
61+
5762### 0.1.1
5863* dropping py3.6 support (using dataclasses and typing)
5964
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Steps for release are
44* github: close and update issues/milestone
55* update version number in develop branch
66* fix pep8 issues (` tox -e pep8 ` )
7- * make sure all tests run (` tox -e py36 ` , ` tox -e py37` )
7+ * make sure all tests run (` tox -e py37 ` )
88* build documentation ` cd docs_builder ` and ` ./make_docs.sh 2>&1 | tee ./make_docs.log `
99* add changes to README changelog section
1010* github: merge all develop changes to master via pull request
Original file line number Diff line number Diff line change 1- __version__ = "0.1.3a1 "
1+ __version__ = "0.1.3 "
You can’t perform that action at this time.
0 commit comments