coordinate-system 3.0.0__cp313-cp313-win_amd64.whl → 3.0.2__cp313-cp313-win_amd64.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.
@@ -44,18 +44,6 @@ from .curvature import (
44
44
  richardson_extrapolation,
45
45
  )
46
46
 
47
- # Riemann curvature module (v3.4.0+)
48
- from .riemann_curvature import (
49
- # Classes
50
- RiemannCurvatureCalculator,
51
-
52
- # Main functions (renamed to avoid conflicts)
53
- compute_riemann_curvature as compute_riemann_curvature_func,
54
- compute_gaussian_curvature_riemann,
55
- compute_full_riemann_tensor,
56
- verify_riemann_properties,
57
- )
58
-
59
47
  __all__ = [
60
48
  # Constants
61
49
  'ZERO3','UNITX','UNITY','UNITZ','ONE3','ONE4','ONEC',
@@ -86,13 +74,6 @@ __all__ = [
86
74
  'intrinsic_gradient_all_curvatures',
87
75
  'compare_methods',
88
76
 
89
- # Riemann curvature module (v3.4.0+)
90
- 'RiemannCurvatureCalculator',
91
- 'compute_riemann_curvature_func',
92
- 'compute_gaussian_curvature_riemann',
93
- 'compute_full_riemann_tensor',
94
- 'verify_riemann_properties',
95
-
96
77
  # Utility functions
97
78
  'derivative_5pt', 'derivative_2nd_5pt', 'richardson_extrapolation',
98
79
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: coordinate_system
3
- Version: 3.0.0
3
+ Version: 3.0.2
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
@@ -0,0 +1,9 @@
1
+ coordinate_system/__init__.py,sha256=5YS9YQkLVcr9tGT3f-T5ddmgEHiKziUaD1uTOZz4Ffo,7597
2
+ coordinate_system/coordinate_system.cp313-win_amd64.pyd,sha256=efq0KtDzzNdBQWbkHMFMYlKvWQHQNR067sQkAsZZhW4,502272
3
+ coordinate_system/curvature.py,sha256=zrgY9QEuFq2tz0HB4mvXfPV-GwMpeE-F5cM--U8Ihfo,11541
4
+ coordinate_system/differential_geometry.py,sha256=Ih9hwpIntkZ0XNplXAvBfaR2PjBc5UZEV-PGmY9hj0U,20622
5
+ coordinate_system-3.0.2.dist-info/LICENSE,sha256=tDnRkJxBYPzWdfh2gArRqrUPJxQZRZHJVs68qqBHIq4,1083
6
+ coordinate_system-3.0.2.dist-info/METADATA,sha256=M6OS7JIRW27zJ-llidBATC6b3sJ1vREz6UOn3S3bo3U,19930
7
+ coordinate_system-3.0.2.dist-info/WHEEL,sha256=4-iQBlRoDdX1wfPofc7KLWa5Cys4eZSgXs6GVU8fKlQ,101
8
+ coordinate_system-3.0.2.dist-info/top_level.txt,sha256=R6LguuPPZ5esrIsDTqPGi9UxCvZPIXwn7KRKX87c79M,18
9
+ coordinate_system-3.0.2.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- coordinate_system/__init__.py,sha256=fiZ_kmJ0bEZ1aExSVW8iKFNe7FDSSZrlYzkgfL0c4WM,8179
2
- coordinate_system/coordinate_system.cp313-win_amd64.pyd,sha256=5l4DM78PIS7luFyd8cvj_NEiHhSxHBXdYRuOQeTN5nQ,502272
3
- coordinate_system/curvature.py,sha256=zrgY9QEuFq2tz0HB4mvXfPV-GwMpeE-F5cM--U8Ihfo,11541
4
- coordinate_system/differential_geometry.py,sha256=Ih9hwpIntkZ0XNplXAvBfaR2PjBc5UZEV-PGmY9hj0U,20622
5
- coordinate_system-3.0.0.dist-info/LICENSE,sha256=tDnRkJxBYPzWdfh2gArRqrUPJxQZRZHJVs68qqBHIq4,1083
6
- coordinate_system-3.0.0.dist-info/METADATA,sha256=aWwFagghmZdcNKbR-j5W6a2IDl4FlT_dsQeSDkXu_tM,19930
7
- coordinate_system-3.0.0.dist-info/WHEEL,sha256=4-iQBlRoDdX1wfPofc7KLWa5Cys4eZSgXs6GVU8fKlQ,101
8
- coordinate_system-3.0.0.dist-info/top_level.txt,sha256=R6LguuPPZ5esrIsDTqPGi9UxCvZPIXwn7KRKX87c79M,18
9
- coordinate_system-3.0.0.dist-info/RECORD,,