File tree Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1
1
# dev
2
2
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
3
10
- Dropped support for python 2.
11
+ - Dropped support for python 3.5
4
12
- 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
8
13
9
14
# Version 0.6.1 (April 2019)
10
15
Original file line number Diff line number Diff line change 1
- __version__ = "0.6.1 "
1
+ __version__ = "0.6.2 "
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
# Version 0.6.1 (April 2019)
4
15
5
16
- Fixed compatibility issue with MLNEB and [ GPAW] ( https://wiki.fysik.dtu.dk/gpaw/index.html )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def parse_requirements(filename):
13
13
14
14
setuptools .setup (
15
15
name = "CatLearn" ,
16
- version = "0.6.1 " ,
16
+ version = "0.6.2 " ,
17
17
url = "https://github.com/SUNCAT-Center/CatLearn" ,
18
18
19
19
author = "Paul C. Jennings" ,
You can’t perform that action at this time.
0 commit comments