Skip to content

Commit a625a34

Browse files
committed
Bump version and news
1 parent 364b90d commit a625a34

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
For a comprehensive list of changes, see [Releases](https://github.com/JuliaMath/Interpolations.jl/releases).
22

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+
38
# v0.16
49

510
Breaking changes:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Interpolations"
22
uuid = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
3-
version = "0.16.0"
3+
version = "0.16.1"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

0 commit comments

Comments
 (0)