File tree Expand file tree Collapse file tree 5 files changed +476
-111
lines changed Expand file tree Collapse file tree 5 files changed +476
-111
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All contributions to the ` pymavswarm ` system are documented here.
4
+
5
+ ## [ v1.0.0] - 2022-08-13
6
+
7
+ ### Added
8
+
9
+ - User interface to enable simple interaction with drone fleets or
10
+ drone swarms
11
+ - Log file parsing to support developers that need to evaluate their logs
12
+ - Collision avoidance using real-time reachability analysis
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ graft .github
3
3
4
4
# Tests
5
5
include tox.ini conftest.py
6
- recursive-include tests *.py
6
+ recursive-include tests *.py
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ tox = "*"
24
24
matplotlib = " *"
25
25
plotly = " *"
26
26
kaleido = " *"
27
+ build = " *"
28
+ twine = " *"
29
+ check-wheel-contents = " *"
27
30
28
31
[requires ]
29
32
python_version = " 3"
You can’t perform that action at this time.
0 commit comments