Skip to content

0.3.0

Compare
Choose a tag to compare
@jonasBoss jonasBoss released this 01 Aug 12:40
· 96 commits to main since this release
c990be0
  • add 2d interpolation
  • add biliniar interpolation strategy
  • rename Strategy to Interp1DStrategy and StrategyBuilder to Interp1DStrategyBuilder
  • make extrapolate filed of Linear private add extrapolate(bool) method instead.