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.
2 parents e553684 + 395d55b commit 6ac64a3Copy full SHA for 6ac64a3
CHANGES.txt
@@ -1,6 +1,16 @@
1
Changelog
2
---------
3
4
+Version 0.4.0, 27-Oct-2016.
5
+
6
+* re-written `get_isobath` function that uses latest matplotlib contour machinery.
7
+* Use integer indexes to fix `numpy` deprecations.
8
+* Change license from MIT to BSD 3-Clause.
9
10
+Version 0.3.0, 17-Aug-2016.
11
12
+* Fix `nanmean` and `nanstd` removed from latest `scipy`.
13
14
Version 0.2.5, 30-Jul-2015.
15
16
* Lazy imports.
oceans/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.3.0'
+__version__ = '0.4.0'
__all__ = ['RPSstuff',
0 commit comments