openscvx 0.5.2.dev2__py3-none-any.whl → 2.dev1__py3-none-any.whl

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.
openscvx/_version.py CHANGED
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
18
18
  commit_id: str | None
19
19
  __commit_id__: str | None
20
20
 
21
- __version__ = version = '0.5.2.dev2'
22
- __version_tuple__ = version_tuple = (0, 5, 2, 'dev2')
21
+ __version__ = version = '2.dev1'
22
+ __version_tuple__ = version_tuple = (2, 'dev1')
23
23
 
24
24
  __commit_id__ = commit_id = None
@@ -84,9 +84,9 @@ def create_server(
84
84
  # TitlebarButton and TitlebarConfig are TypedDict classes (create as plain dicts)
85
85
  buttons = (
86
86
  TitlebarButton(
87
- text="Getting Started",
87
+ text="API Reference",
88
88
  icon="Description",
89
- href="https://openscvx.github.io/OpenSCvx/latest/getting-started/",
89
+ href="https://openscvx.github.io/OpenSCvx/latest/Reference/",
90
90
  ),
91
91
  TitlebarButton(
92
92
  text="Docs",
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: openscvx
3
- Version: 0.5.2.dev2
3
+ Version: 2.dev1
4
4
  Summary: A general Python-based successive convexification implementation which uses a JAX backend.
5
5
  Author-email: Chris Hayner and Griffin Norris <haynec@uw.edu>
6
6
  License: Apache Software License
7
- Project-URL: Homepage, https://openscvx.github.io/openscvx/
7
+ Project-URL: Homepage, https://openscvx.github.io/OpenSCvx/
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: License :: OSI Approved :: Apache Software License
10
- Requires-Python: >=3.9
10
+ Requires-Python: >=3.11
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
13
  Requires-Dist: cvxpy>=1.8.1
@@ -23,12 +23,6 @@ Requires-Dist: viser
23
23
  Requires-Dist: matplotlib
24
24
  Requires-Dist: pyyaml
25
25
  Requires-Dist: pydantic>=2.0
26
- Provides-Extra: gui
27
- Requires-Dist: pyqtgraph; extra == "gui"
28
- Requires-Dist: PyQt5; extra == "gui"
29
- Requires-Dist: scipy; extra == "gui"
30
- Requires-Dist: PyOpenGL; extra == "gui"
31
- Requires-Dist: PyOpenGL_accelerate; extra == "gui"
32
26
  Provides-Extra: cvxpygen
33
27
  Requires-Dist: cvxpygen; extra == "cvxpygen"
34
28
  Requires-Dist: qocogen; extra == "cvxpygen"
@@ -156,11 +150,11 @@ uv pip install openscvx
156
150
  ```
157
151
 
158
152
  > [!TIP]
159
- > **Optional Dependencies**
153
+ > **Optional dependencies**
160
154
  >
161
- > For GUI support or CVXPYGen code generation:
155
+ > For CVXPYGen code generation:
162
156
  > ```bash
163
- > pip install openscvx[gui,cvxpygen]
157
+ > pip install openscvx[cvxpygen]
164
158
  > ```
165
159
 
166
160
  > [!TIP]
@@ -210,13 +204,13 @@ uv pip install -e .
210
204
  > git submodule update --init third_party/mujoco_menagerie
211
205
  > ```
212
206
 
213
- ## Getting Started
207
+ ## Documentation
214
208
 
215
- Check out the OpenSCvx documentation to help you get started
209
+ Check out the OpenSCvx documentation:
216
210
 
217
- - [Getting Started Docs](https://openscvx.github.io/OpenSCvx/latest/getting-started/)
218
211
  - [Users Guide](https://openscvx.github.io/OpenSCvx/latest/UsersGuide/00_introduction/)
219
- - [API Reference](https://openscvx.github.io/OpenSCvx/latest/Reference/problem/)
212
+ - [API Reference](https://openscvx.github.io/OpenSCvx/latest/Reference/)
213
+ - [Examples overview](https://openscvx.github.io/OpenSCvx/latest/examples/)
220
214
 
221
215
  ### Running the Examples
222
216
 
@@ -1,6 +1,6 @@
1
1
  openscvx/__init__.py,sha256=S-pt3p_BI5aOdOYPLrxKOshOeLEBXmqPoqZfROqq730,3542
2
2
  openscvx/__main__.py,sha256=Hwm7mtVg3tLdvoUPkpcQv8KF3wxl72PNLBp9axFu8GY,2991
3
- openscvx/_version.py,sha256=28vfmvzPe1twak-o77B969EOuv9mcv1iGRkqr0KRvy8,533
3
+ openscvx/_version.py,sha256=4w1vpaqG6FPfOy5YFO_ugNNX5OrGGKO6fMH-0ZI5wFs,523
4
4
  openscvx/config.py,sha256=qfDDYoCe6WqJglKsx5b2W48YOglXenKr-PVRRdCFhYE,9898
5
5
  openscvx/loader.py,sha256=FvKLkkXd4ihd5FqLFF8Cd9VnPbPwTV_azBRnEipi28c,7654
6
6
  openscvx/problem.py,sha256=g-DKsdpZ5rOxEoMVOUj_QwB1L1edN0rgtRn8Z-TjgTI,47177
@@ -50,7 +50,7 @@ openscvx/plotting/viser/orbits.py,sha256=oh3ss8TX9rezxCRJ-l8YJQVA6dVwxolae_MWgQi
50
50
  openscvx/plotting/viser/plotly_integration.py,sha256=UUpiqdLAax-1WzPt2Z6CBPMxw7Qk_tP9YN9KTeVUhII,12229
51
51
  openscvx/plotting/viser/primitives.py,sha256=k8Y7hGtK5miSzbiROOVagdCipcLDcXKVwFO_9qc5zPM,11574
52
52
  openscvx/plotting/viser/scp.py,sha256=WTGhjg11Qsy-PjDirGt_0U83GKTedVLmkN5Qt54VaFk,16103
53
- openscvx/plotting/viser/server.py,sha256=BncQk4ppF2UMpiBRNSFzefGNTPpvouFFaKgIRToMpus,4164
53
+ openscvx/plotting/viser/server.py,sha256=rRRHDejVTcqWCkKO1EgwezEcmFktiqqx1YwAE3WfMR8,4156
54
54
  openscvx/propagation/__init__.py,sha256=XjlOoEwgo2Vow0uW0mMCcLIN53VzFBnSuer3ZzPqnbk,1851
55
55
  openscvx/propagation/post_processing.py,sha256=zunqYinzhrLWvTtylZZ3KdQuyng_nyl69dFCSv5d8zo,7197
56
56
  openscvx/propagation/propagation.py,sha256=RZlAKBSHfp4XLMxHbzk6YXGgyBFv8sxsyBqdhzvwRF0,10994
@@ -137,9 +137,9 @@ openscvx/utils/caching.py,sha256=BPkT_IbmYT-i-BZ-himdWUc_4oBcwXWJxeUMwQWnSNc,934
137
137
  openscvx/utils/printing.py,sha256=zl3IxnKhwITqB5dK0Ru2IlORPqB61Y3DgsTryqMNu9M,13360
138
138
  openscvx/utils/profiling.py,sha256=k2x-i0CpG_kRe6dNcNBGu-ylrOtQw4B4C1UaOTjUMfU,1678
139
139
  openscvx/utils/utils.py,sha256=M25RHE_7DSr3Reaca0xCXnDSY9KHuqYvXdh5m1ZotEc,3047
140
- openscvx-0.5.2.dev2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
141
- openscvx-0.5.2.dev2.dist-info/METADATA,sha256=DKf-ZyhkAqaoqwfn5cM2SA9UKWap3J0SGoT2KsrCMLw,10953
142
- openscvx-0.5.2.dev2.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
143
- openscvx-0.5.2.dev2.dist-info/entry_points.txt,sha256=1Oqek8Sy28hmAZFgZXDxFXYVf56YLYWlHjhh9RYJ7wE,52
144
- openscvx-0.5.2.dev2.dist-info/top_level.txt,sha256=nUT4Ybefzh40H8tVXqc1RzKESy_MAowElb-CIvAbd4Q,9
145
- openscvx-0.5.2.dev2.dist-info/RECORD,,
140
+ openscvx-2.dev1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
141
+ openscvx-2.dev1.dist-info/METADATA,sha256=pYPpRpTVKMuApseklvwDpBvNFFl_znVuCJw81FQC8_E,10662
142
+ openscvx-2.dev1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
143
+ openscvx-2.dev1.dist-info/entry_points.txt,sha256=1Oqek8Sy28hmAZFgZXDxFXYVf56YLYWlHjhh9RYJ7wE,52
144
+ openscvx-2.dev1.dist-info/top_level.txt,sha256=nUT4Ybefzh40H8tVXqc1RzKESy_MAowElb-CIvAbd4Q,9
145
+ openscvx-2.dev1.dist-info/RECORD,,