Releases: NREL/ninterp
Releases · NREL/ninterp
v0.3.0
Refactor Error
types to clean up names and tuple variants:
ValidationError
toValidateError
InterpolationError
toInterpolateError
InterpolationError::ExtrapolationError
toInterpolateError::ExtrapolateError
Error::NoSuchField
toError::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::Enable
forStrategy::Linear
now implemented for all dimensionalitiesStrategy::Nearest
available for all dimensionalities
Full Changelog: v0.2.5...v0.2.6
v0.2.5
Full Changelog: v0.2.4...v0.2.5
v0.2.4
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Full Changelog: v0.2.1...v0.2.3
v0.2.1
Minor extrapolation error message improvement: message includes all grid dimensions where errors occur.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Syntax refinement; shift to new_1d
, new_2d
, new_3d
, new_nd
methods for instantiation.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/NREL/ninterp/commits/v0.1.0