You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
SPDX-FileCopyrightText: 2025 Uwe Fechner, Bart van de Lint
3
3
SPDX-License-Identifier: MIT
4
4
-->
5
-
### KiteModels v0.11.14 2026-06-19
5
+
### KiteModels v0.11.14 2026-06-20
6
6
#### Added
7
7
- Added function `reel_out_speed` to `KiteModels.jl`, `KPS3.jl`, and `KPS4.jl`
8
8
- Added `output/` directory to `.gitignore`
9
9
10
10
#### Changed
11
11
- Switched from `ControlPlots` to `MakieControlPlots` across all examples, tests, docs, and scripts (#295)
12
12
- Removed `bin/install_controlplots`
13
-
- Added a 25 ms delay to each `plot2d` call to match the previous `ControlPlots`behaviour
13
+
- Added a 25 ms delay to each `plot2d` call to match the previous `ControlPlots`behavior
14
14
- Cleaned up `bin/install`: no special handling for `ControlPlots` any more
15
15
-`examples/reel_out_4p_torque_control.jl` now uses `reel_out_speed` and interface functions, and plots heading and wind at kite
16
16
- Updated PR template: replaced "Lint workflow is passing" with "JETLS is not reporting any warnings"; updated docs check to reference `scripts/build_docu.jl`
@@ -21,6 +21,9 @@ SPDX-License-Identifier: MIT
21
21
22
22
#### Fixed
23
23
- Fixed plotting issue in examples after migration to `MakieControlPlots`
24
+
- Fixed jetls warnings: sorted `using` imports alphabetically in `auto_parking_4p.jl`, `parking_wind_dir.jl`, and `plot_turbulence.jl`
25
+
- Fixed jetls warning: removed unused `y_label` assignment in `reel_out_1p.jl`
26
+
- Fixed jetls warning: removed redundant `last_heading` initialization in `steering_test_1p.jl` and `steering_test_4p.jl`
0 commit comments