Releases: OpenSourceAWE/KiteViewers.jl
Releases · OpenSourceAWE/KiteViewers.jl
v0.4.24
KiteViewers v0.4.24
Changed
- bump GLMakie to 0.11
- bump GeometryBasic to 0.5
Closed issues:
- Upgrade GLMakie (#41)
v0.4.23
KiteViewers v0.4.23
Changed
- bumped KiteUtils to
1.10.5 - bumped KiteModels to
0.7.3 - adapted the code to be able to process the new arrays in SysState
v0.4.22
KiteViewers v0.4.22
Changed
- update KiteUtils to
1.10.2 - removed example
basic_4p_3lines.jl
Merged pull requests:
- Bump codecov/codecov-action from 2 to 5 (#37) (@dependabot[bot])
- Bump actions/checkout from 3 to 4 (#38) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#39) (@dependabot[bot])
- Bump actions/cache from 1 to 4 (#40) (@dependabot[bot])
Closed issues:
- Update GLMakie.jl (#36)
v0.4.21
KiteViewers v0.4.21
Fixed
- fix display of kite in
KPS_3Lmodel - make
menu()work
Changed
- reexport
KiteUtils - automatically execute
using KiteViewerswhen starting Julia with./bin/run_julia - improved the script
bin/install
Merged pull requests:
v0.4.20
KiteViewers v0.4.20
Fixed
- fix display of kite in one point model
- fix function
save_png(viewer); it uses the foldervideoas output now
Changed
- now v_wind_200m and v_wind_kite are displayed as default
- update_system has now the optional parameter wind=[:v_wind_gnd, :v_wind_200m, :v_wind_kite]
Added
- add function
install_examples() - add example
reelout_1p.jl
Closed issues:
v0.4.19
KiteViewers v0.4.19
Changed
- bump KiteUtils to 0.8.2
- add param
ned=trueto functionupdate_system(); with this parameter
the orientation is automatically converted from NED to viewer reference frame - fix the example
basic_4p.jl
v0.4.18
v0.4.17
KiteViewers v0.4.17
Changed
- replaced Plots with ControlPlots in Project.toml and the examples
- deleted obsolete files, e.g. plots.jl
- fix examples
Added
- add support for 3-line kite
- add WAIVER from Delft University to README.md
- add menu.jl
Fixed
- fix tests
Merged pull requests:
- Kps4 3l (#31) (@1-Bart-1)
- use Controlplots instead of Plots (#32) (@ufechner7)
v0.4.16
KiteViewers v0.4.16
KiteViewers v0.4.16 - 2024-07-28
- bugfix in function clear_viewer(), rename parameter
stoptostop_
v0.4.15
KiteViewers v0.4.15
Changed
- add optional, boolean parameter
stopto the function clear_viewer() - update KiteUtils to 0.7
- add example show_messages.jl that receives html messages
- fix the older examples