Releases: ranocha/SummationByPartsOperators.jl
Releases · ranocha/SummationByPartsOperators.jl
v0.5.72
SummationByPartsOperators v0.5.72
Merged pull requests:
- CompatHelper: bump compat for StructArrays to 0.7 for package test, (keep existing compat) (#303) (@github-actions[bot])
v0.5.71
SummationByPartsOperators v0.5.71
Merged pull requests:
- Bump crate-ci/typos from 1.24.6 to 1.26.0 (#296) (@dependabot[bot])
- fix CI issues (#299) (@ranocha)
- Bump crate-ci/typos from 1.26.0 to 1.27.3 (#300) (@dependabot[bot])
- CompatHelper: bump compat for StructArrays in [weakdeps] to 0.7, (keep existing compat) (#301) (@github-actions[bot])
- CompatHelper: bump compat for StructArrays to 0.7 for package docs, (keep existing compat) (#302) (@github-actions[bot])
- Bump codecov/codecov-action from 4 to 5 (#304) (@dependabot[bot])
- Bump crate-ci/typos from 1.27.3 to 1.28.2 (#307) (@dependabot[bot])
- Use default
arch
in CI (#308) (@JoshuaLampert) - More boundschecks for scaling by (inverse) mass matrices (#311) (@ranocha)
Closed issues:
- Boundscheck for
scale_by_mass_matrix!
doesn't work (#310)
v0.5.70
SummationByPartsOperators v0.5.70
Merged pull requests:
- Bump crate-ci/typos from 1.24.1 to 1.24.3 (#291) (@dependabot[bot])
- Bump crate-ci/typos from 1.24.3 to 1.24.5 (#292) (@dependabot[bot])
- Bump crate-ci/typos from 1.24.5 to 1.24.6 (#293) (@dependabot[bot])
- CompatHelper: bump compat for DiffEqCallbacks in [weakdeps] to 4, (keep existing compat) (#294) (@github-actions[bot])
- CompatHelper: bump compat for DiffEqCallbacks to 4 for package test, (keep existing compat) (#295) (@github-actions[bot])
v0.5.69
SummationByPartsOperators v0.5.69
Merged pull requests:
- Bump crate-ci/typos from 1.23.6 to 1.24.1 (#289) (@dependabot[bot])
- fixing LanczosLowNoise (#290) (@ranocha)
Closed issues:
- Add (Super) Lanczos low-noise differentiators of Holoborodko (#287)
v0.5.68
SummationByPartsOperators v0.5.68
Merged pull requests:
v0.5.67
SummationByPartsOperators v0.5.67
Merged pull requests:
- Bump crate-ci/typos from 1.23.2 to 1.23.5 (#282) (@dependabot[bot])
- Add upwind operators of C. Williams and K. Duru (#284) (@Dougal-s)
- Bump crate-ci/typos from 1.23.5 to 1.23.6 (#285) (@dependabot[bot])
Closed issues:
- New (dual-pairing/upwind) operators of Williams, Duru et al. (#269)
v0.5.66
SummationByPartsOperators v0.5.66
Merged pull requests:
- Fix
BoundaryAdaptedGrid
for only one central point (#281) (@JoshuaLampert)
v0.5.65
SummationByPartsOperators v0.5.65
Merged pull requests:
v0.5.64
SummationByPartsOperators v0.5.64
Merged pull requests:
- Add more kwargs (
opt_alg
andverbose
) to FSBP operators (#279) (@JoshuaLampert)
v0.5.63
SummationByPartsOperators v0.5.63
Merged pull requests:
- Bump julia-actions/cache from 1 to 2 (#267) (@dependabot[bot])
- Add tests for SBP property (#272) (@JoshuaLampert)
- Bump crate-ci/typos from 1.22.3 to 1.22.7 (#273) (@dependabot[bot])
- update setup-julia (#274) (@ranocha)
- Bump crate-ci/typos from 1.22.7 to 1.22.9 (#275) (@dependabot[bot])
- Bump crate-ci/typos from 1.22.9 to 1.23.1 (#276) (@dependabot[bot])
- Bump crate-ci/typos from 1.23.1 to 1.23.2 (#277) (@dependabot[bot])
- make
scale_by_mass_matrix!
andscale_by_inverse_mass_matrix!
public API (#278) (@ranocha)