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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ SPDX-License-Identifier: MIT
12
12
- make model initialization faster [#222](https://github.com/ufechner7/KiteModels.jl/pull/222)
13
13
- implement missing methods for the `SymbolicAWEModel`[#198](https://github.com/ufechner7/KiteModels.jl/pull/198)
14
14
#### Changed
15
+
- fixed the performance regression when using the `KPS4` model with a winch model of type `AsyncMachine`
16
+
- improved the script `create_sys_image`; it is now also available if you install the package without using git
15
17
- make model initialization faster [#222](https://github.com/ufechner7/KiteModels.jl/pull/222)
16
18
- make next_step! return nothing [#213](https://github.com/ufechner7/KiteModels.jl/pull/213)
17
19
- Change the names of `RamAirKite` to `SymbolicAWESystem` and `PointMassSystem` to `SystemStructure`[#208](https://github.com/ufechner7/KiteModels.jl/pull/208)
0 commit comments