Skip to content

Releases: JuliaMath/Interpolations.jl

Monotonic interpolation

29 Sep 08:41
659215c

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

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

Choose a tag to compare

Merge pull request #233 from JuliaMath/teh/fix_232

Clean-ups to extrapolate

Rewrite de-emphasizing generated functions

18 Sep 20:45
eb56900

Choose a tag to compare

Merge pull request #226 from JuliaMath/teh/break_everything

Break all the things

Julia 0.7+ compatiability

02 Aug 12:14

Choose a tag to compare

Fixes for julia 0.7 (#218)

* Fixes for julia 0.7

except for the IO part, whose tests are disabled

* Simplify inference bug workaround

And limit its applicability range to before the fix.
Credit to @RalphAS, this is basically #219.

* Require AxisAlgorithms 0.3.0

* Change WebIO->Interpolations in travis script

* Add an at-static annotation

Fix return type inference for FilledExtrapolation

07 Jan 17:22
839c1d3

Choose a tag to compare

Merge pull request #190 from JuliaMath/teh/heisenbug

Don't use generated function for FilledExtrapolation

Allow getindex on AbstractInterpolation with mixed CartesianIndex and Real arguments

09 Nov 16:32

Choose a tag to compare

Fix scaling of gradients with NoInterp

30 Oct 10:05
3d433df

Choose a tag to compare

Merge pull request #182 from magerton/pull-request/61d75528

Fix gradients for ScaledInterpolation with NoInterp

Improve NoInterp and fix deprecations

22 Sep 08:31

Choose a tag to compare

Merge pull request #179 from JuliaMath/teh/fix_178

Fix computation of element type (fixes #178)

Deprecation fixes

31 Aug 19:08

Choose a tag to compare

Fixes deprecation warnings from using old @functorize macro and update jupyter notbooks and plotting examples in doc directory.