Releases: FourierFlows/GeophysicalFlows.jl
Releases · FourierFlows/GeophysicalFlows.jl
v0.14.0
GeophysicalFlows v0.14.0
Merged pull requests:
- Docstring brush-up (#272) (@navidcy)
- Support SpecialFunctions 2.x (#276) (@stevengj)
- Drop support for Julia v1.5 (#277) (@navidcy)
- CompatHelper: bump compat for FourierFlows to 0.8, (keep existing compat) (#278) (@github-actions[bot])
- Adds remark for use of
FilteredTimestepper
in examples (#281) (@navidcy) - Use FourierFlows v0.9.0 and avoid CUDA v3.7.0 (#282) (@navidcy)
- Drop remark about Julia v1.0.5 (#283) (@navidcy)
v0.13.1
GeophysicalFlows v0.13.1
Optimize MultiLayerQG
run fast on the GPU for two fluid layer configurations.
Closed issues:
- MultilayerQG example crashed at about 35000 steps (#265)
- Optimized PV inversion for two layer case in
MultilayerQG
(#267)
Merged pull requests:
- Cleanup docs deps (#253) (@navidcy)
- Fixes typo + better equations render in Docs/BarotropicQL (#254) (@navidcy)
- Updates docs packages (#255) (@navidcy)
- Add CITATION.cff (#256) (@navidcy)
- Drop remark on compatible versions Julia v1.4 (#257) (@navidcy)
- Enhance instructions in
examples/README
(#258) (@navidcy) - Add compat entry for Literate and change output directory for literated examples (#259) (@navidcy)
- Adds kwarg
devbranch="main"
indocs.make.jl
(#260) (@navidcy) - Fix a typo in contributing.md (#262) (@szy21)
- Pin CUDA.jl and Plots.jl (#263) (@navidcy)
- Reduce tilmestep in baroclinic instability MultiLayerQG example (#266) (@navidcy)
- Optimize 2-layer configs for
MultiLayerQG
(#270) (@navidcy)
v0.13.0
GeophysicalFlows v0.13.0
Closed issues:
- No need to import
FFTW
in examples (#248)
Merged pull requests:
- Dealias
sol
before computing nonlinear terms (#246) (@navidcy) - Removes unused imports of FFTW.jl (#249) (@navidcy)
- Adds
aliased_fraction
kwarg inProblem
constructors (#250) (@navidcy) - Better parameters for baroclinic instability example (#251) (@navidcy)
- Removes dealiasing from some examples for better visualization (#252) (@navidcy)
v0.12.3
GeophysicalFlows v0.12.3
Closed issues:
MultiLayerQG
tests fail on Julia v1.6 (#228)
Merged pull requests:
v0.12.2
v0.12.1
v0.12.0
v0.11.7
GeophysicalFlows v0.11.7
Closed issues:
- Use CUDA.randn(nx, ny) instead of cu(randn(nx, ny)) (#223)
Merged pull requests:
- CompatHelper: bump compat for "CUDA" to "3.0" (#222) (@github-actions[bot])
- Some typos + fixes in Contirbutor's Guide (#224) (@navidcy)
- Optimize calcF! in examples with stochastic forcing (#225) (@navidcy)
- Readme: scalability after modules (#226) (@navidcy)
- Temporarily allow tests to fail on Julia v1.6 (#227) (@navidcy)
v0.11.6
GeophysicalFlows v0.11.6
Closed issues:
- Add remark on multithreading/multiple GPU limitations that FourierFlows.jl imposes (#210)
- Add Installation Instructions section in Docs (#211)
Merged pull requests:
- Adds installation instructions in Docs (#212) (@navidcy)
- Enhance Module pages in Docs (#213) (@navidcy)
- Minor phrasal improvements in Docs/Contributors Guide (#214) (@navidcy)
- appveyor badge + rephrase installing on Julia v1.0.5 (#215) (@navidcy)
- Minor beautification in example (#216) (@navidcy)
- Fixes in the Docs (#217) (@navidcy)
- Add scalability remarks (#219) (@navidcy)
- Fix some bugs (#221) (@navidcy)