Skip to content

Commit b0bdbd0

Browse files
committed
Update CHANGELOG.md
1 parent 1c49f85 commit b0bdbd0

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
11
# Changelog
22

3-
## VortexStepMethod v3.3.4 2026-05-30
3+
## VortexStepMethod v3.3.4 2026-05-31
44

55
### Added
66
- `PlotBackend`, `MakieBackend`, `ControlPlotsBackend`, and
77
`set_plot_backend!` so applications can explicitly choose which plotting
88
extension the backend-agnostic plotting API should use
9+
- `PythonCall` added as a weak dependency to support the `ControlPlots`
10+
backend with PythonPlot
911

1012
### Changed
1113
- backend-agnostic plotting wrappers now route through the active plotting
1214
backend, and each plotting extension initializes itself as the default only
1315
when no backend has been selected yet
1416
- relaxed `ControlPlots` compatibility to include both `0.2.5` and `0.3`
17+
- improved `bin/install` and `bin/install_controlplots` scripts
18+
19+
### Fixed
20+
- corrected projection onto core radius in `velocity_3D_bound_vortex!` and
21+
semi-infinite trailing vortex projection so that the radial direction is
22+
always measured from the filament axis, not from the origin (#241)
23+
- fixed 0-based subplot indexing in `ControlPlotsExt` for PythonPlot
24+
compatibility (`plot_distribution` no longer errors with PythonPlot backend)
1525

1626
## VortexStepMethod v3.3.3 2026-05-21
1727

0 commit comments

Comments
 (0)