You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+13
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
For a comprehensive list of changes, see [Releases](https://github.com/JuliaMath/Interpolations.jl/releases).
2
2
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))
0 commit comments