Skip to content

Releases: pyoceans/python-oceans

v0.6.0

04 Nov 00:55
f320bd4
Compare
Choose a tag to compare

Version 0.6.0

  • Re-factored datasets and fixed data sources URLs.

v0.5.1

18 Jul 19:28
3df5154
Compare
Choose a tag to compare
  • Fix find packages in setup.py #57

v0.5.0

18 Jul 18:10
5842c32
Compare
Choose a tag to compare
  • Fixed pandas rolling_mean deprecation #54
  • Fixed failing tests
  • Added NaN support for MLD #53 and #56

v0.4.0

27 Oct 23:01
Compare
Choose a tag to compare

Version 0.4.0, 27-Oct-2016.

  • re-written get_isobath function that uses latest matplotlib contour machinery.
  • Use integer indexes to fix numpy deprecations.
  • Change license from MIT to BSD 3-Clause.

v0.3.0

17 Aug 15:02
Compare
Choose a tag to compare
  • Fix nanmean and nanstd removed from latest scipy.

v0.2.5

30 Jul 17:00
Compare
Choose a tag to compare
  • Lazy imports.
  • Several minor bug fixes.

v0.2.4

05 May 10:51
Compare
Choose a tag to compare

Version 0.2.4, 05-May-2015

  • Added woa_profile.
  • Re-write of woa_subset to use iris instead of Pandas.
  • Deprecate 'state' option in soundspeed.

v0.2.3

23 Jan 20:45
Compare
Choose a tag to compare

Version 0.2.3, 23-Jan-2015.

  • Unpinned version in setup.py.
  • Several small bugs and typos fixes.

v0.2.2

25 Aug 16:57
Compare
Choose a tag to compare

Version 0.2.1, 07-Apr-2014.

  • Python3 support.

Version 0.2.0, 06-Aug-2013.

  • Moved CTDProfile to a separated module (python-ctd).

Version 0.1.0, 26-Jun-2012

  • Added several of new functions and sub-modules
  • CTDProfile class (pandas DataFrame for CTDs).
  • time_series methods to extend pandas Series.

Version 0.0.1, 13-Oct-2011

  • Initial release.