We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c074b commit ac03e71Copy full SHA for ac03e71
1 file changed
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# 0.4.0
2
- 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
4
- add `interp_into()` and `interp_array_into()` methods for interpolating into a user provided `ArrayViewMut`
5
this can improve performance by avoiding memory allocations.
6
- fix crash when `IxDyn` dimensions are involved.
0 commit comments