Skip to content

Commit 4d84d2f

Browse files
committed
Update version
1 parent ad26d24 commit 4d84d2f

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## VortexStepMethod v3.1.3 2026-04-23
2+
3+
### Fixed
4+
- bug in `linearize` where `body_aero.va` was used instead of `body_aero._va`,
5+
causing incorrect initial velocity storage (#227)
6+
- `set_va!` no longer overwrites `_va` with a computed reference velocity when
7+
omega is nonzero; this simplifies the function and fixes linearization with
8+
turn rates
9+
- linearize now correctly preserves and restores `omega` across perturbations
10+
111
## VortexStepMethod v3.1.2 2025-04-20
212
### Added
313
- add back compat entry v2 for SciMLBase

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.2"
4+
version = "3.1.3"
55

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

0 commit comments

Comments
 (0)