Skip to content

Releases: FourierFlows/FourierFlows.jl

v0.6.5

16 Nov 06:38
Compare
Choose a tag to compare

FourierFlows v0.6.5

Diff since v0.6.4

Merged pull requests:

v0.6.4

06 Nov 09:01
Compare
Choose a tag to compare

FourierFlows v0.6.4

Diff since v0.6.3

Closed issues:

  • a suggestion on the docs (#218)

Merged pull requests:

v0.6.3

23 Oct 02:13
Compare
Choose a tag to compare

FourierFlows v0.6.3

Diff since v0.6.2

Merged pull requests:

  • CompatHelper: bump compat for "Interpolations" to "0.13" (#215) (@github-actions[bot])
  • Remove deprecated cxeltype() in docs/grids (#216) (@navidcy)

v0.6.2

03 Oct 10:10
8694973
Compare
Choose a tag to compare

FourierFlows v0.6.2

Diff since v0.6.1

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

01 Sep 04:09
Compare
Choose a tag to compare

FourierFlows v0.6.1

Diff since v0.6.0

Merged pull requests:

v0.6.0

30 Aug 22:11
Compare
Choose a tag to compare

FourierFlows v0.6.0

Diff since v0.5.2

Closed issues:

  • CuArrays.jl --> CUDA.jl? (#180)

Merged pull requests:

v0.5.2

23 Aug 03:09
a4f520d
Compare
Choose a tag to compare

FourierFlows v0.5.2

Diff since v0.5.1

Merged pull requests:

v0.5.1

11 Aug 07:07
Compare
Choose a tag to compare

FourierFlows v0.5.1

Diff since v0.5.0

Closed issues:

  • Compute solution at time t that is not necessarily an integer multiple of timestep dt (#182)
  • overload @show for Params, Vars, Problem, TimeStepper (#191)

Merged pull requests:

  • Adds step_until! to integrate solution up to prescribed time (#189) (@navidcy)

v0.5.0

11 Aug 02:08
Compare
Choose a tag to compare

FourierFlows v0.5.0

Diff since v0.4.5

Closed issues:

  • Add time-stepper tests for when sol is AbstractArray (#101)
  • test_basicdiagnostics() fails on GPU (#131)
  • Literate examples (#167)

Merged pull requests:

v0.4.5

29 May 11:04
Compare
Choose a tag to compare

FourierFlows v0.4.5

Diff since v0.4.4

Closed issues:

  • Generalize construction of FFT plans on GPU (#172)

Merged pull requests:

  • AbstractFFTs dep replaces with FFTW (#170) (@navidcy)
  • Docs in FourierFlowsDocumentation (#171) (@navidcy)
  • Extends plan flows to take arbitrary args and kwargs but filter flags… (#174) (@glwagner)