We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364b90d commit a625a34Copy full SHA for a625a34
NEWS.md
@@ -1,5 +1,10 @@
1
For a comprehensive list of changes, see [Releases](https://github.com/JuliaMath/Interpolations.jl/releases).
2
3
+# v0.16.1
4
+
5
+Fixes:
6
+- Fix `hessian` with ForwardDiff.jl for scaled interpolants ([#628](https://github.com/JuliaMath/Interpolations.jl/pull/628))
7
8
# v0.16
9
10
Breaking changes:
Project.toml
@@ -1,6 +1,6 @@
name = "Interpolations"
uuid = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
-version = "0.16.0"
+version = "0.16.1"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
0 commit comments