From 048eace510dd1a61f3271834735a18bb97ab7149 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Wed, 20 Nov 2024 08:57:20 -0500 Subject: [PATCH] update changelog --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index de4c134c4..fa63f5381 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,9 @@ CHANGELOG ### 2.4.17 +* Fix support for numpy 2.0. [#982] + + ### 2.4.16 * Fix handling of floating-point precision near the aligned case that used to result in error from libphoebe. [#965]