sleipnirgroup-jormungandr 0.0.1.dev474__cp312-cp312-macosx_14_0_universal2.whl → 0.0.1.dev475__cp312-cp312-macosx_14_0_universal2.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.
- jormungandr/_jormungandr.cpython-312-darwin.so +0 -0
- {sleipnirgroup_jormungandr-0.0.1.dev474.dist-info → sleipnirgroup_jormungandr-0.0.1.dev475.dist-info}/METADATA +3 -2
- {sleipnirgroup_jormungandr-0.0.1.dev474.dist-info → sleipnirgroup_jormungandr-0.0.1.dev475.dist-info}/RECORD +6 -6
- {sleipnirgroup_jormungandr-0.0.1.dev474.dist-info → sleipnirgroup_jormungandr-0.0.1.dev475.dist-info}/LICENSE.txt +0 -0
- {sleipnirgroup_jormungandr-0.0.1.dev474.dist-info → sleipnirgroup_jormungandr-0.0.1.dev475.dist-info}/WHEEL +0 -0
- {sleipnirgroup_jormungandr-0.0.1.dev474.dist-info → sleipnirgroup_jormungandr-0.0.1.dev475.dist-info}/entry_points.txt +0 -0
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sleipnirgroup-jormungandr
|
3
|
-
Version: 0.0.1.
|
3
|
+
Version: 0.0.1.dev475
|
4
4
|
Summary: A linearity-exploiting sparse nonlinear constrained optimization problem solver that uses the interior-point method.
|
5
5
|
License: Copyright (c) Sleipnir contributors
|
6
6
|
|
@@ -187,6 +187,7 @@ See the [examples](https://github.com/SleipnirGroup/Sleipnir/tree/main/examples)
|
|
187
187
|
* On Linux, install via `sudo apt install python`
|
188
188
|
* On macOS, install via `brew install python`
|
189
189
|
* [Eigen](https://gitlab.com/libeigen/eigen)
|
190
|
+
* [small_vector](https://github.com/gharveymn/small_vector)
|
190
191
|
* [nanobind](https://github.com/wjakob/nanobind) (build only)
|
191
192
|
* [Catch2](https://github.com/catchorg/Catch2) (tests only)
|
192
193
|
|
@@ -293,7 +294,7 @@ For quadratic problems, we compute the Lagrangian Hessian and constraint Jacobia
|
|
293
294
|
|
294
295
|
#### Use a performant linear algebra library with fast sparse solvers
|
295
296
|
|
296
|
-
[Eigen](https://gitlab.com/libeigen/eigen
|
297
|
+
[Eigen](https://gitlab.com/libeigen/eigen) provides these. It also has no required dependencies, which makes cross compilation much easier.
|
297
298
|
|
298
299
|
#### Use a pool allocator for autodiff expression nodes
|
299
300
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
jormungandr/__init__.py,sha256=0MOh1_NCDMO8wCiUOsvXRsfdKd5PesipWIi4G9leEV0,154
|
2
2
|
jormungandr/__init__.pyi,sha256=pwQ9tOAXG2iEGd6i9QIBnON0ynPHIdcHf9aoNCcmGR0,101
|
3
|
-
jormungandr/_jormungandr.cpython-312-darwin.so,sha256=
|
3
|
+
jormungandr/_jormungandr.cpython-312-darwin.so,sha256=lfJ0eLd_vuT9Mm0rK8YOFJN9EsPEOCPAALdSUbsXwek,2115984
|
4
4
|
jormungandr/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
jormungandr/autodiff/__init__.py,sha256=I2e8ciE5IppQ72nNCepqHz6yIZHUlLXMk54AfvJirwc,1416
|
6
6
|
jormungandr/autodiff/__init__.pyi,sha256=vUsbibOahtnNqOuC0rYjRWufZeq-99GeO1bC73E0ozA,62206
|
@@ -48,8 +48,8 @@ jormungandr/test/optimization/quadratic_problem_test.py,sha256=oF1WIeY1aHrODMN2q
|
|
48
48
|
jormungandr/test/optimization/trivial_problem_test.py,sha256=Hox6MlGCi0sJwm3dqJGxLtpZODEXclnPVRtDHVnnvqg,1473
|
49
49
|
jormungandr/cpp/optimization/solver/bind_exit_status.cpp,sha256=ut9osJieWERaqLM67S1DH5qqRBGCktDa2Lrd9o9svv0,1440
|
50
50
|
jormungandr/cpp/optimization/solver/bind_iteration_info.cpp,sha256=o5BvqW6BkZb4FlTx_ZTN6yVOFhEecLfRQeuGqty1DoU,1091
|
51
|
-
sleipnirgroup_jormungandr-0.0.1.
|
52
|
-
sleipnirgroup_jormungandr-0.0.1.
|
53
|
-
sleipnirgroup_jormungandr-0.0.1.
|
54
|
-
sleipnirgroup_jormungandr-0.0.1.
|
55
|
-
sleipnirgroup_jormungandr-0.0.1.
|
51
|
+
sleipnirgroup_jormungandr-0.0.1.dev475.dist-info/LICENSE.txt,sha256=GO2ESyxbSNqb8hIL18kdV__AfVOlBY3CRXgXLxGamp0,1465
|
52
|
+
sleipnirgroup_jormungandr-0.0.1.dev475.dist-info/METADATA,sha256=4OCoMWnd5kXUw7fkOPjekZm7JChwbYcjnRXkeG37Qhw,12470
|
53
|
+
sleipnirgroup_jormungandr-0.0.1.dev475.dist-info/WHEEL,sha256=DRw8kuASJm5eemK-iHXJ8nbvPPH1Ngh_6OPlFd1lI-s,106
|
54
|
+
sleipnirgroup_jormungandr-0.0.1.dev475.dist-info/entry_points.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
55
|
+
sleipnirgroup_jormungandr-0.0.1.dev475.dist-info/RECORD,,
|
File without changes
|
File without changes
|