Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #50 from andersy005/master
Browse files Browse the repository at this point in the history
Update changelog for new version
  • Loading branch information
andersy005 authored Feb 2, 2019
2 parents 275b9f0 + 89254cb commit 4c2339c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
=================
Changelog history
=================


Esmlab v2019.2.0 (2019-02-02)
==============================

- Rename compute_ann_climatology to compute_ann_mean (:pr:`33`) `Anderson Banihirwe`_
- Don't add NaNs for _FillValue (:pr:`34`) `Anderson Banihirwe`_
- Change time handling for compute_mon_climatology and compute_ann_mean (:pr:`37`) `Matthew Long`_
- Add slice_mon_clim_time argument to compute_mon_climatology (:pr:`37`) `Matthew Long`_
- Drop time_bound var from compute_ann_mean (:pr:`43`) `Matthew Long`_




.. _`Anderson Banihirwe`: https://github.com/andersy005
.. _`Matthew Long`: https://github.com/matt-long
8 changes: 6 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
# relative to the documentation root, use os.path.abspath to make it
# absolute, like shown here.
#
import esmlab
import os
import sys

sys.path.insert(0, os.path.abspath("../.."))

import esmlab

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

Expand All @@ -45,6 +45,10 @@
"nbsphinx",
]

extlinks = {
"issue": ("https://github.com/NCAR/esmlab/issues/%s", "GH#"),
"pr": ("https://github.com/NCAR/esmlab/pull/%s", "GH#"),
}
numpydoc_show_class_members = False
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand All @@ -61,7 +65,7 @@
# General information about the project.
project = u"esmlab"
copyright = u"2018 onwards, University Corporation for Atmospheric Research"
author = u"Anderson Banihirwe, Kevin Paul, Matthew Long, Michael Levy"
author = u"Anderson Banihirwe, Kevin Paul, Matthew Long, Michael Levy, Julia Kent"

# The version info for the project you're documenting, acts as replacement
# for |version| and |release|, also used in various other places throughout
Expand Down

0 comments on commit 4c2339c

Please sign in to comment.