Skip to content

Commit bb16a15

Browse files
author
Philipp Reiter
committed
Bump ndarray to 0.16
1 parent cdeaaac commit bb16a15

File tree

3 files changed

+40
-66
lines changed

3 files changed

+40
-66
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Released
22
--------
33

4+
0.5.0 - 18 Aug 2024
5+
===================
6+
7+
- Bump ndarray to 0.16
8+
49
0.4.5 - 27 June 2024
510
===================
611

Cargo.lock

Lines changed: 33 additions & 64 deletions
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,6 +1,6 @@
11
[package]
22
name = "ndrustfft"
3-
version = "0.4.5"
3+
version = "0.5.0"
44
authors = ["preiter <phil.reiter93@gmail.com>"]
55
edition = "2018"
66
description = "N-dimensional FFT, real-to-complex FFT and real-to-real DCT"
@@ -14,7 +14,7 @@ name = "ndrustfft"
1414
path = "src/lib.rs"
1515

1616
[dependencies]
17-
ndarray = { version = "0.15" }
17+
ndarray = { version = "0.16" }
1818
rustfft = { version = "6", default-features = false }
1919
num-traits = "0.2"
2020
rustdct = "0.7"

0 commit comments

Comments
 (0)