Skip to content

Commit

Permalink
Prepare for v1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdawson committed May 9, 2018
1 parent d0d4b9b commit 5ba30ad
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 812 deletions.
12 changes: 12 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ Changelog
=========


v1.6.x
------

:Release: v1.6.0
:Date: 9 May 2018

This release has no major user-facing changes, its main purpose is to modernise the test suite and fix problems with NumPy compatibility, although the modifications to the test suite may have knock-on effects for package maintainers.

* Fixes for NumPy compatibility [`#89 <https://github.com/ajdawson/windspharm/issues/89>`_, `#90 <https://github.com/ajdawson/windspharm/pull/90>`_].
* Switch from `nose` to `pytest <http://pytest.org>_` for the test suite [`#91 <https://github.com/ajdawson/windspharm/pull/91>`_, `#94 <https://github.com/ajdawson/windspharm/pull/94>`_].


v1.5.x
------

Expand Down
10 changes: 7 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('./sphinxext'))
# sys.path.insert(0, os.path.abspath('./sphinxext'))

# -- General configuration -----------------------------------------------------

Expand All @@ -26,8 +26,12 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode',
'sphinx.ext.intersphinx', 'plot_directive']
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinx.ext.intersphinx',
'matplotlib.sphinxext.plot_directive',
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
Binary file added doc/distribution/windspharm-1.6.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.6.0.tar.gz </distribution/windspharm-1.6.0.tar.gz>` version 1.6.0 source 9 May 2018
:download:`windspharm-1.5.1.tar.gz </distribution/windspharm-1.5.1.tar.gz>` version 1.5.1 source 9 January 2017
:download:`windspharm-1.5.0.tar.gz </distribution/windspharm-1.5.0.tar.gz>` version 1.5.0 source 27 April 2016
:download:`windspharm-1.4.0.tar.gz </distribution/windspharm-1.4.0.tar.gz>` version 1.4.0 source 1 March 2016
Expand Down
Loading

0 comments on commit 5ba30ad

Please sign in to comment.