Releases: ufechner7/KiteUtils.jl
Releases · ufechner7/KiteUtils.jl
v0.7.5
KiteUtils v0.7.5
Added
- the fields kcu_model, kcu_diameter, depower_zero and degrees_per_percent_power
- the files system2.yaml and system2.yaml which use KCU2
Fixed
- when calling se(); se("system2.yaml") the new settings where not used
v0.7.4
KiteUtils v0.7.4
Changed
- the first parameter of
demo_state_4p_3lines()
is now the number of middle tether particles
Merged pull requests:
v0.7.3
KiteUtils v0.7.3
Added
- function
demo_state_4p_3lines()
dependabot.yml
to the GitHub CI scripts, which keeps the GitHub actions up-to-date
Changed
- added the
Base.@kwdef
decorator to the type SysState. This allows it to easily create
a SysState struct from a JSON message
Merged pull requests:
- 3l demo state (#51) (@1-Bart-1)
- Bump actions/checkout from 2 to 4 (#52) (@dependabot[bot])
- Bump codecov/codecov-action from 2 to 4 (#53) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#54) (@dependabot[bot])
- Bump actions/cache from 1 to 4 (#55) (@dependabot[bot])
Closed issues:
- Print a warning instead of an error if section kps4_3l is missing in settings.yaml (#50)
v0.7.2
KiteUtils v0.7.2
KiteUtils v0.7.2 - 2024-07-24
Changed
- renamed inertia_motor to inertia_total
v0.7.1
KiteUtils v0.7.1
Added
- new parameters
f_coulomb
andc_vf
for the friction of the winch
v0.7.0
KiteUtils v0.7.0
Added
- new parameters
winch_model
,drum_radius
,gear_ratio
,inertia_motor
Changed
- print warning when the section
kps4_3l
is missing
Merged pull requests:
v0.6.16
KiteUtils v0.6.16
KiteUtils v0.6.16 - 2024-06-25
Changed
- new field
width_3l
Fixed
- read the fields for the KPS4-3L model from yaml file
Merged pull requests:
v0.6.15
KiteUtils v0.6.15
Changed
- add fields needed for the new KPS4-3L model
Merged pull requests:
- add kps4_3l to settings (#45) (@ufechner7)
- update kps4_3l (#46) (@ufechner7)
- add aero surfaces setting (#47) (@1-Bart-1)
v0.6.14
KiteUtils v0.6.14
Fixed
- all methods of the function save_log() accept now the named parameter
path
v0.6.13
KiteUtils v0.6.13
Fixed
- downgraded RecursiveArrayTools because the latest version stopped working any longer