gtsam-develop 4.3a0.dev202510150745__cp312-cp312-macosx_10_15_x86_64.whl → 4.3a0.dev202510151426__cp312-cp312-macosx_10_15_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 gtsam-develop might be problematic. Click here for more details.

gtsam/__init__.pyi CHANGED
@@ -5,25 +5,25 @@ from __future__ import annotations
5
5
  from builtins import dict as MatchIndicesMap
6
6
  from builtins import dict as KeyPairDoubleMap
7
7
  from builtins import dict as IndexPairSetMap
8
- from builtins import list as KeypointsVector
9
- from builtins import list as SfmTracks
10
8
  from builtins import list as Point3Pairs
9
+ from builtins import list as BinaryMeasurementsUnit3
10
+ from builtins import list as Pose2Pairs
11
+ from builtins import list as Rot3Vector
12
+ from builtins import list as SfmTracks
13
+ from builtins import list as KeypointsVector
14
+ from builtins import list as Point2Pairs
15
+ from builtins import list as BinaryMeasurementsPoint3
16
+ from builtins import list as BetweenFactorPose3s
17
+ from builtins import list as Pose3Pairs
18
+ from builtins import list as IndexPairVector
11
19
  from builtins import list as KeyVector
12
20
  from builtins import list as Pose3Vector
13
- from builtins import list as Pose3Pairs
14
21
  from builtins import list as SfmCameras
15
- from builtins import list as Rot3Vector
16
- from builtins import list as Pose2Pairs
17
- from builtins import list as BetweenFactorPose3s
18
- from builtins import list as BinaryMeasurementsRot3
19
- from builtins import list as Point2Vector
22
+ from builtins import list as BetweenFactorPose2s
20
23
  from builtins import list as SfmTrack2dVector
24
+ from builtins import list as BinaryMeasurementsRot3
21
25
  from builtins import list as SfmMeasurementVector
22
- from builtins import list as BinaryMeasurementsPoint3
23
- from builtins import list as Point2Pairs
24
- from builtins import list as BetweenFactorPose2s
25
- from builtins import list as IndexPairVector
26
- from builtins import list as BinaryMeasurementsUnit3
26
+ from builtins import list as Point2Vector
27
27
  from gtsam.gtsam import AHRSFactor
28
28
  from gtsam.gtsam import AcceleratingScenario
29
29
  from gtsam.gtsam import AlgebraicDecisionTreeKey
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gtsam-develop
3
- Version: 4.3a0.dev202510150745
3
+ Version: 4.3a0.dev202510151426
4
4
  Summary: Georgia Tech Smoothing And Mapping library
5
5
  Home-page: https://gtsam.org/
6
6
  Author: Frank Dellaert et. al.
@@ -31,6 +31,8 @@ Dynamic: requires-dist
31
31
  Dynamic: summary
32
32
 
33
33
  # GTSAM: Georgia Tech Smoothing and Mapping Library
