Skip to content

Commit

Permalink
Bump ndarray to 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Reiter committed Aug 18, 2024
1 parent cdeaaac commit bb16a15
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 66 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Released
--------

0.5.0 - 18 Aug 2024
===================

- Bump ndarray to 0.16

0.4.5 - 27 June 2024
===================

Expand Down
97 changes: 33 additions & 64 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ndrustfft"
version = "0.4.5"
version = "0.5.0"
authors = ["preiter <[email protected]>"]
edition = "2018"
description = "N-dimensional FFT, real-to-complex FFT and real-to-real DCT"
Expand All @@ -14,7 +14,7 @@ name = "ndrustfft"
path = "src/lib.rs"

[dependencies]
ndarray = { version = "0.15" }
ndarray = { version = "0.16" }
rustfft = { version = "6", default-features = false }
num-traits = "0.2"
rustdct = "0.7"
Expand Down

0 comments on commit bb16a15

Please sign in to comment.