Skip to content

Releases: JuliaMath/Interpolations.jl

v0.14.2

31 Jul 05:22
c480a89

Choose a tag to compare

Interpolations v0.14.2

Diff since v0.14.1

Merged pull requests:

  • Deprecate CamelCase convenience for snake_case constructors (#501) (@mkitti)
  • Relax Adapt compatibility to v2 for Julia 1.0 compat (#506) (@mkitti)

v0.14.1

30 Jul 08:27

Choose a tag to compare

Interpolations v0.14.1

Diff since v0.14.0

Closed issues:

  • Interpolation over "flat" dimensions (#107)
  • References missing (#321)
  • Update Readme (#485)
  • Checking for unique knots is performance drain, any way to disable? (#498)

Merged pull requests:

v0.14.0

11 Jul 08:04
4316c04

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.6...v0.14.0

v0.13.6

17 Apr 20:17
a4e1c66

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

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

Choose a tag to compare

New Features

Bug Fixes

Compatibility and Dependencies

Package Maintainer

Mark Kittisopikul (@mkitti)

v0.13.3

29 Jun 10:56

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

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

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

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