From 805000396d9e7b37b3dd7a0ffd1a57b1ca9affd8 Mon Sep 17 00:00:00 2001 From: "Adam J. Jackson" Date: Tue, 2 Jul 2024 17:07:10 +0100 Subject: [PATCH] Changelog update --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ad44dfd77..9f33c724e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,6 +22,9 @@ spglib raises TypeError when using empty unit cell and this needs handling when looking for high-symmetry labels + - Compatibility fix for Numpy 2.0 update: avoid some + broadcasting issues with array shape returned by ``np.unique`` + -------------------------------------------------------------------------------