Releases: FourierFlows/FourierFlows.jl
Releases · FourierFlows/FourierFlows.jl
v0.6.5
v0.6.4
v0.6.3
v0.6.2
FourierFlows v0.6.2
Closed issues:
- bug in show(::AbstractVars) and show(::AbstractParams) (#199)
- Nuke varsexpression as it's deprecated (#200)
- cxeltype() and fleltype() being used? (#207)
Merged pull requests:
- Nuke varsexpression and getfieldspecs (#201) (@navidcy)
- Adds tests for step_until! when timestepper is ETDRK4 (#202) (@navidcy)
- Some more clearing up (#205) (@navidcy)
- Better show() for Params and Vars + tests for show() methods (#206) (@navidcy)
- Deletes cxeltype() and fleltype() (#209) (@navidcy)
- Adds warning regarding animations in Docs and Safari (#211) (@navidcy)
- CompatHelper: bump compat for "CUDA" to "2.0" (#214) (@github-actions[bot])
v0.6.1
v0.6.0
v0.5.2
v0.5.1
v0.5.0
FourierFlows v0.5.0
Closed issues:
- Add time-stepper tests for when
sol
isAbstractArray
(#101) - test_basicdiagnostics() fails on GPU (#131)
- Literate examples (#167)
Merged pull requests:
- Adds more tests for diagnostics (#175) (@navidcy)
- Removes duplicate test functions from test_grid.jl (#176) (@navidcy)
- Literate OneDShallowWater example (#177) (@navidcy)
- Removes lastindex(diagnostic) (#178) (@navidcy)
- Removes image tags and sm_75 from gitlab-ci.yml (#179) (@navidcy)
- Updates Documentation: Grids (#183) (@navidcy)
- overloads Base.show() for grids (#185) (@navidcy)
- Drops support for Julia v1.0 (#187) (@navidcy)
- Adds wavenumbers in documentation Grids section (#188) (@navidcy)
- Updates Diffusion module (#190) (@navidcy)
- Adds Problems section in Docs (#192) (@navidcy)
v0.4.5
FourierFlows v0.4.5
Closed issues:
- Generalize construction of FFT plans on GPU (#172)
Merged pull requests: