Skip to content

Releases: JuliaMath/Interpolations.jl

v0.12.0

08 May 20:01
d1ad2a1

Choose a tag to compare

Allow trailing 1s for gridded & scaled (fixes #301) (#318)

Interpolations 0.11.2

29 Jan 01:37

Choose a tag to compare

  • docstring fixes (36bd7a5)
  • fix display for scaled interpolations (#296)
  • fix LinRange scaling (#294)

Interpolations 0.11.1

21 Dec 18:36
8003925

Choose a tag to compare

  • Add Documenter documentation (#285)
  • New constructors (#286)
  • Generalize element-type computation (#291)

New `show` method, implement `hessian` for more types

26 Nov 11:51
35de5f9

Choose a tag to compare

Highlights:

  • Add show method that circumvents bounds errors (#271)
  • Implement hessian for more types (#269)
  • Improvements in inference and compile time (#274, #276)

Scaled fixes

13 Nov 19:55
21c1b0e

Choose a tag to compare

Merge pull request #267 from kdw503/dwk/eachvalue_iteration

test and fix iteration error of ScaledIterator

Improve inferrability of FixedExtrapolation

19 Oct 00:53
81f80bc

Choose a tag to compare

Merge pull request #259 from JuliaMath/teh/fix_258

Improve type-stability of FilledExtrapolation (fixes #258)

Fix eltype, improve gridded indexing performance

18 Oct 10:28
b9bc003

Choose a tag to compare

Merge pull request #257 from JuliaMath/teh/perf_gridded

Improve performance of gridded interpolation for knot-ranges

Extrapolation in monotonic

03 Oct 07:55

Choose a tag to compare

v0.10.3

Support for Flat, Line and Throw extrapolations for monotonic interpo…

Fix knot lookup, warnings

02 Oct 16:20

Choose a tag to compare

Update README.md (#247)

Added some info about how to deal with `missing`.

Fix precision-induced boundscheck failures

29 Sep 17:47
49c186f

Choose a tag to compare

Merge pull request #245 from JuliaMath/teh/fix_#244

Avoid numerical-precision failures of bounds checking (fixes #244)