Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasBoss committed Sep 21, 2023
1 parent fd8bb1b commit ab1e2ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.3.2
performance improvement for `VectorExtensions::get_lower_index`.
From -24% for evenly spaced values up to 72% for randomised and
logarithimic spaced values.

# 0.3.1
- added type aliases for common interpolators
- make the `VectorExtensions` trait public
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ndarray-interp"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
license = "MIT"
description = "Interpolation package for ndarray"
Expand Down

0 comments on commit ab1e2ed

Please sign in to comment.