Skip to content

Releases: ufechner7/KiteModels.jl

v0.5.16

25 Jun 12:45
Compare
Choose a tag to compare

KiteModels v0.5.16

Diff since v0.5.15

KiteModels v0.5.16 - 2024-06-25

Changed

  • bump KiteUtils to version 0.6.16
  • bump ControlPlots to version 0.0.12

v0.5.15

18 Jun 10:02
Compare
Choose a tag to compare

KiteModels v0.5.15

Diff since v0.5.14

Changed

  • bump KiteUtils to version 0.6.12
  • drop support for Julia 1.9

Merged pull requests:

v0.5.14

05 May 21:04
Compare
Choose a tag to compare

KiteModels v0.5.14

Diff since v0.5.13

Changed

  • replace Plots with ControlPlots in the examples

Merged pull requests:

v0.5.13

21 Apr 12:50
Compare
Choose a tag to compare

KiteModels v0.5.13

Diff since v0.5.12

Changed

  • use rel_compr_stiffness and rel_damping from settings.yaml

v0.5.12

14 Apr 14:55
Compare
Choose a tag to compare

KiteModels v0.5.12

Diff since v0.5.11

Changed

  • update KiteUtils to v0.6.7
  • update Documenter to v1.0

Added

  • add type KPS4_3L, which is now only a copy of KPS4, but shall implement a kite with the steering
    lines going to the ground

Merged pull requests:

v0.5.11

04 Apr 15:40
Compare
Choose a tag to compare

KiteModels v0.5.11

Diff since v0.5.10

Added

  • document the support for the DImplicitEuler solver, which is not very accurate,
    but because it is well known it can serve as reference
  • support changing max_order for the DFBDF
  • further reduced the memory usage

v0.5.10

03 Apr 13:47
Compare
Choose a tag to compare

KiteModels v0.5.10

Diff since v0.5.9

Improvements

  • it is now possible (and suggested) to use the DAE solver DFBDF.

This requires to add the following line to the settings.yaml file: solver: "DFBDF"

The new solver is much faster, has a lot less memory allocations and is also much more stable in difficult situations.

Merged pull requests:

v0.5.9

01 Apr 15:45
Compare
Choose a tag to compare

KiteModels v0.5.9

Diff since v0.5.8

v0.5.8

01 Apr 14:40
Compare
Choose a tag to compare

KiteModels v0.5.8

Diff since v0.5.7

Improvements

  • add non-allocating function update_sys_state!()

v0.5.7

01 Apr 01:11
Compare
Choose a tag to compare

KiteModels v0.5.7

Diff since v0.5.6

Improvements

  • improve performance by 10%