From d7e4463a739e397315203e04a8f036d1f19a151a Mon Sep 17 00:00:00 2001 From: Pierre Raybaut Date: Thu, 20 Jun 2024 18:19:02 +0200 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2624550..c3ab064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ ## Version 0.12.5 -- Successfully tested with Python 3.12 and NumPy 2.0: requirements have been updated - to remove the NumPy version upper bound constraint. +- Add support for NumPy 2.0: + - Use `numpy.asarray` instead of `numpy.array(..., copy=False)` + - Update requirements to remove the NumPy version upper bound constraint ## Version 0.12.4