Skip to content

Releases: FourierFlows/FourierFlows.jl

v0.4.4

15 May 12:04
Compare
Choose a tag to compare

FourierFlows v0.4.4

Diff since v0.4.3

Merged pull requests:

v0.4.3

07 May 10:03
76dffa4
Compare
Choose a tag to compare

FourierFlows v0.4.3

Diff since v0.4.2

Closed issues:

  • Clear up utils.jl (#111)
  • parsevalsum and parsevalsum2 probably trigger scalar operations on GPU (#128)
  • Delete stale branch? (#142)

Merged pull requests:

v0.4.2

22 Apr 10:03
1472cdf
Compare
Choose a tag to compare

FourierFlows v0.4.2

Diff since v0.4.1

Closed issues:

  • gitlab-ci test stall with Julia v1.3 (#139)

Merged pull requests:

v0.4.1

01 Feb 02:09
v0.4.1
ad3426f
Compare
Choose a tag to compare

v0.4.0

21 Jan 22:09
v0.4.0
Compare
Choose a tag to compare

v0.4.0 (2020-01-21)

Diff since v0.3.2

Closed issues:

  • Remove structvarsexpr() (#145)
  • Redundant load of mul! and ldiv! functions (#132)
  • Automatic GPU tests with gitlab.com/JuliaGPU (#127)
  • Register FourierFlows.jl v0.3.2 (#126)

Merged pull requests:

v0.3.2

16 Sep 08:24
v0.3.2
3549d03
Compare
Choose a tag to compare

v0.3.2 (2019-09-12)

Diff since v0.3.1

Closed issues:

  • Moments in utils.jl (#123)
  • Register FourierFlows.jl v0.3.1 (#119)
  • Writing CuArrays as .jld2 files - is it possible? (#118)
  • An instance of Output() function can never be called (#117)

Merged pull requests:

v0.3.1

28 Aug 12:45
v0.3.1
b22d444
Compare
Choose a tag to compare

v0.3.1 (2019-08-28)

Diff since v0.3.0

Closed issues:

  • No tests for output (#114)
  • Docs stable version is stuck back at v0.1.3 (#112)
  • Grids with T other than the default Float64 are not constructed in a consistent manner (#108)
  • Refactor Problem, State, and Timestepper types (#92)

Merged pull requests:

FourierFlows v0.3.0

02 Jan 16:35
Compare
Choose a tag to compare

This release introduces some major code refactors. In particular, AbstractType Clock replaces AbstractType State (see PR #96).

Some additional changes include:

  • Allows for general sol, i.e., an array that consist of arrays of different size and type.
  • Generalizes time-steppers: no need for "dual" time-steppers.
  • Moves all physics modules (except Difffusion) into either GeophysicalFlows.jl or PassiveTracer.jl.
  • Changes Diagnostic.step --> Diagnostic.i.
  • Removes 2D wavenumber grids K, Kr, and L from TwoDGrid module.

FourierFlows v0.2.2

13 Oct 12:53
Compare
Choose a tag to compare

Physics modules have been moved to GeophysicalFlows.jl except for KuramotoSivashinsky and TracerAdvDiff.

The convenience function autoconstructtimestepper is now aliased by the 'pseudo-constructor' function TimeStepper, which is now exported.

FourierFlows v0.2.1

23 Sep 10:24
7386be6
Compare
Choose a tag to compare

Corrects versions in Project.toml