Skip to content

Commit 9680ab9

Browse files
committed
Fix whitespace
1 parent bde8197 commit 9680ab9

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
- use subprojects
1515
- add `.JETLSConfig.toml.default` for new linter
1616
- fix all JETLS warnings
17-
- update packages; the performance increased a
17+
- update packages; the performance increased a lot
1818
- bump KiteUtils to 0.11.4
1919
- the `run_julia` script accepts now a script name as parameter
2020
- improve script `install`
2121
- improved installation instructions
2222
- documented more functions of `FlightPathPlanner`
2323
- 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.
2525
In batch mode, 180x realtime can be achieved
2626

2727
### Added
@@ -109,7 +109,7 @@
109109
- bump KiteModels to 0.6.6
110110
### Fixed
111111
- 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
113113

114114
## KiteControllers v0.2.9 - 2024-08-07
115115
### Changed
@@ -174,10 +174,8 @@
174174
- add the plots `plot_elev_az3`, `plot_side_view3` and `plot_front_view3` that omit the first two power cycles
175175
- add the plot `aerodynamics` that plots the lift-over-drag of the kite
176176
- 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
181179

182180
## KiteControllers v0.2.2 - 2024-03-29
183181
### Changed

0 commit comments

Comments
 (0)