diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 041c6fc3b4b..145de57d5b3 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -6,6 +6,14 @@ nav_order: 4 # Changelog +## v2024.9.17.1 + +- Emergency release No. 2 to fix yet another regression in chempot diagram. (Thanks @yang-ruoxi for fixing.) + +## v2024.9.17 + +- Emergency release to fix broken phase diagram plotting due to completely unnecessary refactoring. (Thanks @yang-ruoxi for fixing.) + ## v2024.9.10 💥 **Breaking**: NumPy/Cython integer type changed from `np.long`/`np.int_` to int64 on Windows to align with NumPy 2.x, [changing the default integer type to int64 on Windows 64-bit systems](https://numpy.org/doc/stable/release/2.0.0-notes.html) in favor of the platform-dependent `np.int_` type. diff --git a/docs/addons.md b/docs/addons.md index deb635d4019..991c6d94c42 100644 --- a/docs/addons.md +++ b/docs/addons.md @@ -43,3 +43,4 @@ look at [pymatgen dependents](https://github.com/materialsproject/pymatgen/netwo * [Matbench Discovery](https://github.com/janosh/matbench-discovery): Benchmark for machine learning crystal stability prediction. * [matgl](https://github.com/materialsvirtuallab/matgl): Graph deep learning library for materials. Implements M3GNet and MEGNet in DGL and Pytorch with more to come. * [chgnet](https://github.com/CederGroupHub/chgnet): Pretrained universal neural network potential for charge-informed atomistic modeling. +* [DebyeCalculator](https://github.com/FrederikLizakJohansen/DebyeCalculator): A vectorised implementation of the Debye Scattering Equation on CPU and GPU. diff --git a/docs/modules.html b/docs/modules.html index c3d429ad453..1a0c5865ee9 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -4,7 +4,7 @@ -