Skip to content

Commit edd8332

Browse files
committed
add NEWS entry
1 parent a9ed4ae commit edd8332

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ DispersiveShallowWater.jl follows the interpretation of
55
used in the Julia ecosystem. Notable changes will be documented in this file
66
for human readability.
77

8+
## Changes when updating to v0.8 from v0.7.x
9+
10+
#### Changed
11+
12+
- The initial condition `initial_condition_dingemans` uses equation-specific offsets to account for phase shifts
13+
compared to the experimental data and a slightly different range for the initial wave train ([#237]).
814

915
## Changes in the v0.7 lifecycle
1016

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DispersiveShallowWater"
22
uuid = "4ab875f6-b79a-4e28-9745-4f0293954817"
33
authors = ["Joshua Lampert <joshua.lampert@uni-hamburg.de>"]
4-
version = "0.8.1-DEV"
4+
version = "0.8.0"
55

66
[deps]
77
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"

0 commit comments

Comments
 (0)