Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasBoss committed Oct 3, 2023
1 parent d1c074b commit ac03e71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 0.4.0
- performance improvement for `Interp2D` (`Interp2D::index_point()` is now much faster) -50% for most interpolation methods
- runtime specialization for `interp_array` methods when query dimension is `Ix1` ~-20% improvement
- add `interp_into()` and `interp_array_into()` methods for interpolating into a user provided `ArrayViewMut`
this can improve performance by avoiding memory allocations.
- fix crash when `IxDyn` dimensions are involved.
Expand Down

0 comments on commit ac03e71

Please sign in to comment.