Skip to content

Releases: JuliaMath/Interpolations.jl

v0.13.6

17 Apr 20:17
a4e1c66
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.5...v0.13.6

v0.13.5

14 Dec 06:18
4c21605
Compare
Choose a tag to compare

What's Changed

New Contributors

Known Issues

Full Changelog: v0.13.4...v0.13.5

v0.13.4

08 Aug 18:00
867b859
Compare
Choose a tag to compare

New Features

Bug Fixes

Compatibility and Dependencies

Package Maintainer

Mark Kittisopikul (@mkitti)

v0.13.3

29 Jun 10:56
Compare
Choose a tag to compare

New Features

  • Add compatibility with ChainRulesCore for automatic differentiation support #414 (@rick2047), available for Julia 1.3+
  • Improve documentation appearance #417 (@rick2047)
  • Docs for monotonic interpolation #418 (@mateuszbaran)
  • Add periodic boundary conditions for Constant and Linear #428 (@jaemolihm)

Bug Fixes

v0.13.2

17 Apr 16:14
9375e3b
Compare
Choose a tag to compare

New Features

  • Setup Github Actions Continuous Integration (@timholy, #393)
  • Add knots(itp) to create a knots iterator interpolations and extrapolations (@awadell1, #397)
  • Add knotsbetween(itp; start, stop) for iterating over knots between start and `stop) (@awadell1, #399)
  • Add convenience constructors for constant (nearest-neighbor) interpolation (@eirikbrandsaas, #411)

Bug Fixes

Documentation

Notes

  • v0.13 branch will continue to support Julia 1.0
  • Upcoming v0.14 branch will drop support for Julia 1.0, and support Julia 1.3 on

v0.13.1

01 Dec 22:22
cd94fd1
Compare
Choose a tag to compare

Interpolations v0.13.1

Diff since v0.13.0

Closed issues:

  • [Feature request] Smoothing factor (#254)
  • Spurious warning about concrete types (#287)
  • Previous interpolation (#328)
  • Extrapolate with missing does not work (#370)
  • Support for "all slices" : during interpolation? (#388)

Merged pull requests:

  • Add interp1-like interpolation modes (#338) (@ohmsweetohm1)
  • Add regularization for BSpline (#348) (@getzze)
  • Add support for Unitful.jl numbers to MonotonicInterpolations (#361) (@MatFi)
  • Add support for Unitful.jl numbers to FilledExtrapolations (#367) (@npbarnes)
  • Remove the performance warning on Union{Missing, _} values (#374) (@cstjean)
  • Fix link to news (#382) (@jishnub)
  • CompatHelper: bump compat for "StaticArrays" to "1.0" (#390) (@github-actions[bot])
  • Bumping version to v0.13.1 (#391) (@mkitti)

v0.13.0

19 Oct 04:46
c5f20b1
Compare
Choose a tag to compare

New Maintainer

  • @timholy has stepped down as maintainer.
  • This is the first release under new maintainer Mark Kittisopikul @mkitti

Features

Bug Fixes

  • Improve support for using Unitful with vectors, fixed by @briochemc
  • Update tests for future Julia 1.6 compatability
  • Minor fixes to README.md and documentation, fixing outdated links

v0.12.10

26 May 17:11
bcd05a3
Compare
Choose a tag to compare

Interpolations v0.12.10

Diff since v0.12.9

Merged pull requests:

v0.12.9

28 Mar 23:05
44ad9a6
Compare
Choose a tag to compare

Interpolations v0.12.9

Diff since v0.12.8

Merged pull requests:

v0.12.8

28 Jan 17:33
v0.12.8
d994a14
Compare
Choose a tag to compare

v0.12.8 (2020-01-28)

Diff since v0.12.7

Merged pull requests: