diff --git a/CHANGES.md b/CHANGES.md index c6c876513..146459692 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/setup.cfg b/setup.cfg index e23dc2538..6aeecb4a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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