Skip to content

Commit 6066990

Browse files
committed
Update changelog and version
1 parent 161dec6 commit 6066990

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

NEWS.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
## Unreleased
1+
## VortexStepMethod v3.2.0 2026-05-02
22

33
### Added
4-
- allow using CairoMakie or GLMakie using the menu
4+
- support for both CairoMakie and GLMakie in the example `menu()` via new
5+
`CairoMakie.activate()` / `GLMakie.activate()` entries (#222)
6+
- plots are saved as PDF when CairoMakie is active
7+
- `bin/install` now creates the `output` folder used by examples to store
8+
generated plots
9+
10+
### Changed
11+
- examples write plots into the shared `output` folder instead of the working
12+
directory
13+
- example plot file names are sanitized: spaces replaced with `_` and `%`
14+
replaced with `pct`
15+
16+
### Fixed
17+
- NONLIN solver no longer returns stale `gamma` on repeated `solve!` calls
18+
(#228)
519

620
## VortexStepMethod v3.1.3 2026-04-23
721

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "VortexStepMethod"
22
uuid = "ed3cd733-9f0f-46a9-93e0-89b8d4998dd9"
33
authors = ["1-Bart-1 <bart@vandelint.net>", "Oriol Cayon and contributors"]
4-
version = "3.1.3"
4+
version = "3.2.0"
55

66
[workspace]
77
projects = ["examples", "examples_cp", "docs", "test"]

0 commit comments

Comments
 (0)