Skip to content

Releases: ajdawson/eofs

v2.0.0

15 Nov 15:38
e44e56c
Compare
Choose a tag to compare

The main features of the v2.0.0 release are:

  • Removal of the cdms interfaces, as cdms is no longer actively developed or supported.
  • Removed use of deprecated numpy features removed in newer version of numpy.

v1.4.1

10 Jan 09:59
2d509e7
Compare
Choose a tag to compare

This is a bugfix release also featuring some significant behind the scenes modernisation improvements:

  • Lots of important updates from @ocefpaf regarding packaging and documenation.
  • Bug fix for dask/numpy where from @lee1043
  • Documentation update from @guidov
  • Fixes for xarray interface from @griverat and @rabernat

Version 1.4.0

03 May 13:09
Compare
Choose a tag to compare

Version 1.3.1

05 Dec 14:36
Compare
Choose a tag to compare
  • Fix for the cdms interface on Python 3 [#101, #102]

Version 1.3.0

12 Oct 13:02
Compare
Choose a tag to compare
  • Minor updates affecting xarray compatibility, now requiring xarray >= 0.9.
  • Modernized testing infrastructure (pytest instead of nose, pycodestyle instead of pep8).
  • Python 3 bug fixes.

Version 1.2.0

25 Oct 16:18
Compare
Choose a tag to compare

Improved the detection of time axes in the iris interface.

Version 1.1.0

03 Mar 10:34
Compare
Choose a tag to compare

Release notes:

  • Added an xarray interface allowing use of xarray.DataArray objects with eofs.
  • Fix bug in setting ddof in eofs.tools.iris.covariance_map(), previously it was always 1 regardless of the ddof keyword.
  • Better Python 2 and 3 support without relying on 2to3.