Changelog¶
Source code downloads for released versions can be downloaded from Github.
v1.4¶
- Release
v1.4.0
- Date
3 May 2019
Add support for dask arrays [#107, #109], thanks to @ScottWales.
v1.2¶
- Release
v1.2.0
- Date
25 October 2016
v1.1¶
- Release
v1.1.0
- Date
3 March 2016
Added an xarray interface allowing use of
xarray.DataArray
objects witheofs
.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.
v1.0¶
- Release
v1.0.0
- Date
16 February 2016
Allow arbitrary mode selection when reconstructing a field from EOFs.
Auxiliary coordinates are now preserved in the
eofs.iris
andeofs.multivariate.iris
interfaces.Improved documentation, including the addition of a developer guide.
v0.5¶
- Release
v0.5.1
- Date
10 December 2015
Include workaround for a regression in numpy versions 1.10.0 and 1.10.1. [#34]
Existing users with unaffected numpy versions (<1.10.0, >=1.10.2) don’t need to upgrade.
- Release
v0.5.0
- Date
1 June 2014
Switched to setuptools for installation.
Support for Python 3. Since neither cdms2 or
iris
are supported on Python 3 yet, only the standard interfaces have been tested on Python 3.