Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhangaard committed Mar 25, 2020
1 parent bd7735d commit 9cb2712
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# dev

# Version 0.6.2 (March 2020)

- Added module for site featurization and GA feature selection.
- Fixed ML-NEB compatibility issue with FHI-AIMS ase calculator.
- Compatibility updated for ASE 3.19.0
- Compatibility updated for Pandas 0.24.0
- Compatibility updated for Scikit-learn 0.22.0
- Dropped support for python 2.
- Dropped support for python 3.5
- Added testing for python 3.7 and 3.8
- Updated compatibility for ASE 3.19.0
- Updated compatibility for Pandas 0.24.0
- Updated compatibility for Scikit-learn 0.22.0

# Version 0.6.1 (April 2019)

Expand Down
2 changes: 1 addition & 1 deletion catlearn/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.1"
__version__ = "0.6.2"
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

# Version 0.6.2 (March 2020)

- Added module for site featurization and GA feature selection.
- Fixed ML-NEB compatibility issue with FHI-AIMS ase calculator.
- Compatibility updated for ASE 3.19.0
- Compatibility updated for Pandas 0.24.0
- Compatibility updated for Scikit-learn 0.22.0
- Dropped support for python 2.
- Dropped support for python 3.5
- Added testing for python 3.7 and 3.8

# Version 0.6.1 (April 2019)

- Fixed compatibility issue with MLNEB and [GPAW](https://wiki.fysik.dtu.dk/gpaw/index.html)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def parse_requirements(filename):

setuptools.setup(
name="CatLearn",
version="0.6.1",
version="0.6.2",
url="https://github.com/SUNCAT-Center/CatLearn",

author="Paul C. Jennings",
Expand Down

0 comments on commit 9cb2712

Please sign in to comment.