Skip to content

Commit

Permalink
update CHANGES.md for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Jan 13, 2023
1 parent 85bf83d commit 0fe2c76
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,21 @@ Use this section to keep track of changes in the works.
Ensemble. #309 @qchempku2017
* Use -mcpu=native compile option to build successfully on newer macs. #310 @lbluque
### Fixed
* Add `polytope` and `cvxpy` to test requirements.
* Add `polytope` and `cvxpy` to test requirements. #304 @lbluque
### Removed
### Deprecated

# [v0.3.0](https://github.com/CederGroupHub/smol/releases/tag/v0.3.0) (2023-01-13)
### Added
* Cluster decomposition analysis and sampling functionality. #306 @lbluque
### Changed
* Keep ensemble as attribute in `MCKernels`. #304 @lbluque
* Change default processor into ClusterDecompositionProcessor when initializing
Ensemble. #309 @qchempku2017
* Use -mcpu=native compile option to build successfully on newer macs. #310 @lbluque
### Fixed
* Add `polytope` and `cvxpy` to test requirements. #304 @lbluque

# [v0.2.0](https://github.com/CederGroupHub/smol/releases/tag/v0.2.0) (2022-12-11)
### Added
* `WangLandau` kernel class for density of states sampling. #294 @qchempku2017 & @lbluque
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ python_requires = >=3.8
setup_requires = numpy>=1.20; setuptools; setuptools_scm
install_requires =
setuptools
numpy ==1.23
numpy >=1.23
pymatgen >=2022.3.24
monty >=3.0.1

Expand Down

0 comments on commit 0fe2c76

Please sign in to comment.