Skip to content

Commit

Permalink
Bump version, update README.md
Browse files Browse the repository at this point in the history
Uwe Fechner committed Jul 24, 2024
1 parent b4cf06c commit 8eb9ece
Showing 4 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9'
- '1.10'
- '1'
- 'nightly'
os:
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Uwe Fechner <fechner@aenarete.eu> and contributors
Copyright (c) 2021, 2024 Uwe Fechner <fechner@aenarete.eu> and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KitePodModels"
uuid = "9de5dc81-f971-414a-927b-652b2f41c539"
authors = ["Uwe Fechner <uwe.fechner.msc@gmail.com> and contributors"]
version = "0.3.1"
version = "0.3.2"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -10,9 +10,9 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
DocStringExtensions = "0.8, 0.9"
KiteUtils = "0.6"
KiteUtils = "0.6, 0.7"
Reexport = "1.2"
julia = "1.9, 1.10"
julia = "1.10"

[extras]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ Two P controllers are used.
The geometric nonlinearity due to the change of the effective drum diameter of the drum with the depower tape is taken into account.

## Installation
Download [Julia 1.9](http://www.julialang.org) or later, if you haven't already. You can add KiteUtils from Julia's package manager, by typing
Download [Julia 1.10](http://www.julialang.org) or later, if you haven't already. You can add KiteUtils from Julia's package manager, by typing
```julia
using Pkg
pkg"add KitePodModels"
@@ -34,10 +34,16 @@ pkg"test KitePodModels"
```

## Provides
- functions to initialize the model, to update the set values and to read the actual values
- functions to initialize the model, update the set values and read the actual values
- a function KitePodModels.on_timer() that needs to be called once per time step
- a function to convert the actual depower value into change of angle of attack

## Licence
This project is licensed under the MIT License. Please see the below WAIVER in association with the license.

## WAIVER
Technische Universiteit Delft hereby disclaims all copyright interest in the package “KitePodModels.jl” (models for airborne wind energy systems) written by the Author(s).

## Related
- The meta-package [KiteSimulators](https://github.com/aenarete/KiteSimulators.jl)
- the package [KiteUtils](https://github.com/ufechner7/KiteUtils.jl)

0 comments on commit 8eb9ece

Please sign in to comment.