Skip to content

Commit

Permalink
Prepare the v1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdawson committed Oct 12, 2017
1 parent 4293157 commit 2a6be6b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 812 deletions.
10 changes: 10 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Changelog
.. default-role:: py:obj


v1.3
----

:Release: v1.3.0
:Date: 12 October 2017

* Minor change for xarray deprecations resulting in a different xarray version dependency (now >= 0.9) [`#87 <https://github.com/ajdawson/eofs/pull/87>`_].
* Bug fixes for Python 3 [`#88 <https://github.com/ajdawson/eofs/pull/88>`_].


v1.2
----

Expand Down
12 changes: 8 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.append(os.path.abspath('sphinxext'))
# sys.path.append(os.path.abspath('sphinxext'))

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

Expand All @@ -32,7 +32,7 @@
'sphinx.ext.viewcode',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
'plot_directive',]
'matplotlib.sphinxext.plot_directive',]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down Expand Up @@ -201,8 +201,12 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('userguide', 'userguide.tex', 'eofs User Guide',
'Andrew Dawson', 'manual'),
('userguide/index', 'userguide.tex', 'eofs User Guide', 'Andrew Dawson',
'manual'),
('examples/index', 'examples.tex', 'eofs Examples', 'Andrew Dawson',
'manual'),
('api/index', 'api.tex', 'eofs API Reference', 'Andrew Dawson',
'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down
Binary file added doc/distribution/eofs-1.3.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.3.0.tar.gz </distribution/eofs-1.3.0.tar.gz>` version 1.3.0 source 12 Oct 2017
: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
Expand Down
Loading

0 comments on commit 2a6be6b

Please sign in to comment.