Skip to content

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 02 May 09:54
· 4 commits to main since this release

VortexStepMethod v3.2.0

Diff since v3.1.3

Added

  • support for both CairoMakie and GLMakie in the example menu() via new
    CairoMakie.activate() / GLMakie.activate() entries (#222)
  • plots are saved as PDF when CairoMakie is active
  • bin/install now creates the output folder used by examples to store
    generated plots

Changed

  • examples write plots into the shared output folder instead of the working
    directory
  • example plot file names are sanitized: spaces replaced with _ and %
    replaced with pct

Fixed

  • NONLIN solver no longer returns stale gamma on repeated solve! calls
    (#228)

Merged pull requests:

  • Allow using CairoMakie or GLMakie using the menu() (#222) (@ufechner7)
  • Fix NONLIN solver returning stale gamma on repeat solve! calls (#228) (@1-Bart-1)
  • Bump julia-actions/setup-julia from 2 to 3 (#229) (@dependabot[bot])
  • Bump codecov/codecov-action from 5 to 6 (#230) (@dependabot[bot])

Closed issues:

  • Bug in untested branch causes SymbolicAWEModels.jl to fail (#226)