Skip to content

Commit

Permalink
Stable branch, updated dependencies and examples (#79)
Browse files Browse the repository at this point in the history
* improve test_init.jl

* add files to .gitignore

* add files to .gitignore

* add parking_4p.jl

* add KiteUtils

* add kite.obj

* use main version of KiteUtils

* cleanup

* Bump KiteUtils to 0.7.12

* fix Project.toml
  • Loading branch information
ufechner7 authored Oct 4, 2024
1 parent 9984a26 commit c456936
Show file tree
Hide file tree
Showing 6 changed files with 4,917 additions and 20 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ bin/kps-image-1.10-1-Bart-1-main.so
bin/kps-image-1.10-kps4_3l_example.so
data/settings_v9.yaml
data/system_v9.yaml
data/tmp.arrow
data/settings_v9b.yaml
data/tmp.arrow
examples_3d/Manifest.toml

2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ DiffEqBase = "6.152.2"
DocStringExtensions = "0.8, 0.9"
Documenter = "1.0"
KitePodModels = "0.3.4"
KiteUtils = "0.7.10"
KiteUtils = "0.7.12"
LaTeXStrings = "1.3.1"
ModelingToolkit = "~9.38.0"
NLsolve = "4.5"
Expand Down
Loading

0 comments on commit c456936

Please sign in to comment.