v0.6.6
KiteModels v0.6.6
Changed
- the method
next_step!
uses nowupwind_dir
as parameter and not longerwind_dir
- install
matplotlib
if it is not already installed after user confirmation in a Julia specific environment - replaced OrdinaryDiffEq with the three packages OrdinaryDiffEqCore, OrdinaryDiffEqBDF
and OrdinaryDiffEqSDIRK. This should help to reduce the pre-compilation time. - set the parameter delta in the examples
- always specify the
system.yaml
file to use in the examples, always useload_settings
instead ofse
.
This ensures that the settings are always freshly loaded from the file when the script is launched, so any changes
to the settings become immediately effective. - the KPS4_3L model was replaced by the pure ModelingToolkit (MTK) based version. This allows not only a much faster simulation, but the results are also much more accurate.
Merged pull requests:
- fix #65, use_max steering from configuration file (#66) (@ufechner7)
- Feat/find mtk steady state (#69) (@1-Bart-1)
- remove examples and change example name (#70) (@1-Bart-1)
Closed issues: