openscvx 0.1.0__tar.gz → 0.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of openscvx might be problematic. Click here for more details.
- {openscvx-0.1.0 → openscvx-0.1.1}/.github/workflows/nightly.yml +6 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/PKG-INFO +2 -2
- openscvx-0.1.1/openscvx/_version.py +21 -0
- {openscvx-0.1.0/openscvx → openscvx-0.1.1}/openscvx.egg-info/PKG-INFO +2 -2
- {openscvx-0.1.0/openscvx → openscvx-0.1.1}/openscvx.egg-info/SOURCES.txt +6 -6
- openscvx-0.1.1/openscvx.egg-info/top_level.txt +1 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/setup.cfg +5 -4
- {openscvx-0.1.0 → openscvx-0.1.1}/tests/test_examples.py +4 -4
- openscvx-0.1.0/openscvx/openscvx.egg-info/top_level.txt +0 -1
- openscvx-0.1.0/openscvx/setup.py +0 -35
- {openscvx-0.1.0 → openscvx-0.1.1}/.github/workflows/main.yml +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/.github/workflows/release.yml +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/.gitignore +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/LICENSE +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/README.md +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/environment.yml +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/examples/main.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/examples/params/cinema_vp.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/examples/params/dr_vp.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/examples/params/dr_vp_nodal.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/examples/params/dr_vp_polytope.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/examples/params/drone_racing.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/examples/params/obstacle_avoidance.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/examples/params/obstacle_avoidance_nodal.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/examples/plotting.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/figures/ctlos_cine.gif +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/figures/ctlos_dr.gif +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/figures/dtlos_cine.gif +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/figures/dtlos_dr.gif +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/figures/openscvx_logo.svg +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/figures/video_preview.png +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/__init__.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/augmentation.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/config.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/constraints/__init__.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/constraints/boundary.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/constraints/ctcs.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/constraints/nodal.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/constraints/violation.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/discretization.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/dynamics.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/integrators.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/io.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/ocp.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/plotting.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/post_processing.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/propagation.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/ptr.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/trajoptproblem.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/openscvx/utils.py +0 -0
- {openscvx-0.1.0/openscvx → openscvx-0.1.1}/openscvx.egg-info/dependency_links.txt +0 -0
- {openscvx-0.1.0/openscvx → openscvx-0.1.1}/openscvx.egg-info/requires.txt +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/pyproject.toml +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/requirements.txt +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/tests/__init__.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/tests/test_augmentation.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/tests/test_constraints/test_boundary.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/tests/test_constraints/test_ctcs.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/tests/test_constraints/test_nodal.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/tests/test_discretization.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/tests/test_integrators.py +0 -0
- {openscvx-0.1.0 → openscvx-0.1.1}/tests/test_propagation.py +0 -0
|
@@ -60,6 +60,12 @@ jobs:
|
|
|
60
60
|
- name: Find last semver
|
|
61
61
|
run: echo "LAST_SEMVER=$(git describe --tags --match 'v*.*.*' --abbrev=0)" >> $GITHUB_ENV
|
|
62
62
|
|
|
63
|
+
- name: Delete existing nightly release
|
|
64
|
+
run: |
|
|
65
|
+
if gh release view nightly >/dev/null 2>&1; then
|
|
66
|
+
gh release delete nightly --yes
|
|
67
|
+
fi
|
|
68
|
+
|
|
63
69
|
- name: Create Release
|
|
64
70
|
run: |
|
|
65
71
|
gh release create nightly \
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openscvx
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.1.1
|
|
4
|
+
Summary: A general Python-based successive convexification implementation which uses a JAX backend.
|
|
5
5
|
Home-page: https://haynec.github.io/openscvx/
|
|
6
6
|
Author: Chris Hayner and Griffin Norris
|
|
7
7
|
Author-email: haynec@uw.edu
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# file generated by setuptools-scm
|
|
2
|
+
# don't change, don't track in version control
|
|
3
|
+
|
|
4
|
+
__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
|
|
5
|
+
|
|
6
|
+
TYPE_CHECKING = False
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from typing import Tuple
|
|
9
|
+
from typing import Union
|
|
10
|
+
|
|
11
|
+
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
12
|
+
else:
|
|
13
|
+
VERSION_TUPLE = object
|
|
14
|
+
|
|
15
|
+
version: str
|
|
16
|
+
__version__: str
|
|
17
|
+
__version_tuple__: VERSION_TUPLE
|
|
18
|
+
version_tuple: VERSION_TUPLE
|
|
19
|
+
|
|
20
|
+
__version__ = version = '0.1.1'
|
|
21
|
+
__version_tuple__ = version_tuple = (0, 1, 1)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openscvx
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.1.1
|
|
4
|
+
Summary: A general Python-based successive convexification implementation which uses a JAX backend.
|
|
5
5
|
Home-page: https://haynec.github.io/openscvx/
|
|
6
6
|
Author: Chris Hayner and Griffin Norris
|
|
7
7
|
Author-email: haynec@uw.edu
|
|
@@ -24,6 +24,7 @@ figures/dtlos_dr.gif
|
|
|
24
24
|
figures/openscvx_logo.svg
|
|
25
25
|
figures/video_preview.png
|
|
26
26
|
openscvx/__init__.py
|
|
27
|
+
openscvx/_version.py
|
|
27
28
|
openscvx/augmentation.py
|
|
28
29
|
openscvx/config.py
|
|
29
30
|
openscvx/discretization.py
|
|
@@ -35,19 +36,18 @@ openscvx/plotting.py
|
|
|
35
36
|
openscvx/post_processing.py
|
|
36
37
|
openscvx/propagation.py
|
|
37
38
|
openscvx/ptr.py
|
|
38
|
-
openscvx/setup.py
|
|
39
39
|
openscvx/trajoptproblem.py
|
|
40
40
|
openscvx/utils.py
|
|
41
|
+
openscvx.egg-info/PKG-INFO
|
|
42
|
+
openscvx.egg-info/SOURCES.txt
|
|
43
|
+
openscvx.egg-info/dependency_links.txt
|
|
44
|
+
openscvx.egg-info/requires.txt
|
|
45
|
+
openscvx.egg-info/top_level.txt
|
|
41
46
|
openscvx/constraints/__init__.py
|
|
42
47
|
openscvx/constraints/boundary.py
|
|
43
48
|
openscvx/constraints/ctcs.py
|
|
44
49
|
openscvx/constraints/nodal.py
|
|
45
50
|
openscvx/constraints/violation.py
|
|
46
|
-
openscvx/openscvx.egg-info/PKG-INFO
|
|
47
|
-
openscvx/openscvx.egg-info/SOURCES.txt
|
|
48
|
-
openscvx/openscvx.egg-info/dependency_links.txt
|
|
49
|
-
openscvx/openscvx.egg-info/requires.txt
|
|
50
|
-
openscvx/openscvx.egg-info/top_level.txt
|
|
51
51
|
tests/__init__.py
|
|
52
52
|
tests/test_augmentation.py
|
|
53
53
|
tests/test_discretization.py
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
openscvx
|
|
@@ -3,7 +3,7 @@ name = openscvx
|
|
|
3
3
|
use_scm_version = True
|
|
4
4
|
author = Chris Hayner and Griffin Norris
|
|
5
5
|
author_email = haynec@uw.edu
|
|
6
|
-
description =
|
|
6
|
+
description = A general Python-based successive convexification implementation which uses a JAX backend.
|
|
7
7
|
long_description = file: README.md
|
|
8
8
|
long_description_content_type = text/markdown
|
|
9
9
|
url = https://haynec.github.io/openscvx/
|
|
@@ -24,12 +24,13 @@ install_requires =
|
|
|
24
24
|
plotly
|
|
25
25
|
termcolor
|
|
26
26
|
diffrax
|
|
27
|
-
package_dir =
|
|
28
|
-
= openscvx
|
|
29
27
|
packages = find:
|
|
30
28
|
|
|
31
29
|
[options.packages.find]
|
|
32
|
-
where =
|
|
30
|
+
where = .
|
|
31
|
+
include =
|
|
32
|
+
openscvx
|
|
33
|
+
openscvx.*
|
|
33
34
|
exclude =
|
|
34
35
|
tests*
|
|
35
36
|
examples*
|
|
@@ -34,7 +34,7 @@ TEST_CASES = {
|
|
|
34
34
|
"max_cost": 2.0,
|
|
35
35
|
"max_vio": 1e-3,
|
|
36
36
|
"max_iters": 10,
|
|
37
|
-
"timing": {"init":
|
|
37
|
+
"timing": {"init": 20.0, "solve": 0.5, "post": 0.5},
|
|
38
38
|
# no custom integrator flag
|
|
39
39
|
},
|
|
40
40
|
"dr_vp_nodal": {
|
|
@@ -45,7 +45,7 @@ TEST_CASES = {
|
|
|
45
45
|
"vio_idx": -1,
|
|
46
46
|
"max_cost": 30.0,
|
|
47
47
|
"max_vio": -1,
|
|
48
|
-
"timing": {"init":
|
|
48
|
+
"timing": {"init": 35.0, "solve": 2.0, "post": 1.0},
|
|
49
49
|
"pre_init": [
|
|
50
50
|
lambda p: setattr(p.params.dis, "custom_integrator", False),
|
|
51
51
|
lambda p: setattr(p.params.dev, "printing", False),
|
|
@@ -59,7 +59,7 @@ TEST_CASES = {
|
|
|
59
59
|
"vio_idx": -1,
|
|
60
60
|
"max_cost": 45.0,
|
|
61
61
|
"max_vio": 1.0,
|
|
62
|
-
"timing": {"init":
|
|
62
|
+
"timing": {"init": 40.0, "solve": 2.0, "post": 1.0},
|
|
63
63
|
"pre_init": [
|
|
64
64
|
lambda p: setattr(p.params.dis, "custom_integrator", False),
|
|
65
65
|
lambda p: setattr(p.params.dev, "printing", False),
|
|
@@ -73,7 +73,7 @@ TEST_CASES = {
|
|
|
73
73
|
"vio_idx": -1,
|
|
74
74
|
"max_cost": 400.0,
|
|
75
75
|
"max_vio": 1.0,
|
|
76
|
-
"timing": {"init":
|
|
76
|
+
"timing": {"init": 15.0, "solve": 1.0, "post": 1.0},
|
|
77
77
|
"pre_init": [
|
|
78
78
|
lambda p: setattr(p.params.dis, "custom_integrator", False),
|
|
79
79
|
lambda p: setattr(p.params.dev, "printing", False),
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
constraints
|
openscvx-0.1.0/openscvx/setup.py
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
from setuptools import setup, find_packages
|
|
2
|
-
|
|
3
|
-
setup(
|
|
4
|
-
name="OpenSCvx",
|
|
5
|
-
version="0.0.1",
|
|
6
|
-
author="Chris Hayner",
|
|
7
|
-
author_email="haynec@uw.edu",
|
|
8
|
-
description="A general Python-based successive convexification implementation which uses a JAX backend.",
|
|
9
|
-
long_description=open('README.md').read(),
|
|
10
|
-
long_description_content_type='text/markdown',
|
|
11
|
-
url="https://github.com/haynec/OpenSCvx",
|
|
12
|
-
packages=find_packages(),
|
|
13
|
-
classifiers=[
|
|
14
|
-
"Programming Language :: Python :: 3",
|
|
15
|
-
"License :: Apache 2.0 License",
|
|
16
|
-
"Operating System :: Linux, MacOS, Windows",
|
|
17
|
-
],
|
|
18
|
-
python_requires='>=3.9',
|
|
19
|
-
install_requires=[
|
|
20
|
-
"jax",
|
|
21
|
-
"numpy",
|
|
22
|
-
"plotly",
|
|
23
|
-
"termcolor",
|
|
24
|
-
"cvxpy",
|
|
25
|
-
"cvxpygen",
|
|
26
|
-
"qoco",
|
|
27
|
-
"diffrax"
|
|
28
|
-
],
|
|
29
|
-
include_package_data=True,
|
|
30
|
-
entry_points={
|
|
31
|
-
'console_scripts': [
|
|
32
|
-
'openscvx=main:run_simulation',
|
|
33
|
-
],
|
|
34
|
-
},
|
|
35
|
-
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|