Skip to content

Commit 9cb2712

Browse files
committed
v0.6.2
1 parent bd7735d commit 9cb2712

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# dev
22

3+
# Version 0.6.2 (March 2020)
4+
5+
- Added module for site featurization and GA feature selection.
6+
- Fixed ML-NEB compatibility issue with FHI-AIMS ase calculator.
7+
- Compatibility updated for ASE 3.19.0
8+
- Compatibility updated for Pandas 0.24.0
9+
- Compatibility updated for Scikit-learn 0.22.0
310
- Dropped support for python 2.
11+
- Dropped support for python 3.5
412
- Added testing for python 3.7 and 3.8
5-
- Updated compatibility for ASE 3.19.0
6-
- Updated compatibility for Pandas 0.24.0
7-
- Updated compatibility for Scikit-learn 0.22.0
813

914
# Version 0.6.1 (April 2019)
1015

catlearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.1"
1+
__version__ = "0.6.2"

docs/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
# Version 0.6.2 (March 2020)
4+
5+
- Added module for site featurization and GA feature selection.
6+
- Fixed ML-NEB compatibility issue with FHI-AIMS ase calculator.
7+
- Compatibility updated for ASE 3.19.0
8+
- Compatibility updated for Pandas 0.24.0
9+
- Compatibility updated for Scikit-learn 0.22.0
10+
- Dropped support for python 2.
11+
- Dropped support for python 3.5
12+
- Added testing for python 3.7 and 3.8
13+
314
# Version 0.6.1 (April 2019)
415

516
- Fixed compatibility issue with MLNEB and [GPAW](https://wiki.fysik.dtu.dk/gpaw/index.html)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def parse_requirements(filename):
1313

1414
setuptools.setup(
1515
name="CatLearn",
16-
version="0.6.1",
16+
version="0.6.2",
1717
url="https://github.com/SUNCAT-Center/CatLearn",
1818

1919
author="Paul C. Jennings",

0 commit comments

Comments
 (0)