We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fec22d commit 45e716bCopy full SHA for 45e716b
NEWS.md
@@ -1,3 +1,9 @@
1
+## VortexStepMethod v1.2.1 2025-04-08
2
+### Added
3
+- Add back `bench2.jl` and rename it to `bench_solve.jl` #150
4
+### Removed
5
+- Remove problematic parallel Xfoil computing and use single thread instead #161
6
+
7
## VortexStepMethod v1.2.0 2025-03-27
8
### Changed
9
- The fields that had as type a `Matrix of size Px1` have now the type `Vector`
Project.toml
@@ -1,7 +1,7 @@
name = "VortexStepMethod"
uuid = "ed3cd733-9f0f-46a9-93e0-89b8d4998dd9"
authors = ["1-Bart-1 <bart@vandelint.net>", "Oriol Cayon and contributors"]
-version = "1.2.0"
+version = "1.2.1"
[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
0 commit comments