|
14 | 14 | - use subprojects |
15 | 15 | - add `.JETLSConfig.toml.default` for new linter |
16 | 16 | - fix all JETLS warnings |
17 | | -- update packages; the performance increased a |
| 17 | +- update packages; the performance increased a lot |
18 | 18 | - bump KiteUtils to 0.11.4 |
19 | 19 | - the `run_julia` script accepts now a script name as parameter |
20 | 20 | - improve script `install` |
21 | 21 | - improved installation instructions |
22 | 22 | - documented more functions of `FlightPathPlanner` |
23 | 23 | - the examples `tune_1p.jl` and `tune_4p.jl` where updated. They now use the NOMAD optimizer. |
24 | | -- the performance improved by a factor of about 7. The GUI can now 24x real-time. |
| 24 | +- the performance improved by a factor of about 7. The GUI can now 24x real-time. |
25 | 25 | In batch mode, 180x realtime can be achieved |
26 | 26 |
|
27 | 27 | ### Added |
|
109 | 109 | - bump KiteModels to 0.6.6 |
110 | 110 | ### Fixed |
111 | 111 | - fix all failing test scripts |
112 | | -- fix most of the example, and the script `menu.jl`to run the examples interactively |
| 112 | +- fix most of the example, and the script `menu.jl`to run the examples interactively |
113 | 113 |
|
114 | 114 | ## KiteControllers v0.2.9 - 2024-08-07 |
115 | 115 | ### Changed |
|
174 | 174 | - add the plots `plot_elev_az3`, `plot_side_view3` and `plot_front_view3` that omit the first two power cycles |
175 | 175 | - add the plot `aerodynamics` that plots the lift-over-drag of the kite |
176 | 176 | - add time series of `fig8` to `plot_control` |
177 | | -- add the file `kiteobservers.jl` which provides the type `KiteObserver` and methods to |
178 | | -determine deviations from the desired flight path |
179 | | -- add the script `learning.jl` that provides the method `train()` that implements iterative learning |
180 | | -of a vector of flight path corrections |
| 177 | +- add the file `kiteobservers.jl` which provides the type `KiteObserver` and methods to determine deviations from the desired flight path |
| 178 | +- add the script `learning.jl` that provides the method `train()` that implements iterative learning of a vector of flight path corrections |
181 | 179 |
|
182 | 180 | ## KiteControllers v0.2.2 - 2024-03-29 |
183 | 181 | ### Changed |
|
0 commit comments