Skip to content

0.4.0

Compare
Choose a tag to compare
@jonasBoss jonasBoss released this 03 Oct 17:02
· 50 commits to main since this release
89c33db
  • 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.