Releases: OpenSourceAWE/KiteUtils.jl
Releases · OpenSourceAWE/KiteUtils.jl
v0.11.1
KiteUtils v0.11.1
KiteUtils v0.11.1 31-01-2026
Changed
- fixed all
JETLS.jlwarnings; remark:JETLS.jlrequires Julia 1.12 - removed the second parameter from the function demo_syslog because it was not used
- all test sets can now be executed independently when using
JETLS.jlandhttps://github.com/aviatesk/TestRunner.jl
from within the editor - applied
BestieTemplate.jl; this added the filesDocs.yml,Test.yml,TestOnPRs.yml, andReusableTest.yml.
Removed the tests and thedocssection fromCI.yml.CI.ymlis now only runningreuse-lint.
Merged pull requests:
- Apply BestieTemplate :local version (#104) (@ufechner7)
Closed issues:
v0.11.0
KiteUtils v0.11.0
Changed
- BREAKING: renamed c_spring to axial_stiffness and damping to axial_damping
Added
- the fields tether_induced_force and tether_induced_moment
Merged pull requests:
Closed issues:
- Add axial_stiffness and axial_damping fields (#93)
v0.10.16
KiteUtils v0.10.16
Fixed
- support subdirectories in data dir
Merged pull requests:
v0.10.15
KiteUtils v0.10.15
Added
- added and exported the interface functions
init!,next_step!andupdate_sys_state
Fixed
- disabled warning "Key sim_settings not found..."
Merged pull requests:
v0.10.14
KiteUtils v0.10.14
Added
- the functions
load_settings()andse()have now a named paramrelax. If set to true, no section
in thesettings.yamlfile is obligatory. This is useful for testing a package likeAtmosphericModels.jl,
where thesettings.yamldoes not need to have any other section than the sectionenvironment. - the field
gridwas added to theSettingsstruct. It is defined as vector of Int64 values.
Changed
- the section
winchis no longer obligatory, even withrelax=false
Closed issues:
v0.10.13
KiteUtils v0.10.13
Added
- field
g_earthtoSettingsandsettings_ram.yaml - abstract type
AbstractKiteModel
Merged pull requests:
v0.10.12
KiteUtils v0.10.12
Added
- field
kite_distances(vector) toSettingsandsettings.yaml, sectioninitial - the first element of this vector can be accessed under the name
kite_distance
Merged pull requests:
- Add kite_distances (#87) (@ufechner7)
v0.10.11
v0.10.10
KiteUtils v0.10.10
Changed
- changed fields to vector where needed for multiple wings
Added
- added the depower and steering fields
Merged pull requests:
v0.10.9
KiteUtils v0.10.9
Fixed
- assigning values to
set.l_tetherandset.v_reel_outis working again