From 3f875b9e843806582a5ba57f7bfb6a19afbf5c2e Mon Sep 17 00:00:00 2001 From: Icxolu <10486322+Icxolu@users.noreply.github.com> Date: Sun, 8 Feb 2026 13:09:59 +0100 Subject: [PATCH] bump `numpy` to 0.28.0 --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fef17a89e..35cc83368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Fix mismatched behavior between `PyArrayLike1` and `PyArrayLike2` when used with floats ([#520](https://github.com/PyO3/rust-numpy/pull/520)) - Add ownership-moving conversions into `PyReadonlyArray` and `PyReadwriteArray` ([#524](https://github.com/PyO3/rust-numpy/pull/524)) - Fix UB when calling `PyArray::as_slice` and `as_slice_mut` on misaligned arrays ([#525](https://github.com/PyO3/rust-numpy/pull/525)) + - Bump PyO3 dependency to v0.28.0. ([#530](https://github.com/PyO3/rust-numpy/pull/530)) - v0.27.1 - Bump ndarray dependency to v0.17. ([#516](https://github.com/PyO3/rust-numpy/pull/516)) diff --git a/Cargo.toml b/Cargo.toml index a78e063d6..111834ca9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "numpy" -version = "0.27.1" +version = "0.28.0" authors = [ "The rust-numpy Project Developers", "PyO3 Project and Contributors ",