Skip to content

Commit

Permalink
Set-up for v1.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdawson committed Mar 1, 2016
1 parent 61a68f3 commit 17da7b8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ Changelog
=========


v1.4.x
------

:Release: v1.4.0
:Date: 1 March 2016

* Added an `xarray <http://xarray.pydata.org>`_ interface allowing use of `windspharm` with `xarray.DataArray` objects.
* Fixed a bug in the identification of Gaussian grids in the iris interface.
* Fixed a bug where the `truncate` method would not work on inverted latitude grids in the iris interface.


v1.3.x
------

Expand Down
Binary file added doc/distribution/windspharm-1.4.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:`windspharm-1.4.0.tar.gz </distribution/windspharm-1.4.0.tar.gz>` version 1.4.0 source 1 March 2016
:download:`windspharm-1.3.2.tar.gz </distribution/windspharm-1.3.2.tar.gz>` version 1.3.2 source 18 May 2015
:download:`windspharm-1.3.1.tar.gz </distribution/windspharm-1.3.1.tar.gz>` version 1.3.1 source 1 June 2014
:download:`windspharm-1.3.0.tar.gz </distribution/windspharm-1.3.0.tar.gz>` version 1.3.0 source 2 May 2014
Expand Down
2 changes: 1 addition & 1 deletion lib/windspharm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__all__ = []

# Package version number.
__version__ = '1.4.x'
__version__ = '1.4.0'

try:
from . import cdms
Expand Down

0 comments on commit 17da7b8

Please sign in to comment.