Releases: swvanbuuren/cubinterpp
Releases · swvanbuuren/cubinterpp
v0.1.0
0.1.0 (2025-01-25)
Bug Fixes
- Change Mdspans layout_type to layout_stride for correct slicing (2722497)
- Copy inputs to avoid dangling references in LinearInterp2D (8bdd710)
- Incorrect naming cubinterp insteads of cubinterpp (cc75686)
- Minor fixes for LinearInterp2D (f41fdf9)
- typos in README.mdspan (f6c80e9), closes #9
- Working setup which python script command (d461f9f)
Features
- Add linear interpolation (0e88c7d)
- add mdspan from kokkos (4d6b054)
- Add ND Vector implementation (cfb6857)
- Add ND vector with internal contiguous storage (e1ab9c9)
- Add python interface for 3D linear interpolation (f97aea6)
- Allow to fill VectorN with consecutive push_back (059789e)
- First implementation of 2D linear interpolation (4013884)
- Full implemention of N-dimensional linear interpolation (6417cc4)
- generalize the interface of 2D linear interpolation (2aab828)