From b373410ed1f18fca6c229f684917dbec3ea991dd Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Mon, 16 Sep 2024 20:15:54 -0700 Subject: [PATCH] Updated changelog. --- docs/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 041c6fc3b4b..d4313f4c186 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -6,6 +6,10 @@ nav_order: 4 # Changelog +## 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.