Releases: OpenSourceAWE/KiteUtils.jl
Releases · OpenSourceAWE/KiteUtils.jl
v0.11.7
v0.11.6
KiteUtils v0.11.6
Added
- add
v_minwinch setting (minimum speed below which brake is active) - add 3D wind representation with new settings fields:
upwind_elevation,wind_vec, anduse_wind_vec - add
wind_vec_from_anglesandangles_from_wind_vecfor converting
between scalar wind parameters and ENU wind vectors - add
sync_wind!to keep scalar and vector wind representations in
sync (called automatically when wind-related settings are modified) - add
copy_examplesto the documentation - add
AbstractKiteModelandKiteUtilsmodule docs to the
documentation
Changed
- rewrite reference frames documentation: clarify NED/ENU
relationship, documentupwind_elevation, improve formatting - enable
checkdocsin documentation build
Merged pull requests:
Closed issues:
v0.11.5
KiteUtils v0.11.5
Changed
- the
build_docu.jldoes no longer use the global environment
Added
- add
LiveServertodocs/Project.toml - add
jetlsandjetls_examplesto the bin folder for linting - add
relaxargument toSettings(project)constructor
Removed
- remove
initialfrom required keys whenrelax = false
Merged pull requests:
v0.11.4
KiteUtils v0.11.4
Added
- added fields
deltaandstiffness_factorto theinitialsection ofsettings.yamland theSettingsstruct
v0.11.3
KiteUtils v0.11.3
Changed
- add field
dtmaxto the solver settings and the yaml files - fixed warnings
Fixed
- reading log files with a dot in the filename was not possible
Added
.JETLSConfig.toml.default- .markdownlint.json
v0.11.2
KiteUtils v0.11.2
Changed
- updated StructArrays to latest version
Merged pull requests:
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: