Skip to content

Releases: JuliaMath/Interpolations.jl

Rewrite de-emphasizing generated functions

18 Sep 20:45
eb56900
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fix scaling of gradients with NoInterp

30 Oct 10:05
3d433df
Compare
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
Compare
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
Compare
Choose a tag to compare

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

One and oneunit

24 May 16:39
Compare
Choose a tag to compare
Merge pull request #160 from JuliaMath/teh/zero

Use inference to decide the element type

Performance enhancements

28 Apr 13:50
Compare
Choose a tag to compare
Merge pull request #154 from JuliaMath/teh/faster_etp

Faster extrapolation

Type-stable extrapolation constructor

24 Apr 08:42
Compare
Choose a tag to compare
Merge pull request #150 from Evizero/typestable

Make the Extrapolation constructor type-stable