Maniverse 0.3.2__cp313-cp313-manylinux_2_39_x86_64.whl → 0.3.4__cp313-cp313-manylinux_2_39_x86_64.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.
Potentially problematic release.
This version of Maniverse might be problematic. Click here for more details.
- {maniverse-0.3.2.dist-info → maniverse-0.3.4.dist-info}/METADATA +2 -7
- maniverse-0.3.4.dist-info/RECORD +6 -0
- maniverse-0.3.2.dist-info/RECORD +0 -6
- {maniverse-0.3.2.dist-info → maniverse-0.3.4.dist-info}/WHEEL +0 -0
- {maniverse-0.3.2.dist-info → maniverse-0.3.4.dist-info}/licenses/LICENSE +0 -0
- {maniverse-0.3.2.dist-info → maniverse-0.3.4.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Maniverse
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: Numerical optimization on manifolds
|
|
5
5
|
Home-page: https://github.com/FreemanTheMaverick/Maniverse.git
|
|
6
6
|
Author: FreemanTheMaverick
|
|
@@ -78,12 +78,7 @@ $ git clone https://github.com/FreemanTheMaverick/Maniverse.git
|
|
|
78
78
|
$ python
|
|
79
79
|
>>> import Maniverse as mv
|
|
80
80
|
```
|
|
81
|
-
### Pip (for Python
|
|
82
|
-
* Setting environment variables
|
|
83
|
-
```
|
|
84
|
-
$ export PYTHON3=[The path where you can find "Python.h".] # You may check this by the command "locate Python.h".
|
|
85
|
-
$ export EIGEN3=[The path where you can find "Eigen/", "signature_of_eigen3_matrix_library" and "unsupported/".] # This is optional. If this is not set, the Eigen3 library will be downloaded automatically.
|
|
86
|
-
```
|
|
81
|
+
### Pip (for Python only)
|
|
87
82
|
* Installation with `pip`
|
|
88
83
|
```
|
|
89
84
|
pip install Maniverse
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
Maniverse.cpython-313-x86_64-linux-gnu.so,sha256=DTc-5EvqdlaY6xCCm1FqW7rVqeCLbNvWFNAVND05N_o,1901248
|
|
2
|
+
maniverse-0.3.4.dist-info/METADATA,sha256=clTSaP3QG6BMqlgzGPF3LgWwA_Kj31fuRybK3ttA0JY,4255
|
|
3
|
+
maniverse-0.3.4.dist-info/WHEEL,sha256=wj4F0tu65zWSxgWWeinj3Im1L-2JR4PBtDyG5mhkOOM,113
|
|
4
|
+
maniverse-0.3.4.dist-info/top_level.txt,sha256=3hJ0G27rJFqsZeoF32XiEamLhiXRgMAF7BQxet7Tbhw,10
|
|
5
|
+
maniverse-0.3.4.dist-info/RECORD,,
|
|
6
|
+
maniverse-0.3.4.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
maniverse-0.3.2.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
Maniverse.cpython-313-x86_64-linux-gnu.so,sha256=DTc-5EvqdlaY6xCCm1FqW7rVqeCLbNvWFNAVND05N_o,1901248
|
|
2
|
-
maniverse-0.3.2.dist-info/METADATA,sha256=jE5Z_dx1n6vNjtwl-p_TZg0MvzMxyy6e9e1PQweZ72U,4619
|
|
3
|
-
maniverse-0.3.2.dist-info/WHEEL,sha256=wj4F0tu65zWSxgWWeinj3Im1L-2JR4PBtDyG5mhkOOM,113
|
|
4
|
-
maniverse-0.3.2.dist-info/top_level.txt,sha256=3hJ0G27rJFqsZeoF32XiEamLhiXRgMAF7BQxet7Tbhw,10
|
|
5
|
-
maniverse-0.3.2.dist-info/RECORD,,
|
|
6
|
-
maniverse-0.3.2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
File without changes
|
|
File without changes
|
|
File without changes
|