Skip to content

Commit e77ff35

Browse files
committed
Update version to v0.1.8-DEV, add NEWS.md entry and update typos version
1 parent 8be9ff0 commit e77ff35

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v6
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.45.0
13+
uses: crate-ci/typos@v1.46.0

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ for human readability.
99

1010
#### Added
1111

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]
1313
- Added scattered radial basis function interpolation using [KernelInterpolation.jl](https://github.com/JoshuaLampert/KernelInterpolation.jl) [#73]
1414
- Implementation of visualization routines `plot_topography` and `plot_topography_with_interpolation_knots`
1515

1616
#### Changed
1717

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]
1819
- The required Julia version is updated to v1.10.
1920
- Visualization routines rely on Makie.jl instead of PyPlot.jl [#52]
2021

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TrixiBottomTopography"
22
uuid = "86af9953-43df-404b-8eaa-d20d82623a82"
33
authors = ["maxbertrand1996 <maxbertrand1996@googlemail.com>", "Andrew R. Winters <andrew.ross.winters@liu.se>"]
4-
version = "0.1.7-DEV"
4+
version = "0.1.8-DEV"
55

66
[deps]
77
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"

0 commit comments

Comments
 (0)