Releases: JoshuaLampert/DispersiveShallowWater.jl
Releases · JoshuaLampert/DispersiveShallowWater.jl
v0.5.3
DispersiveShallowWater v0.5.3
Merged pull requests:
- Bump crate-ci/typos from 1.24.3 to 1.25.0 (#157) (@dependabot[bot])
- add benchmark script and testing (#158) (@JoshuaLampert)
- Bump crate-ci/typos from 1.25.0 to 1.27.0 (#159) (@dependabot[bot])
- Bump crate-ci/typos from 1.27.0 to 1.28.1 (#160) (@dependabot[bot])
- Bump codecov/codecov-action from 4 to 5 (#161) (@dependabot[bot])
- Use default
arch
in CI (#162) (@JoshuaLampert) - Use OrdinaryDiffEqTsit5.jl and OrdinaryDiffEqLowStorageRK.jl (#163) (@JoshuaLampert)
- Mention hyperbolized Serre-Green-Naghdi equations (#164) (@JoshuaLampert)
- Add reflecting boundary conditions for Svärd-Kalisch equations (#166) (@JoshuaLampert)
- Update changelog (#167) (@JoshuaLampert)
v0.5.2
DispersiveShallowWater v0.5.2
Merged pull requests:
- Use TestItems.jl (#153) (@JoshuaLampert)
- Allow Fourier and periodic rational derivative operators for
BBMBBMEquations1D
andSvaerdKalischEquations1D
(#154) (@JoshuaLampert) - Use latest version of JuliaFormatter (#155) (@JoshuaLampert)
- Use
@test_trixi_include
for some upwind tests (#156) (@JoshuaLampert)
Closed issues:
- Allow
FourierDerivativeOperator
s for BBM-BBM equations and Svärd-Kalisch equations (#132)
v0.5.1
DispersiveShallowWater v0.5.1
Merged pull requests:
- Bump crate-ci/typos from 1.23.6 to 1.24.3 (#149) (@dependabot[bot])
- Add
BBMEquation1D
(#150) (@JoshuaLampert) - Reuse
pretty_form_utf
(#151) (@JoshuaLampert) - Use functions from
analysis_integrals
(#152) (@JoshuaLampert)
Closed issues:
- Include different types of bathymetries (#130)
v0.5.0
DispersiveShallowWater v0.5.0
Merged pull requests:
- Only one BBM-BBM equation struct for flat and variable bathymetry (#147) (@JoshuaLampert)
v0.4.4
DispersiveShallowWater v0.4.4
Merged pull requests:
- Use FastBroadcast.jl (#143) (@ranocha)
- Simplify setting all files in subdirectory in docs (#145) (@JoshuaLampert)
- Adapt Svärd-Kalisch equations to Serre-Green-Naghdi equations (#146) (@JoshuaLampert)
Closed issues:
- Consider using FastBroadcast.jl (#126)
v0.4.3
DispersiveShallowWater v0.4.3
Merged pull requests:
- Structure reference in docs in sections (#134) (@JoshuaLampert)
- variable bathymetry Serre-Green-Naghdi equations (#135) (@ranocha)
- rename Serre-Green-Naghdi source file (#136) (@ranocha)
- prepare publication (#137) (@ranocha)
- hyperbolic Serre-Green-Naghdi equations (#139) (@ranocha)
- Add HR to authors also in docs (#141) (@JoshuaLampert)
- Run CI on Julia v1.10 (#142) (@JoshuaLampert)
v0.4.2
DispersiveShallowWater v0.4.2
Merged pull requests:
- Bump crate-ci/typos from 1.21.0 to 1.22.9 (#121) (@dependabot[bot])
- Use julia-format action (#123) (@JoshuaLampert)
- Bump crate-ci/typos from 1.22.9 to 1.23.6 (#124) (@dependabot[bot])
- implement Serre-Green-Naghdi equations for flat bathymetry (#127) (@ranocha)
- Add references to semidiscretizations in docstrings (#128) (@JoshuaLampert)
Closed issues:
- Include references to papers developing the discretizations in the docs (#125)
v0.4.1
DispersiveShallowWater v0.4.1
Merged pull requests:
- Some more math replacements in manufactured solutions (#119) (@JoshuaLampert)
- Fix failing Cholesky decomposition (#120) (@JoshuaLampert)
v0.4.0
DispersiveShallowWater v0.4.0
Merged pull requests:
- Remove unnecessary part in callback condition (#115) (@JoshuaLampert)
- Bump julia-actions/cache from 1 to 2 (#116) (@dependabot[bot])
- Move timer to TrixiBase.jl (#117) (@JoshuaLampert)
- Use
ArrayPartition
from RecursiveArrayTools.jl (#118) (@JoshuaLampert)
Closed issues:
- Use
ArrayPartition
from RecursiveArrayTools.jl (#111)
v0.3.4
DispersiveShallowWater v0.3.4
Merged pull requests:
- Use factorized matrices in
BBMBBMEquations1D
(#108) (@JoshuaLampert) - Adjust docs to new reflecting boundary conditions (#110) (@JoshuaLampert)
- Factorize matrices for
BBMBBMVariableEquations1D
(#112) (@JoshuaLampert) - Add possibility to pass vector of
Ns
toconvergence_test
(#113) (@JoshuaLampert) - Factorize matrix for
SvaerdKalischEquations1D
(#114) (@JoshuaLampert)
Closed issues:
- Improve efficiency (#107)