Skip to content

Commit 6ac64a3

Browse files
authored
Merge pull request #48 from ocefpaf/bump_version
Bump to 0.4.0
2 parents e553684 + 395d55b commit 6ac64a3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
---------
33

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+
414
Version 0.2.5, 30-Jul-2015.
515

616
* Lazy imports.

oceans/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.3.0'
1+
__version__ = '0.4.0'
22

33

44
__all__ = ['RPSstuff',

0 commit comments

Comments
 (0)