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 #66 from andersy005/cleanup-v2019.2.1
Browse files Browse the repository at this point in the history
Cleanup for v2019.2.1 release
  • Loading branch information
andersy005 authored Feb 12, 2019
2 parents b282b7d + fd48269 commit 1b67bb8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog history
=================

Esmlab v2019.2.1 (2019-02-12)
==============================

- Add time_boud to output of compute_ann_mean (:pr:`51`) `Matthew Long`_
- Add xarray alignment option to prevent using mismatching coordinates (:pr:`54`) `Anderson Banihirwe`_
- Add regridding functionality (:pr:`56`) `Matthew Long`_
- Handle time_bound on data read with decode_times=True (:pr:`59`) `Matthew Long`_
- Add interface to esmlab-data (:pr:`61`) `Anderson Banihirwe`_


Esmlab v2019.2.0 (2019-02-02)
==============================
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ recursive-include esmlab *.py
include LICENSE
include README.rst
include requirements.txt
include requirements-py2.txt
recursive-include tests

recursive-exclude * __pycache__
recursive-exclude * *.py[co]
Expand Down
9 changes: 4 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
master_doc = "index"

# General information about the project.
project = u"esmlab"
project = u"ESMLab"
copyright = u"2018 onwards, University Corporation for Atmospheric Research"
author = u"Anderson Banihirwe, Kevin Paul, Matthew Long, Michael Levy, Julia Kent"
author = u"Earth System Informatics Team"

# 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 Expand Up @@ -160,10 +160,10 @@
texinfo_documents = [
(
master_doc,
"esmlab",
"ESMLab",
u"esmlab Documentation",
author,
"esmlab",
"ESMLab",
"One line description of project.",
"Miscellaneous",
)
Expand All @@ -175,5 +175,4 @@
"import pandas as pd",
"import xarray as xr",
"import esmlab",
"from esmlab.accessors import EsmDataArrayAccessor",
]

0 comments on commit 1b67bb8

Please sign in to comment.