Skip to content

Commit

Permalink
Merge pull request #62 from ajdawson/release-1.4.0
Browse files Browse the repository at this point in the history
Prepare to release 1.4.0
  • Loading branch information
ajdawson committed Mar 1, 2016
2 parents 9305672 + 17da7b8 commit 5ed8ed2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include README.md
include license.txt
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 5ed8ed2

Please sign in to comment.