v3.2.0
VortexStepMethod v3.2.0
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/installnow creates theoutputfolder used by examples to store
generated plots
Changed
- examples write plots into the shared
outputfolder instead of the working
directory - example plot file names are sanitized: spaces replaced with
_and%
replaced withpct
Fixed
- NONLIN solver no longer returns stale
gammaon repeatedsolve!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)