We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01fd00 commit d7e4463Copy full SHA for d7e4463
CHANGELOG.md
@@ -2,8 +2,9 @@
2
3
## Version 0.12.5
4
5
-- Successfully tested with Python 3.12 and NumPy 2.0: requirements have been updated
6
- to remove the NumPy version upper bound constraint.
+- Add support for NumPy 2.0:
+ - Use `numpy.asarray` instead of `numpy.array(..., copy=False)`
7
+ - Update requirements to remove the NumPy version upper bound constraint
8
9
## Version 0.12.4
10
0 commit comments