Skip to content

Commit ac03e71

Browse files
committed
changelog
1 parent d1c074b commit ac03e71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 0.4.0
22
- performance improvement for `Interp2D` (`Interp2D::index_point()` is now much faster) -50% for most interpolation methods
3+
- runtime specialization for `interp_array` methods when query dimension is `Ix1` ~-20% improvement
34
- add `interp_into()` and `interp_array_into()` methods for interpolating into a user provided `ArrayViewMut`
45
this can improve performance by avoiding memory allocations.
56
- fix crash when `IxDyn` dimensions are involved.

0 commit comments

Comments
 (0)