v0.9.1
This release contains several compatibility fixes across tests and dependencies, including support for the latest numpy and pymatgen versions.
Dependencies have been tightened to make sure that any future incompatibilities do not render this package entirely unusable.
Users are encouraged to install the pinned dependencies from requirements/*.txt
if they run into any issues.
What's Changed
- Linting and test updates by @ml-evs in #912
- Prevent warning in fingerprint.py during yaml.safe_load by @afonari in #914
- Fix maximum element failure by @JaGeo in #921
- Begin unpicking dependency issues by @ml-evs in #922
- Correct valence electron numbers by @DanielYang59 in #917
- Reintroduce pandas pin and update code for numpy 1.24+ by @ml-evs in #925
- More dependency upgrades: support for latest pymatgen and numpy by @ml-evs in #928
New Contributors
- @afonari made their first contribution in #914
- @JaGeo made their first contribution in #921
- @DanielYang59 made their first contribution in #917
Full Changelog: v0.9.0...v0.9.1