We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e8c7d commit b57a173Copy full SHA for b57a173
WHATS_NEW.txt
@@ -2,6 +2,12 @@ Release notes: Highlights of new features
2
=========================================
3
For latest changes see http://github.com/robclewley/pydstool
4
5
+Version 0.91.0 01 Feb 2020
6
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7
+* Fixed code to support scipy 1.4+
8
+
9
+Thanks to Daniel Bliss for contributing patch.
10
11
Version 0.90.3 20 Aug 2019
12
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13
* Removed support for Python < 3.6 (#146)
setup.py
@@ -26,8 +26,8 @@
26
import sys
27
28
MAJOR = 0
29
-MINOR = 90
30
-MICRO = 3
+MINOR = 91
+MICRO = 0
31
__version__ = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
32
33
0 commit comments