coordinate-system 3.0.0__tar.gz → 3.0.1__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.
Files changed (17) hide show
  1. {coordinate_system-3.0.0/coordinate_system.egg-info → coordinate_system-3.0.1}/PKG-INFO +1 -1
  2. {coordinate_system-3.0.0 → coordinate_system-3.0.1/coordinate_system.egg-info}/PKG-INFO +1 -1
  3. {coordinate_system-3.0.0 → coordinate_system-3.0.1}/setup.py +1 -1
  4. {coordinate_system-3.0.0 → coordinate_system-3.0.1}/LICENSE +0 -0
  5. {coordinate_system-3.0.0 → coordinate_system-3.0.1}/MANIFEST.in +0 -0
  6. {coordinate_system-3.0.0 → coordinate_system-3.0.1}/MATHEMATICAL_FOUNDATION.md +0 -0
  7. {coordinate_system-3.0.0 → coordinate_system-3.0.1}/README.md +0 -0
  8. {coordinate_system-3.0.0 → coordinate_system-3.0.1}/coordinate_system/__init__.py +0 -0
  9. {coordinate_system-3.0.0 → coordinate_system-3.0.1}/coordinate_system/curvature.py +0 -0
  10. {coordinate_system-3.0.0 → coordinate_system-3.0.1}/coordinate_system/differential_geometry.py +0 -0
  11. {coordinate_system-3.0.0 → coordinate_system-3.0.1}/coordinate_system.egg-info/SOURCES.txt +0 -0
  12. {coordinate_system-3.0.0 → coordinate_system-3.0.1}/coordinate_system.egg-info/dependency_links.txt +0 -0
  13. {coordinate_system-3.0.0 → coordinate_system-3.0.1}/coordinate_system.egg-info/not-zip-safe +0 -0
  14. {coordinate_system-3.0.0 → coordinate_system-3.0.1}/coordinate_system.egg-info/top_level.txt +0 -0
  15. {coordinate_system-3.0.0 → coordinate_system-3.0.1}/coordinate_system_binding.cpp +0 -0
  16. {coordinate_system-3.0.0 → coordinate_system-3.0.1}/pmsys_minimal.hpp +0 -0
  17. {coordinate_system-3.0.0 → coordinate_system-3.0.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: coordinate_system
3
- Version: 3.0.0
3
+ Version: 3.0.1
4
4
  Summary: High-performance 3D coordinate system library with right-handed conventions, Intrinsic Gradient Operator method for curvature computation, achieving machine-precision accuracy
5
5
  Home-page: https://github.com/panguojun/Coordinate-System
6
6
  Author: PanGuoJun
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: coordinate_system
3
- Version: 3.0.0
3
+ Version: 3.0.1
4
4
  Summary: High-performance 3D coordinate system library with right-handed conventions, Intrinsic Gradient Operator method for curvature computation, achieving machine-precision accuracy
5
5
  Home-page: https://github.com/panguojun/Coordinate-System
6
6
  Author: PanGuoJun
@@ -69,7 +69,7 @@ ext_modules = [
69
69
 
70
70
  setup(
71
71
  name='coordinate_system',
72
- version='3.0.0',
72
+ version='3.0.1',
73
73
  packages=find_packages(),
74
74
  ext_modules=ext_modules, # Add extension modules
75
75