Skip to content

Commit

Permalink
Merge pull request #66 from ajdawson/release-1.1.0
Browse files Browse the repository at this point in the history
Set-up for v1.1.0 release.
  • Loading branch information
ajdawson committed Mar 3, 2016
2 parents eb73088 + acdde11 commit 186fc2e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

.. default-role:: py:obj


v1.1.x
------

:Release: v1.1.0
:Date: 3 March 2016

* Added an `xarray <http://xarray.pydata.org>`_ interface allowing use of `xarray.DataArray` objects with :py:mod:`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.


v1.0.x
------
Expand Down
Binary file added doc/distribution/eofs-1.1.0.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions doc/downloads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Source code downloads for released versions, see the :doc:`changelog` for detail
=============================================================== ==================== ================
Filename Summary Released
=============================================================== ==================== ================
:download:`eofs-1.1.0.tar.gz </distribution/eofs-1.1.0.tar.gz>` version 1.1.0 source 3 Mar 2016
:download:`eofs-1.0.0.tar.gz </distribution/eofs-1.0.0.tar.gz>` version 1.0.0 source 16 Feb 2016
:download:`eofs-0.5.1.tar.gz </distribution/eofs-0.5.1.tar.gz>` version 0.5.1 source 10 Dec 2015
:download:`eofs-0.5.0.tar.gz </distribution/eofs-0.5.0.tar.gz>` version 0.5.0 source 1 Jun 2014
Expand Down
2 changes: 1 addition & 1 deletion lib/eofs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
__all__ = ['standard', 'tools']

# Package version number.
__version__ = '1.1.x'
__version__ = '1.1.0'

try:
from . import cdms
Expand Down

0 comments on commit 186fc2e

Please sign in to comment.