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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,13 @@ for human readability.
9
9
10
10
#### Added
11
11
12
-
- Added shape preserving splines and interpolation using [JuMP.jl](https://github.com/jump-dev/JuMP.jl) and [HiGHS.jl](https://github.com/jump-dev/HiGHS.jl)[#83]
12
+
- Added shape preserving splines and interpolation using [MathOptInterface.jl](https://github.com/jump-dev/MathOptInterface.jl) and [HiGHS.jl](https://github.com/jump-dev/HiGHS.jl)[#83, #93]
13
13
- Added scattered radial basis function interpolation using [KernelInterpolation.jl](https://github.com/JoshuaLampert/KernelInterpolation.jl)[#73]
14
14
- Implementation of visualization routines `plot_topography` and `plot_topography_with_interpolation_knots`
15
15
16
16
#### Changed
17
17
18
+
- Replaced [JuMP.jl](https://github.com/jump-dev/JuMP.jl) with [MathOptInterface.jl](https://github.com/jump-dev/MathOptInterface.jl) for Lavery splines to reduce allocations [#93]
18
19
- The required Julia version is updated to v1.10.
19
20
- Visualization routines rely on Makie.jl instead of PyPlot.jl [#52]
0 commit comments