34
+ [![C++ API](https://img.shields.io/badge/API-C%2B%2B-blue.svg)](https://gtsam.org/doxygen/)
35
+ [![Docs](https://img.shields.io/badge/Docs-Python%20%7C%20C%2B%2B-green.svg)](https://borglab.github.io/gtsam/)
34
36
 
35
37
  **Important Note**
36
38
 
@@ -46,6 +48,7 @@ Networks as the underlying computing paradigm rather than sparse
46
48
  matrices.
47
49
 
48
50
 
51
+
49
52
  <!-- Main CI Badges (develop branch) -->
50
53
  | CI Status | Platform | Compiler |
51
54
  |:----------|:---------|:---------|
@@ -56,6 +59,17 @@ matrices.
56
59
  On top of the C++ library, GTSAM includes [wrappers for MATLAB & Python](#wrappers).
57
60
 
58
61
 
62
+ ## Documentation
63
+
64
+ - **C++ API Docs:** [https://gtsam.org/doxygen/](https://gtsam.org/doxygen/)
65
+ - **Python API Docs:** [https://borglab.github.io/gtsam/](https://borglab.github.io/gtsam/)
66
+ <!-- TODO: Perhaps include links to source code as well? But the wrappers doesn't really help too much understanding the source code.
67
+ C++: https://github.com/borglab/gtsam/tree/develop/gtsam
68
+ Matlab wrapper: https://github.com/borglab/gtsam/blob/develop/matlab/README.md
69
+ Python wrapper https://github.com/borglab/gtsam/blob/develop/python/README.md
70
+ -->
71
+
72
+
59
73
  ## Quickstart
60
74
 
61
75
  In the root library folder execute:
@@ -1,7 +1,7 @@
1
1
  gtsam/symbol_shorthand.py,sha256=HlTV-Z5aB5cXWT5AsbKOeWZIHoXQsH2W1S90ET-tidA,236
2
- gtsam/__init__.pyi,sha256=1Yt5p9ljWqGdtD0qjNX9reKHB45Td9qNfFyazAp7ipE,50963
2
+ gtsam/__init__.pyi,sha256=pvSlFjfLp1DfGgSqQgHwupk7pqupT63YtMk9ouHHScw,50963
3
3
  gtsam/gtsfm.py,sha256=Udlkb6o5iUk69uxBkb88-W1GLfu1g8iSuZlLu-RRU0o,202
4
- gtsam/gtsam.cpython-312-darwin.so,sha256=0ZXdwEF-8tcFacJCU1_jzovf4QE1TmvlIy7JTV_vFPs,31976336
4
+ gtsam/gtsam.cpython-312-darwin.so,sha256=4-zsg8XQEcW-6RBdyyiQaWWM_mtDN5qHTBRF6qhQ-gU,31976336
5
5
  gtsam/__init__.py,sha256=6G-WPnb_FMQEJXNDDAmrKrQPau7evtd5svhTmMqhYSI,2011
6
6
  gtsam/noiseModel.py,sha256=ybfIHa4sLXe78_k-Dib8nTaw34BRXqEDVtS2B9dzSO0,217
7
7
  gtsam/imuBias.py,sha256=tz3bOCFl29iMycbGFoF-ud6kRsJYjA7DJ2RJoKPFRU8,209
@@ -128,19 +128,19 @@ gtsam/utils/__init__.py,sha256=_ID7pb13SDZedga5KdBqpPug4PW3eU3THdVF_3jrakQ,678
128
128
  gtsam/utils/test_case.py,sha256=3wIqAW5_smes95XUJgUjD4v3FXACYSVzQ1l6MMdwSkA,1848
129
129
  gtsam/utils/logging_optimizer.py,sha256=tRnzQKV4eT5djS0Ojy5J7OGu7oVRjZw7Jhjrx_VQVTU,4417
130
130
  gtsam/utils/generate_trajectory.py,sha256=_1TZWhpRKj8ha0FOEmqUpEzAt3KLgwqyZJ4ueFD2jmE,2663
131
+ gtsam/.dylibs/libgtsam.4.3a0.dev202510151426.dylib,sha256=hJZkVWE2YPzEEfOBbtJr4yC9iWhAEUsnY162ktXI1vY,6981488
131
132
  gtsam/.dylibs/libboost_thread.dylib,sha256=Zdt9bJonKZ6UqOr9vX46yIR7Ii7FQMAb25KFtictZxY,140096
132
- gtsam/.dylibs/libgtsam.4.3a0.dev202510150745.dylib,sha256=v7bZFIEKbNGkNBwUWv5YFSSTCr_SbjJmcrylmHxQXfY,6981488
133
133
  gtsam/.dylibs/libboost_regex.dylib,sha256=OuKqIt11T7pWAk6xIICf7IqZWnp2hL8mf5Yv21l53H0,374624
134
134
  gtsam/.dylibs/libboost_serialization.dylib,sha256=TfkeoS_P_8cWumat96Q4LuMnGB_YFaSC-obPYM-JTao,420944
135
135
  gtsam/.dylibs/libboost_timer.dylib,sha256=cp2NxSdL2hk5jTL63h41uzLfCKJQ3uRyCU8WhfoEl0g,82416
136
136
  gtsam/.dylibs/libboost_filesystem.dylib,sha256=Fuh5k1wjz7-McEYOYjZGKedrYGsboXzTrf7GyXiEQiQ,199712
137
- gtsam/.dylibs/libgtsam_unstable.4.3a0.dev202510150745.dylib,sha256=TglbRg4PqPi3r-8IHib_gvy8id8sV0V0tamq9v3q_TQ,1884704
138
137
  gtsam/.dylibs/libcephes-gtsam.1.0.0.dylib,sha256=ISA3p6BaPYULDTy4lb9OL6526GfF1gM2n5EE9rvgNKs,209680
139
138
  gtsam/.dylibs/libmetis-gtsam.dylib,sha256=4TdsUZUkBMeyE0Y-xnPH-CibvImkJeKUDSiHsI6fm8Y,532192
140
139
  gtsam/.dylibs/libboost_atomic.dylib,sha256=jthy3MSjmFpFmc2LPKzw2TXbK5dY8NbIETJd5JqiIOI,104400
141
140
  gtsam/.dylibs/libboost_date_time.dylib,sha256=gBEWbnfqECB3b47buz7qxcWANckV3uqLs-LF4jFs2kI,35008
142
141
  gtsam/.dylibs/libboost_system.dylib,sha256=S8C6sGTQd392wDqFEU8S7rOWuL82AzxzDlfSUcXeLEI,34992
143
142
  gtsam/.dylibs/libboost_chrono.dylib,sha256=CnSKECvMyr_wcvVTyJ5t-v9IDuzt51VcDy2DNkH_85s,80960
143
+ gtsam/.dylibs/libgtsam_unstable.4.3a0.dev202510151426.dylib,sha256=vPw-qiolYAXXjMgC8exdd8c98RwdDshkkE6LGmrihg8,1884704
144
144
  gtsam/examples/simulation.py,sha256=VAopcCosvdtXRy6xe547EDz73lXhLiYbPnFQZWjo2wU,5405
145
145
  gtsam/examples/ImuFactorISAM2Example.py,sha256=G9HS3tHAp3plMfulFtsxE1mR467wSXlpoND8GjbqbyM,5724
146
146
  gtsam/examples/CombinedImuFactorExample.py,sha256=RLR2_q6IU-cAHiaVYBNPeT8Xg1COVHuXKrML6l480Vk,9455
@@ -251,12 +251,12 @@ gtsam/Data/Balbianello/BalbianelloMedium-4.key.gz,sha256=P6tu3JmA0NKlcFYdgYczTOH
251
251
  gtsam/Data/Balbianello/BalbianelloMedium-1.key.gz,sha256=RgT7tVXXOwvDug20TW-9xtoeO3dSSPMF1n9DaKxdrIw,332878
252
252
  gtsam/Data/Balbianello/BalbianelloMedium-3.key.gz,sha256=yNMcyqwZCOj9FG-6qXQ9xhJjpM135cTBJYlOUBG0rnQ,296236
253
253
  gtsam/Data/Balbianello/BalbianelloMedium-5.key.gz,sha256=4veDrxRdLH8k1DIhgj1984MitZ7nAWoXDWTWyXuu7Lg,241361
254
- gtsam_develop-4.3a0.dev202510150745.dist-info/RECORD,,
255
- gtsam_develop-4.3a0.dev202510150745.dist-info/WHEEL,sha256=6EKLL8RwhYSnVMolr8rrjA-E-LykMW3Kt89lzquJzH8,138
256
- gtsam_develop-4.3a0.dev202510150745.dist-info/top_level.txt,sha256=DOnqfd8DN2HpG5-V5t32TjFOB_vcYuyOWyRsgeoANEo,30
257
- gtsam_develop-4.3a0.dev202510150745.dist-info/METADATA,sha256=79I3QsztCph7J-KgY-KwH43RDv19HOnGNoNiXhieYUk,8808
254
+ gtsam_develop-4.3a0.dev202510151426.dist-info/RECORD,,
255
+ gtsam_develop-4.3a0.dev202510151426.dist-info/WHEEL,sha256=6EKLL8RwhYSnVMolr8rrjA-E-LykMW3Kt89lzquJzH8,138
256
+ gtsam_develop-4.3a0.dev202510151426.dist-info/top_level.txt,sha256=DOnqfd8DN2HpG5-V5t32TjFOB_vcYuyOWyRsgeoANEo,30
257
+ gtsam_develop-4.3a0.dev202510151426.dist-info/METADATA,sha256=xE-PGYumejtCxEeZ3ONEcyjYVk8Gs9y5GCS9TtAlJMg,9555
258
258
  gtsam_unstable/__init__.py,sha256=FPc_oO5PFQZbrfpgugzQuI6LJfP1fzq82UQf_nuyGtk,30
259
- gtsam_unstable/gtsam_unstable.cpython-312-darwin.so,sha256=5k7lCH0FlYqrjOdd-dfvnydxGsf1mhwUsBx4Sbm7hks,3283632
259
+ gtsam_unstable/gtsam_unstable.cpython-312-darwin.so,sha256=2i1wLHflPOFAVlZa-GK7VcmMQ0aiCdSlEnytqLBEYxU,3283632
260
260
  gtsam_unstable/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
261
261
  gtsam_unstable/tests/test_ProjectionFactorRollingShutter.py,sha256=t2l62uWoXfjrM8oH6ogV7M20WjTYKZ4CSferdurMIY0,2156
262
262
  gtsam_unstable/examples/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0