Releases: NatLabRockies/ninterp
v0.6.1
Strategy and interpolator enums, to allow for serde of mutable interpolators and strategies!
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Breaking namespace tidying, strategies should be accessed after use prelude::* with strategy::Linear etc.
- This allows for more complex organization under the strategy mod, e.g. for cubics, without totally polluting downstream namespaces
Initialization for strategies (that can mutate strategy data), allowing for more complicated strategies.
Introduce Extrapolate::Wrap (wrap around other end of data)
Full Changelog: v0.5.2...v0.6.0
v0.5.2
v0.5.1
Extrapolate methods moved into macro impl calls. extrapolate no longer necessary, and they shouldn't have applied to 0-D anyway.
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Whole crate uses generics and works on ndarray data (owned, viewed, etc.) now!
What's Changed
- NDArray & generics rewrite by @kylecarow in #3
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
Refactor Error types to clean up names and tuple variants:
ValidationErrortoValidateErrorInterpolationErrortoInterpolateErrorInterpolationError::ExtrapolationErrortoInterpolateError::ExtrapolateErrorError::NoSuchFieldtoError::NoSuchField(&'static str)
Along with other enum changes:
Extrapolate::FillValue->Extrapolate::Fill
Version bump for criterion and rand dev dependencies
Full Changelog: v0.2.7...v0.3.0
v0.2.7
Added Extrapolate::FillValue(f64) and fixed Interp3D Clamp bug
Full Changelog: v0.2.6...v0.2.7
v0.2.6
Extrapolate::EnableforStrategy::Linearnow implemented for all dimensionalitiesStrategy::Nearestavailable for all dimensionalities
Full Changelog: v0.2.5...v0.2.6
v0.2.5
Full Changelog: v0.2.4...v0.2.5