Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/biocore/mmvec
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonjt committed Dec 12, 2019
2 parents d858667 + 29c3709 commit 199532f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# mmvec changelog

## Version 1.0.3 (2019-12-12)
# Enhancements
- Tensorflow is now pinned to any version below 2.0 in [#112](https://github.com/biocore/mmvec/pull/112)
- Learning rate defaults have been fixed to `1e-5` in [#110](https://github.com/biocore/mmvec/pull/110)

# Bug fixes
- Inputs are now expected to be metabolites x microbes in heatmaps [#100](https://github.com/biocore/mmvec/pull/100)

## Version 1.0.2 (2019-10-18)
# Bug fixes
- Inputs are now expected to be metabolites x microbes in heatmaps [#100](https://github.com/biocore/mmvec/pull/100)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MMvec can be installed via pypi as follows
pip install mmvec
```

If you are planning on using GPUs, be sure to `pip install tensorflow-gpu`.
If you are planning on using GPUs, be sure to `pip install tensorflow-gpu <= 1.14.0`.

MMvec can also be installed via conda as follows

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
'scikit-bio >= 0.5.1',
'seaborn',
'tqdm',
'tensorflow'
'tensorflow <= 1.14.0'
],
classifiers=classifiers,
entry_points={
Expand Down

0 comments on commit 199532f

Please sign in to comment.