Skip to content

Commit

Permalink
Prepare for v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdawson committed Oct 25, 2016
1 parent ee1c604 commit b4bf12c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
25 changes: 17 additions & 8 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ Changelog
.. default-role:: py:obj


v1.1.x
------
v1.2
----

:Release: v1.2.0
:Date: 25 October 2016

* Improved the detection of time axes in the iris interface [`#68 <https://github.com/ajdawson/eofs/issues/68>`_, `#69 <https://github.com/ajdawson/eofs/pull/69>`_].


v1.1
----

:Release: v1.1.0
:Date: 3 March 2016
Expand All @@ -15,8 +24,8 @@ v1.1.x
* Better Python 2 and 3 support without relying on 2to3.


v1.0.x
------
v1.0
----

:Release: v1.0.0
:Date: 16 February 2016
Expand All @@ -26,8 +35,8 @@ v1.0.x
* Improved documentation, including the addition of a developer guide.


v0.5.x
------
v0.5
----

:Release: v0.5.1
:Date: 10 December 2015
Expand All @@ -45,8 +54,8 @@ Existing users with unaffected numpy versions (<1.10.0, >=1.10.2) don't need to
Since neither cdms2 or `iris` are supported on Python 3 yet, only the standard interfaces have been tested on Python 3.


v0.4.x
------
v0.4
----

:Release: v0.4.1
:Date: 5 April 2013
Expand Down
Binary file added doc/distribution/eofs-1.2.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.2.0.tar.gz </distribution/eofs-1.2.0.tar.gz>` version 1.2.0 source 25 Oct 2016
: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
Expand Down
4 changes: 2 additions & 2 deletions lib/eofs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Fast and efficient EOF analysis for Python."""
# (c) Copyright 2010-2015 Andrew Dawson. All Rights Reserved.
# (c) Copyright 2010-2016 Andrew Dawson. All Rights Reserved.
#
# This file is part of eofs.
#
Expand All @@ -25,7 +25,7 @@
__all__ = ['standard', 'tools']

# Package version number.
__version__ = '1.2.dev0'
__version__ = '1.2.0'

try:
from . import cdms
Expand Down

0 comments on commit b4bf12c

Please sign in to comment.