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

Commit

Permalink
v1.0.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi Chen committed Dec 18, 2019
1 parent fa346f4 commit b069094
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.0.3
* Fix bug brought by migrating to tensorflow 2.0
* New elasticity models trained on 2019 MP data base
* Add meg command line tools

# v1.0.2
* Add mypy typing hint for non-tensorflow codes
* Update keras to 2.3.1 to fix thread-safety issues
Expand Down
2 changes: 1 addition & 1 deletion megnet/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='megnet',
version='1.0.2',
version='1.0.3',
description='MatErials Graph Networks for machine learning of molecules and crystals.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit b069094

Please sign in to comment.