Skip to content

Commit ba5b9ec

Browse files
authored
Merge pull request #626 from mkitti/mkitti-update-news-0-16-0
Update news for v0.16.0 release
2 parents 3d0236e + e376ff9 commit ba5b9ec

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

NEWS.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
For a comprehensive list of changes, see [Releases](https://github.com/JuliaMath/Interpolations.jl/releases).
22

3+
# v0.16
4+
5+
Breaking changes:
6+
- `getindex` for AbstractInterpolations only accepts integers ([#579](https://github.com/JuliaMath/Interpolations.jl/pull/579)), deprecated since ([#226](https://github.com/JuliaMath/Interpolations.jl/pull/226))
7+
- `gradient` and `hessian` are once again no longer exported ([#623](https://github.com/JuliaMath/Interpolations.jl/pull/623))
8+
- Fix free boundary condition on `Cubic` ([#616](https://github.com/JuliaMath/Interpolations.jl/pull/616))
9+
- Compatible with Julia versions 1.9 and later
10+
11+
# v0.15
12+
13+
Breaking changes:
14+
- Compatible with Julia versions 1.6 and later
15+
316
# v0.14.0
417

518
Breaking changes:

0 commit comments

Comments
 (0)