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.