Skip to content

Releases: NREL/ninterp

v0.3.0

03 Mar 19:05
Compare
Choose a tag to compare

Refactor Error types to clean up names and tuple variants:

  • ValidationError to ValidateError
  • InterpolationError to InterpolateError
  • InterpolationError::ExtrapolationError to InterpolateError::ExtrapolateError
  • Error::NoSuchField to Error::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

03 Mar 18:10
Compare
Choose a tag to compare

Added Extrapolate::FillValue(f64) and fixed Interp3D Clamp bug

Full Changelog: v0.2.6...v0.2.7

v0.2.6

01 Mar 02:06
Compare
Choose a tag to compare
  • Extrapolate::Enable for Strategy::Linear now implemented for all dimensionalities
  • Strategy::Nearest available for all dimensionalities

Full Changelog: v0.2.5...v0.2.6

v0.2.5

25 Feb 17:15
Compare
Choose a tag to compare

Full Changelog: v0.2.4...v0.2.5

v0.2.4

21 Feb 22:53
Compare
Choose a tag to compare

Full Changelog: v0.2.3...v0.2.4

v0.2.3

21 Feb 22:15
Compare
Choose a tag to compare

Full Changelog: v0.2.1...v0.2.3

v0.2.1

24 Jan 23:44
Compare
Choose a tag to compare

Minor extrapolation error message improvement: message includes all grid dimensions where errors occur.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

23 Jan 19:52
Compare
Choose a tag to compare

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

27 Nov 17:30
Compare
Choose a tag to compare