Skip to content

Releases: JuliaMath/Interpolations.jl

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

26 Nov 11:51
35de5f9
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Merge pull request #245 from JuliaMath/teh/fix_#244

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

Monotonic interpolation

29 Sep 08:41
659215c
Compare
Choose a tag to compare
v0.10.0

Merge pull request #243 from JuliaMath/mateuszbaran-monotonic-interpo…

Fixes for gradient! and signature generalizations for convenience "constructors"

27 Sep 13:23
67049ef
Compare
Choose a tag to compare
Merge pull request #241 from JuliaMath/teh/fix_230

Generalize signatures of convenience constructors

Throw informative errors

20 Sep 20:55
d85ba1d
Compare
Choose a tag to compare
Merge pull request #233 from JuliaMath/teh/fix_232

Clean-ups to extrapolate