Skip to content

Releases: OpenSourceAWE/KiteUtils.jl

v0.11.7

20 Apr 13:45

Choose a tag to compare

KiteUtils v0.11.7

Diff since v0.11.6

Added

  • add version 4 of RecursiveArrayTools in compat

Merged pull requests:

v0.11.6

11 Apr 08:40

Choose a tag to compare

KiteUtils v0.11.6

Diff since v0.11.5

Added

  • add v_min winch setting (minimum speed below which brake is active)
  • add 3D wind representation with new settings fields:
    upwind_elevation, wind_vec, and use_wind_vec
  • add wind_vec_from_angles and angles_from_wind_vec for 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_examples to the documentation
  • add AbstractKiteModel and KiteUtils module docs to the
    documentation

Changed

  • rewrite reference frames documentation: clarify NED/ENU
    relationship, document upwind_elevation, improve formatting
  • enable checkdocs in documentation build

Merged pull requests:

Closed issues:

  • Add demo_state_ram function (#78)
  • Add field v_min to winch section (#111)

v0.11.5

03 Apr 11:56
2535fa8

Choose a tag to compare

KiteUtils v0.11.5

Diff since v0.11.4

Changed

  • the build_docu.jl does no longer use the global environment

Added

  • add LiveServer to docs/Project.toml
  • add jetls and jetls_examples to the bin folder for linting
  • add relax argument to Settings(project) constructor

Removed

  • remove initial from required keys when relax = false

Merged pull requests:

  • Remove key initial requirement and add kwarg relax to Settings(project) constructor (#110) (@1-Bart-1)

v0.11.4

04 Mar 21:36

Choose a tag to compare

KiteUtils v0.11.4

Diff since v0.11.3

Added

  • added fields delta and stiffness_factor to the initial section of settings.yaml and the Settings struct

v0.11.3

04 Mar 09:11

Choose a tag to compare

KiteUtils v0.11.3

Diff since v0.11.2

Changed

  • add field dtmax to 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

11 Feb 07:56
298e7c6

Choose a tag to compare

KiteUtils v0.11.2

Diff since v0.11.1

Changed

  • updated StructArrays to latest version

Merged pull requests:

v0.11.1

31 Jan 16:22

Choose a tag to compare

KiteUtils v0.11.1

Diff since v0.11.0

KiteUtils v0.11.1 31-01-2026

Changed

  • fixed all JETLS.jl warnings; remark: JETLS.jl requires 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.jl and https://github.com/aviatesk/TestRunner.jl
    from within the editor
  • applied BestieTemplate.jl; this added the files Docs.yml, Test.yml, TestOnPRs.yml, and ReusableTest.yml.
    Removed the tests and the docs section from CI.yml. CI.yml is now only running reuse-lint.

Merged pull requests:

Closed issues:

  • Move settings and system into subdirectories (#96)
  • Rename axial_stiffness and axial_damping (#100)

v0.11.0

26 Aug 14:41
c7f7223

Choose a tag to compare

KiteUtils v0.11.0

Diff since v0.10.16

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:

  • Add tether_moment and tether_force fields to syssstate (#97) (@1-Bart-1)

Closed issues:

  • Add axial_stiffness and axial_damping fields (#93)

v0.10.16

14 Aug 13:18
57f2407

Choose a tag to compare

KiteUtils v0.10.16

Diff since v0.10.15

Fixed

  • support subdirectories in data dir

Merged pull requests:

v0.10.15

10 Jul 21:36
8f42435

Choose a tag to compare

KiteUtils v0.10.15

Diff since v0.10.14

Added

  • added and exported the interface functions init!, next_step! and update_sys_state

Fixed

  • disabled warning "Key sim_settings not found..."

Merged pull requests: