Skip to content

Releases: OpenSourceAWE/KiteUtils.jl

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:

v0.10.14

06 Jul 12:59

Choose a tag to compare

KiteUtils v0.10.14

Diff since v0.10.13

Added

  • the functions load_settings() and se() have now a named param relax. If set to true, no section
    in the settings.yaml file is obligatory. This is useful for testing a package like AtmosphericModels.jl,
    where the settings.yaml does not need to have any other section than the section environment.
  • the field grid was added to the Settings struct. It is defined as vector of Int64 values.

Changed

  • the section winch is no longer obligatory, even with relax=false

Closed issues:

  • Less sections of settings.yaml should be obligatory (#86)
  • Add parameter grid to Settings (#89)

v0.10.13

28 Jun 22:15
8a3d3e5

Choose a tag to compare

KiteUtils v0.10.13

Diff since v0.10.12

Added

  • field g_earth to Settings and settings_ram.yaml
  • abstract type AbstractKiteModel

Merged pull requests:

v0.10.12

23 Jun 17:27

Choose a tag to compare

KiteUtils v0.10.12

Diff since v0.10.11

Added

  • field kite_distances (vector) to Settings and settings.yaml, section initial
  • the first element of this vector can be accessed under the name kite_distance

Merged pull requests:

v0.10.11

18 Jun 08:34
0f2a79d

Choose a tag to compare

KiteUtils v0.10.11

Diff since v0.10.10

Added

  • added a Settings(project) constructor #82

Merged pull requests:

Closed issues:

  • Create a Settings struct using Settings("settings.yaml") (#84)

v0.10.10

11 Jun 16:09

Choose a tag to compare

KiteUtils v0.10.10

Diff since v0.10.9

Changed

  • changed fields to vector where needed for multiple wings

Added

  • added the depower and steering fields

Merged pull requests:

  • Make vectors for multiple wing positions (#83) (@1-Bart-1)

v0.10.9

10 Jun 12:55

Choose a tag to compare

KiteUtils v0.10.9

Diff since v0.10.8

Fixed

  • assigning values to set.l_tether and set.v_reel_out is working again