FourierFlows.jl Versions Save

Tools for building fast, hackable, pseudospectral partial differential equation solvers on periodic domains

v0.9.0

2 years ago

FourierFlows v0.9.0

Diff since v0.8.1

Merged pull requests:

  • Compat entry to avoid bug in CUDA v3.7.0 (#310) (@navidcy)

v0.8.1

2 years ago

FourierFlows v0.8.1

Diff since v0.8.0

Merged pull requests:

  • Tests and Docs use julia 1.7 (#306) (@navidcy)
  • Drop statements about Julia v1.0.5 (#307) (@navidcy)
  • Docs built on julia 1.6 (#308) (@navidcy)

v0.8.0

2 years ago

FourierFlows v0.8.0

Diff since v0.7.2

Merged pull requests:

  • Add some doctests (#304) (@navidcy)
  • Drop support for Julia v1.5 (#305) (@navidcy)

v0.7.2

2 years ago

FourierFlows v0.7.2

Diff since v0.7.1

Closed issues:

  • Docs section for Output and Diagnostics (#276)
  • FourierFlows on GPUs (#277)
  • Can't precompile (#293)

Merged pull requests:

  • Clarifications in Docs/Aliasing (#289) (@navidcy)
  • Improve some docstrings (#291) (@navidcy)
  • Updates for Literate.jl v2.9 (#292) (@navidcy)
  • Remove duplicate example_filepath definition in docs/make.jl (#294) (@navidcy)
  • Use latest format typeof(CuArray) in test show(::AbstractVars) (#295) (@navidcy)
  • Add compat for Literate.jl in docs/Project.toml + fix typos (#297) (@navidcy)
  • Adds CITATION.cff (#298) (@navidcy)
  • Adds kwarg devbranch="main" in docs.make.jl (#299) (@navidcy)
  • Enhance Diffusion module docstrings (#300) (@navidcy)
  • Add Docs section on Diagnostics and Output (#301) (@navidcy)
  • update Readme (#302) (@navidcy)
  • bump version to 0.7.2 (#303) (@navidcy)

v0.7.1

2 years ago

FourierFlows v0.7.1

Diff since v0.7.0

Merged pull requests:

  • Fixes in Docs (#288) (@navidcy)

v0.7.0

2 years ago

FourierFlows v0.7.0

Diff since v0.6.19

Closed issues:

  • Bug in FourierFlows.getaliasedwavenumbers? (#284)

Merged pull requests:

  • Enhance user experience with aliasing + (fix bug in getaliasedwaveumbers) (#285) (@navidcy)
  • Clarifications and better phrasing in Docs/Aliasing (#287) (@navidcy)

v0.6.19

3 years ago

FourierFlows v0.6.19

Diff since v0.6.18

Closed issues:

  • Dealiasing in >1 dimensions (#281)

Merged pull requests:

  • Display info about loading GPU-related methods (#278) (@navidcy)
  • Drops travis CI completely (#279) (@navidcy)
  • Fix bug in dealias! functionality (#282) (@navidcy)

v0.6.18

3 years ago

FourierFlows v0.6.18

Diff since v0.6.17

Merged pull requests:

  • Drop the in-house @has_cuda macro (#273) (@navidcy)
  • Some tidying up of code (#274) (@navidcy)
  • Update README (#275) (@navidcy)

v0.6.17

3 years ago

FourierFlows v0.6.17

Diff since v0.6.16

Closed issues:

  • Boundary Conditions / Hard Walls (#243)

Merged pull requests:

  • Reexport basic functionality from other packages (#271) (@navidcy)

v0.6.16

3 years ago

FourierFlows v0.6.16

Diff since v0.6.15

Merged pull requests:

  • Fix bug in on_grid() (#270) (@navidcy)