Published April 17, 2021
| Version v0.13.2
Software
Open
JuliaMath/Interpolations.jl: v0.13.2
Authors/Creators
- Tim Holy1
- Mark Kittisopikul2
- Alex Wadell3
- Tomas Aschan4
- Spencer Lyon5
- Miles Lucas6
- Robin Deits7
- Paresh Mathur8
- Som Tambe9
- Valentin Kaisermayer10
- N5N3
- Jae-Mo Lihm11
- Jan Weidner
- Eirik Eylands Brandås
- Carlo Baldassi12
- Christof Stocker
- getzze
- MatFi
- Mateusz Baran13
- Young Ahn14
- Johnny Chen15
- Steven G. Johnson16
- Yakir Luc Gagnon17
- Marius Millea
- Benoit Pasquier
- Alex Arslan18
- Daniel Karrasch19
- Hendrik Ranocha20
- 1. Washington University in St. Louis
- 2. @JaneliaSciComp
- 3. Carnegie Mellon University
- 4. @spotify
- 5. Valorum Data
- 6. Institute for Astronomy
- 7. MIT
- 8. ASML Netherlands
- 9. IIT Kanpur
- 10. BEST - Bioenergy and Sustainable Technologies GmbH
- 11. Seoul National University
- 12. Bocconi University
- 13. AGH University of Krakow
- 14. University of Pennsylvania
- 15. East China Normal University
- 16. Massachusetts Institute of Technology
- 17. Lund University
- 18. Beacon Biosignals
- 19. Technische Universität München
- 20. University of Hamburg
Description
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 betweenstartand `stop) (@awadell1, #399) - Add convenience constructors for constant (nearest-neighbor) interpolation (@eirikbrandsaas, #411)
- Fix compat with StaticArrays (@rdeits , #400)
- Fix syntax error in test/visual.jl (@RossBoylan , #408 )
- Disambiguate expression to avoid a parser error in perf/plot_shootout.jl (@RossBoylan , #409 )
- Improve type promotion for SVectors in tweight() (@maxfreu, #373 , fixes #359)
- Add docstring for
interpolate!(@nandoconde , #410) - Added a simple 1d interpolation example to readme and docs (@eirikbrandsaas , #412)
- 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
Files
JuliaMath/Interpolations.jl-v0.13.2.zip
Files
(4.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:bdbe8b84375136e1119d67691cd8318c
|
4.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/JuliaMath/Interpolations.jl/tree/v0.13.2 (URL)