Releases: FourierFlows/GeophysicalFlows.jl
Releases · FourierFlows/GeophysicalFlows.jl
v0.4.3
v0.4.2
GeophysicalFlows v0.4.2
Closed issues:
- Diagnostics slow down modules running on GPU by a lot (#69)
- Drop PyPlot.jl and use Plots.jl in examples (#72)
Merged pull requests:
- Organizes docs better and attempts to fix badges (#70) (@navidcy)
- Simplifies examples + adds binder/nbviewer intro (#71) (@navidcy)
- Plots replace PyPlot in TwoDNavierStokes examples (#73) (@navidcy)
- removes LaTeXStrings (#74) (@navidcy)
- Plots replace PyPlot in more examples (#75) (@navidcy)
- Removes previews; fix plotting bug in multilayeqg_2layer.jl (#78) (@navidcy)
v0.4.1
v0.4.0
v0.3.4
GeophysicalFlows v0.3.4
Closed issues:
- rename TwoDTurb Module? (#44)
Merged pull requests:
- CompatHelper: bump compat for "SpecialFunctions" to "0.10" (#55) (@github-actions[bot])
- CompatHelper: bump compat for "FFTW" to "1.2" (#56) (@github-actions[bot])
- Fix deprecations (#57) (@navidcy)
- Changes module name from TwoDTurb to TwoDNavierStokes (#58) (@navidcy)
- Upgrade CuArrays (#61) (@navidcy)
v0.3.3
GeophysicalFlows v0.3.3
Merged pull requests:
v0.3.2
GeophysicalFlows v0.3.2
Fixes bug relating to import of deprecated structvarsexpr
function from FourierFlows.jl
Closed issues:
- Register GeophysicalFlows v0.3.1 (#46)
Merged pull requests:
- Install TagBot as a GitHub Action (#53) (@JuliaTagBot)
v0.3.1
v0.3.1 (2020-01-21)
Closed issues:
- BarotropicQGQL needs docs (#39)
- Tag a new version and remove Manifest.toml? (#35)
- Register GeophysicalFlows v0.3.0 (#23)
- MultilayerQG module (and possibly others) has trouble when trying to use Float32 (#21)
Merged pull requests:
- adds upper bounds (#52) (navidcy)
- Add compat entries (#51) (navidcy)
- Restrict FFTW up to v1.1 (#45) (navidcy)
- Reduce dependencies (#43) (navidcy)
- Fix BarotropicQGQL docs (#42) (navidcy)
- Fixes typos and notation in TwoDTurb docs (#41) (navidcy)
- Adds docs for BarotropicQGQL (#40) (navidcy)
- GPUify the BarotropicQG module (#38) (navidcy)
- Travis-CI tests use julia v1.3 (#37) (navidcy)
- update TwoDTurb docs (#36) (dkarrasch)
- Add gitlab GPU testing functionality (#34) (navidcy)
- Increase coverage in MultilayerQG (#32) (navidcy)
- Fix docs deployment (#31) (navidcy)
- Fixes type instabilities in various modules (#30) (navidcy)
- Fix Problem type in MultilayerQG (#28) (navidcy)
- Increase coverage (#26) (navidcy)
- GPUify the TwoDTurb module (#25) (navidcy)
- Adds saveoutput in TwoDTurb McWilliams1984 example (#24) (navidcy)
GeophysicalFlows v0.3.0
GeophysicalFlows v0.2.0
This release includes major refactors in modules TwoDTurb
, BarotropicQG
, and BarotropicQGQL
to comply with latest major FourierFlows.jl refactor (ClockReplacesState
, PR#96).
(Similar refactors in NIWQG
, VerticallyCosineBoussinesq
, and VerticallyFourierBoussinesq
modules are scheduled in a future release.)