Skip to content

Commit

Permalink
Merge pull request #279 from mortonjt/numpy-upgrade
Browse files Browse the repository at this point in the history
Post release commit
  • Loading branch information
mortonjt committed Jul 1, 2019
2 parents 14986dc + a3dca91 commit 20cbcaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# gneiss changelog

## Version 0.4.5

## Version 0.4.4
* Numpy and scikit-bio dependencies have been updated [#278](https://github.com/biocore/gneiss/pull/278)

## Version 0.4.3
* Enabling direct download of fdr corrected pvalues
* Adding in sparse version of the ilr transform utilizing COO-formated sparse matrices [#250](https://github.com/biocore/gneiss/pull/250)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def finalize_options(self):
license='BSD',
description=description,
long_description=long_description,
long_description_content_type='text/markdown',
author="gneiss development team",
author_email="jamietmorton@gmail.com",
maintainer="gneiss development team",
Expand Down

0 comments on commit 20cbcaa

Please sign in to comment.