You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated to latest PyO3 version, fixed deprecation, updated README and examples.
* Removed Python versions 3.7 and 3.13t that are no longer supported.
* update CHANGELOG heading, incresed nalgebra version range to include 0.35
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
1
# Changelog
2
2
3
3
- Unreleased
4
+
5
+
- v0.29.0
4
6
- Fix PyArray_DTypeMeta definition when Py_LIMITED_API is disabled ([#532](https://github.com/PyO3/rust-numpy/pull/532))
5
7
- The NumPy C API binding has been updated to target the ABI v2, while maintaining runtime compatibility with NumPy v1 targeting the API v1.15. The higher interface is unchanged. ([#537](https://github.com/PyO3/rust-numpy/pull/537))
6
8
- Fix `is_exact_type_of` / `cast_exact` to use `PyArray_CheckExact` instead of `PyArray_Check`, correctly rejecting subclasses of `ndarray`. ([#550](https://github.com/PyO3/rust-numpy/pull/550))
9
+
- Bump PyO3 dependency to v0.29.0 ([#553](https://github.com/PyO3/rust-numpy/pull/553))
10
+
- Fix `PyCapsule::new_with_destructor` to use `PyCapsule::new_with_value_and_destructor`.
11
+
- Open `nalgebra` range to include 0.35.
7
12
8
13
- v0.28.0
9
14
- Fix mismatched behavior between `PyArrayLike1` and `PyArrayLike2` when used with floats ([#520](https://github.com/PyO3/rust-numpy/pull/520))
0 commit comments