Skip to content

Commit 8e454f0

Browse files
committed
Prepare for v1.3.2 release.
1 parent b392289 commit 8e454f0

4 files changed

Lines changed: 8 additions & 1 deletion

File tree

doc/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Changelog
55
v1.3.x
66
------
77

8+
:Release: v1.3.2
9+
:Date: 18 May 2015
10+
11+
* Fixed a bug in the iris and cdms interfaces that caused incorrect results to be returned from the `gradient` method if the input had a latitude dimension ordered south-north (thanks to Adrian Matthews for the report).
12+
* Fixed the metadata of the return values from the gradient and truncate methods in the cdms interface, previously a temporary variable name would be included in the id and long_name attributes when it should have been the name of the input field.
13+
814
:Release: v1.3.1
915
:Date: 1 June 2014
1016

1.41 MB
Binary file not shown.

doc/downloads.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Source code downloads for released versions, see the :doc:`changelog` for detail
88
=========================================================================== ==================== =================
99
Filename Summary Released
1010
=========================================================================== ==================== =================
11+
:download:`windspharm-1.3.2.tar.gz </distribution/windspharm-1.3.2.tar.gz>` version 1.3.2 source 18 May 2015
1112
:download:`windspharm-1.3.1.tar.gz </distribution/windspharm-1.3.1.tar.gz>` version 1.3.1 source 1 June 2014
1213
:download:`windspharm-1.3.0.tar.gz </distribution/windspharm-1.3.0.tar.gz>` version 1.3.0 source 2 May 2014
1314
:download:`windspharm-1.2.1.tar.gz </distribution/windspharm-1.2.1.tar.gz>` version 1.2.1 source 8 August 2013

lib/windspharm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
__all__ = []
3030

3131
# Package version number.
32-
__version__ = '1.3.x'
32+
__version__ = '1.3.2'
3333

3434
try:
3535
from . import cdms

0 commit comments

Comments
 (0)