Skip to content

Commit

Permalink
Merge pull request #159 from LBL-EESA/2.2.0_release
Browse files Browse the repository at this point in the history
Release notes for 2.2.0
  • Loading branch information
burlen authored Jan 26, 2019
2 parents 3e1787d + b718e5e commit b8bed84
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions doc/release/2.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Release Notes for TECA 2.2.0 #
Sat Jan 26 09:32:56 PST 2019

* Add support for Python 3 (-DTECA\_PYTHON\_VERSION=2,3)
* Improve thread safety in the cf reader so that we no longer require thread safe
hdf5
* Added optional configure flags to force the configure to fail if a coresponding
dependency is not found (-DREQUIRE\_XXX where XXX is names a dependency)
* Added optional configure flags giving finer grained control over the install
locations (-DLIB\_PREFIX, -DBIN\_PREFIX, -DINCLUDE\_PREFIX)
* Improved MPI detection on the Cray (-DENABLE\_CRAY\_MPICH)
* Improved FindUDUnits cmake module to look in new system locations on Fedora
* Added Python setuptools build/install mechanism and PyPi package.
`pip3 install --index-url https://test.pypi.org/simple/ teca`
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def build_extension(self, ext):
long_description = fh.read()

setup(name='teca',
version='2.1.3',
version='2.2.0rc1',
author='Burlen Loring',
author_email='[email protected]',
description='The Toolkit for Extreme Climate Analysis',
Expand Down

0 comments on commit b8bed84

Please sign in to comment.