Skip to content

v7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 17:02
· 14 commits to master since this release
f5763e0

DataInterpolations v7.0.0

Diff since v6.6.0

Breaking changes

  • extrapolate keyword argument was removed. A new keyword argument extrapolation was added. The reason for this is the previous argument was a Boolean, whether to extrapolate or not, while the new argument is an extrapolation choice, i.e. how to extrapolate, like constant extrapolation, linear, continuing the polynomial, etc. See the docs for the choices.

Merged pull requests:

Closed issues:

  • Configurable extrapolation behavior (#355)
  • Add extrapolation types periodic and reflection (#360)
  • Error rather than NaN result if Unitful arrays passed to LinearInterpolation (#365)