Skip to content

Commit 6cd209b

Browse files
authored
Release ndarray 0.17.0 (#1529)
1 parent b4e7658 commit 6cd209b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "ndarray"
4-
version = "0.16.1"
4+
version = "0.17.0"
55
edition = "2021"
66
rust-version = "1.64"
77
authors = [
@@ -87,7 +87,7 @@ default-members = [
8787
]
8888

8989
[workspace.dependencies]
90-
ndarray = { version = "0.16", path = ".", default-features = false }
90+
ndarray = { version = "0.17", path = ".", default-features = false }
9191
ndarray-rand = { path = "ndarray-rand" }
9292
ndarray-gen = { path = "crates/ndarray-gen" }
9393

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 0.17.0 (2025-10-13)
1+
Version 0.17.0 (2025-10-14)
22
===========================
33
Version 0.17.0 introduces a new **array reference type** — the preferred way to write functions and extension traits in `ndarray`.
44
This release is fully backwards-compatible but represents a major usability improvement.

0 commit comments

Comments
 (0)