Releases: ajdawson/eofs
Releases · ajdawson/eofs
v2.0.0
v1.4.1
This is a bugfix release also featuring some significant behind the scenes modernisation improvements:
Version 1.4.0
- Add support for dask arrays [#107, #109], thanks to @ScottWales.
Version 1.3.1
Version 1.3.0
- 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
Improved the detection of time axes in the iris interface.
Version 1.1.0
Release notes:
- Added an xarray interface allowing use of
xarray.DataArray
objects with eofs. - Fix bug in setting
ddof
ineofs.tools.iris.covariance_map()
, previously it was always1
regardless of theddof
keyword. - Better Python 2 and 3 support without relying on 2to3.