Skip to content

Releases: FourierFlows/GeophysicalFlows.jl

v0.4.3

27 May 03:01
Compare
Choose a tag to compare

GeophysicalFlows v0.4.3

Diff since v0.4.2

Closed issues:

  • MultilayerQG with nlayer=1 is buggy (#27)
  • Docs are making repo size huuuge? (#76)

Merged pull requests:

  • Deploy docs to GeophysicalFlowsDocumentation.jl (#79) (@navidcy)
  • Fixes bugs in MultilayerQG for nlayers=1 (#80) (@navidcy)

v0.4.2

20 May 03:01
ca6993c
Compare
Choose a tag to compare

GeophysicalFlows v0.4.2

Diff since v0.4.1

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

27 Apr 22:01
634c8d1
Compare
Choose a tag to compare

GeophysicalFlows v0.4.1

Diff since v0.4.0

Closed issues:

  • Docs fail on travis (#64)

Merged pull requests:

v0.4.0

27 Apr 00:04
Compare
Choose a tag to compare

GeophysicalFlows v0.4.0

Diff since v0.3.4

Merged pull requests:

  • adds dev argument in problem construction for GPU enabled modules (#62) (@navidcy)
  • Literate all examples (#63) (@navidcy)

v0.3.4

23 Apr 13:11
Compare
Choose a tag to compare

GeophysicalFlows v0.3.4

Diff since v0.3.3

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

10 Mar 00:08
0af4940
Compare
Choose a tag to compare

GeophysicalFlows v0.3.3

Diff since v0.3.2

Merged pull requests:

  • Fixes typo in lateralfluxes for MultiLayerQG + a typo in docs (#54) (@navidcy)

v0.3.2

09 Mar 20:05
Compare
Choose a tag to compare

GeophysicalFlows v0.3.2

Diff since v0.3.1

Fixes bug relating to import of deprecated structvarsexpr function from FourierFlows.jl

Closed issues:

  • Register GeophysicalFlows v0.3.1 (#46)

Merged pull requests:

v0.3.1

21 Jan 03:33
v0.3.1
6d66a3f
Compare
Choose a tag to compare

v0.3.1 (2020-01-21)

Diff since v0.3.0

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:

GeophysicalFlows v0.3.0

05 Jul 18:11
v0.3.0
Compare
Choose a tag to compare

v0.3.0 (2019-07-05)

Diff since v0.2.0

Closed issues:

  • Cannot load v0.3 via Pkg (#22)
  • Smaller L in twodturb_stochasticforcing.jl does not work (#19)
  • Change vorticity notation in TwoDTurb (#17)
  • modules should come with their docs (#2)
  • 2D turbulence is not necessarily "geophysical" flow (#1)

Merged pull requests:

GeophysicalFlows v0.2.0

30 Dec 17:14
9bf7164
Compare
Choose a tag to compare

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.)