@@ -5,10 +5,16 @@ DispersiveShallowWater.jl follows the interpretation of
55used in the Julia ecosystem. Notable changes will be documented in this file
66for human readability.
77
8+ ## Changes when updating to v0.6 from v0.5.x
9+
10+ #### Changed
11+
12+ - The keyword argument and function ` gravity_constant ` have been changed to ` gravity ` ([ #174 ] ).
813
914## Changes in the v0.5 lifecycle
1015
1116#### Added
17+
1218- Add ` LinearDispersionRelation ` and documentation about dispersion ([ #168 ] ).
1319- Reflecting boundary conditions are added for the Svärd-Kalisch equations with ` alpha = gamma = 0 ` ([ #166 ] ).
1420- Fix a bug in the upwind discretization of the ` SvärdKalischEquations1D ` .
@@ -20,6 +26,7 @@ for human readability.
2026## Changes when updating to v0.5 from v0.4.x
2127
2228#### Changed
29+
2330- The ` BBMBBMVariableEquations1D ` were removed and ` BBMBBMEquations1D ` now supports a ` bathymetry_type ` to
2431 choose between a flat and a variable bathymetry ([ #147 ] ).
2532- The default of ` bathymetry_type ` for the ` SerreGreenNaghdiEquations1D ` changed from ` bathymetry_flat ` to
@@ -31,6 +38,7 @@ for human readability.
3138## Changes in the v0.4 lifecycle
3239
3340#### Added
41+
3442- The ` SerreGreenNaghdiEquations1D ` were added for different types of bathymetry ([ #127 ] , [ #135 ] ).
3543- The ` HyperbolicSerreGreenNaghdiEquations1D ` were added for different types of bathymetry ([ #139 ] ).
3644- The abstract interface ` AbstractShallowWaterEquations ` was added to unify several
@@ -41,11 +49,13 @@ for human readability.
4149## Changes when updating to v0.4 from v0.3.x
4250
4351#### Changed
52+
4453- Use ` ArrayPartition ` from RecursiveArrayTools.jl to store the solution of the ` ODEProblem ` ([ #118 ] ).
4554
4655## Changes in the v0.3 lifecycle
4756
4857#### Added
58+
4959- Add possibility to pass vector of ` Ns ` to ` convergence_test ` ([ #113 ] ).
5060- Performance improvements by using factorized matrices for linear systems solves ([ #108 ] , [ #112 ] , [ #114 ] ).
5161- Reflecting boundary conditions are added for the BBM-BBM equations ([ #104 ] , [ #109 ] ).
@@ -55,17 +65,20 @@ for human readability.
5565## Changes when updating to v0.3 from v0.2.x
5666
5767#### Changed
68+
5869- Add keyword argument ` start_from ` when plotting ` AnalysisCallback ` ([ #87 ] ).
5970- Manufactured solution for Svärd-Kalisch equations uses a variable bathymetry ([ #84 ] ).
6071
6172## Changes in the v0.2 lifecycle
6273
6374#### Added
75+
6476- Add ` SummaryCallback ` ([ #75 ] ).
6577
6678## Changes when updating to v0.2 from v0.1.x
6779
6880#### Changed
81+
6982- The code from the master thesis of Joshua Lampert was separated ([ #69 ] ).
7083- Add support for source terms ([ #65 ] ).
7184- A higher order interpolation is used when plotting the solution at a value ` x ` outside
0 commit comments