Skip to content

v0.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jul 07:18

KiteModels v0.9.0

Diff since v0.8.1

Changed

  • BREAKING: rename init_sim! to init!
  • removed the parameter upwind_dir! from init!; use set.upwind_dir instead. Careful: This is in degrees.
  • the function init! accepts (and ignores) the parameters delta and stiffness_factor if applied to a
    SymbolicAWEModel
  • bump KiteUtils.jl to v0.10.15
  • bump AtmosphericModels to v0.3.0, the first version that supports turbulent wind fields

Added

  • add the test script test_interface.jl
  • add the field integrator to KPS4 and KPS3 structs

Merged pull requests:

Closed issues:

  • Implement AKM constructors (#152)
  • Implement AKM init! functions (#153)
  • System initialization on Julia 1.10 is slow (#233)
  • Investigate the quasi-static model (#239)