Releases: JuliaMath/Interpolations.jl
Releases · JuliaMath/Interpolations.jl
Monotonic interpolation
v0.10.0 Merge pull request #243 from JuliaMath/mateuszbaran-monotonic-interpo…
Fixes for gradient! and signature generalizations for convenience "constructors"
Merge pull request #241 from JuliaMath/teh/fix_230 Generalize signatures of convenience constructors
Throw informative errors
Merge pull request #233 from JuliaMath/teh/fix_232 Clean-ups to extrapolate
Rewrite de-emphasizing generated functions
Merge pull request #226 from JuliaMath/teh/break_everything Break all the things
Julia 0.7+ compatiability
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
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
Fix scaling of gradients with NoInterp
Merge pull request #182 from magerton/pull-request/61d75528 Fix gradients for ScaledInterpolation with NoInterp
Improve NoInterp and fix deprecations
Merge pull request #179 from JuliaMath/teh/fix_178 Fix computation of element type (fixes #178)
Deprecation fixes
Fixes deprecation warnings from using old @functorize macro and update jupyter notbooks and plotting examples in doc directory.