Skip to content

Releases: NatLabRockies/ninterp

v0.6.1

20 Mar 20:31

Choose a tag to compare

Strategy and interpolator enums, to allow for serde of mutable interpolators and strategies!

Full Changelog: v0.6.0...v0.6.1

v0.6.0

19 Mar 19:19

Choose a tag to compare

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

12 Mar 17:24

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

09 Mar 17:43

Choose a tag to compare

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

08 Mar 21:46

Choose a tag to compare

Whole crate uses generics and works on ndarray data (owned, viewed, etc.) now!

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

07 Mar 04:11

Choose a tag to compare

Full rewrite!

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

03 Mar 19:05

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

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

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

Choose a tag to compare

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