cgse-coordinates 2025.0.3__tar.gz → 2025.0.5__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.
- {cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/PKG-INFO +1 -1
- {cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/pyproject.toml +1 -1
- {cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/.gitignore +0 -0
- {cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/README.md +0 -0
- {cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/src/egse/coordinates/__init__.py +0 -0
- {cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/src/egse/coordinates/avoidance.py +0 -0
- {cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/src/egse/coordinates/cslmodel.py +0 -0
- {cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/src/egse/coordinates/laser_tracker_to_dict.py +0 -0
- {cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/src/egse/coordinates/point.py +0 -0
- {cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/src/egse/coordinates/pyplot.py +0 -0
- {cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/src/egse/coordinates/referenceFrame.py +0 -0
- {cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/src/egse/coordinates/refmodel.py +0 -0
- {cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/src/egse/coordinates/rotationMatrix.py +0 -0
- {cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/src/egse/coordinates/transform3d_addon.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cgse-coordinates
|
|
3
|
-
Version: 2025.0.
|
|
3
|
+
Version: 2025.0.5
|
|
4
4
|
Summary: Reference Frames and Coordinate Transofrmations for CGSE
|
|
5
5
|
Author-email: Rik Huygen <rik.huygen@kuleuven.be>, Sara Regibo <sara.regibo@kuleuven.be>
|
|
6
6
|
License-Expression: MIT
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/src/egse/coordinates/referenceFrame.py
RENAMED
|
File without changes
|
|
File without changes
|
{cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/src/egse/coordinates/rotationMatrix.py
RENAMED
|
File without changes
|
{cgse_coordinates-2025.0.3 → cgse_coordinates-2025.0.5}/src/egse/coordinates/transform3d_addon.py
RENAMED
|
File without changes
|