gtrack 0.3.0__py3-none-any.whl → 0.3.1__py3-none-any.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.
- gtrack/__init__.py +4 -1
- gtrack/hpc_integration.py +0 -10
- {gtrack-0.3.0.dist-info → gtrack-0.3.1.dist-info}/METADATA +1 -1
- {gtrack-0.3.0.dist-info → gtrack-0.3.1.dist-info}/RECORD +6 -6
- {gtrack-0.3.0.dist-info → gtrack-0.3.1.dist-info}/WHEEL +0 -0
- {gtrack-0.3.0.dist-info → gtrack-0.3.1.dist-info}/top_level.txt +0 -0
gtrack/__init__.py
CHANGED
|
@@ -46,7 +46,7 @@ Example
|
|
|
46
46
|
... cloud = tracker.step_to(age)
|
|
47
47
|
"""
|
|
48
48
|
|
|
49
|
-
__version__ = "0.
|
|
49
|
+
__version__ = "0.3.1"
|
|
50
50
|
|
|
51
51
|
# Logging configuration (import first to configure before other modules)
|
|
52
52
|
from .logging import (
|
|
@@ -58,6 +58,9 @@ from .logging import (
|
|
|
58
58
|
get_logger,
|
|
59
59
|
)
|
|
60
60
|
|
|
61
|
+
# Configure logging with default level (WARNING) immediately on import
|
|
62
|
+
configure_logging()
|
|
63
|
+
|
|
61
64
|
# Core seafloor age functionality
|
|
62
65
|
from .config import TracerConfig
|
|
63
66
|
from .hpc_integration import SeafloorAgeTracker
|
gtrack/hpc_integration.py
CHANGED
|
@@ -75,17 +75,11 @@ class SeafloorAgeTracker:
|
|
|
75
75
|
topology_files: Union[str, List[str]],
|
|
76
76
|
continental_polygons: Optional[str] = None,
|
|
77
77
|
config: Optional[TracerConfig] = None,
|
|
78
|
-
verbose: bool = True,
|
|
79
78
|
):
|
|
80
79
|
from .geometry import ensure_list
|
|
81
80
|
|
|
82
81
|
self._config = config if config else TracerConfig()
|
|
83
82
|
|
|
84
|
-
# Handle deprecated verbose flag
|
|
85
|
-
if verbose:
|
|
86
|
-
from .logging import enable_verbose
|
|
87
|
-
enable_verbose()
|
|
88
|
-
|
|
89
83
|
# Handle single file or Path as list
|
|
90
84
|
rotation_files = ensure_list(rotation_files)
|
|
91
85
|
topology_files = ensure_list(topology_files)
|
|
@@ -794,7 +788,6 @@ class SeafloorAgeTracker:
|
|
|
794
788
|
topology_files: Union[str, List[str]],
|
|
795
789
|
continental_polygons: Optional[str] = None,
|
|
796
790
|
config: Optional[TracerConfig] = None,
|
|
797
|
-
verbose: bool = True,
|
|
798
791
|
) -> PointCloud:
|
|
799
792
|
"""
|
|
800
793
|
One-shot computation of seafloor ages (functional interface).
|
|
@@ -816,8 +809,6 @@ class SeafloorAgeTracker:
|
|
|
816
809
|
Path to continental polygon file.
|
|
817
810
|
config : TracerConfig, optional
|
|
818
811
|
Configuration parameters.
|
|
819
|
-
verbose : bool, default=True
|
|
820
|
-
Print progress information.
|
|
821
812
|
|
|
822
813
|
Returns
|
|
823
814
|
-------
|
|
@@ -839,7 +830,6 @@ class SeafloorAgeTracker:
|
|
|
839
830
|
topology_files=topology_files,
|
|
840
831
|
continental_polygons=continental_polygons,
|
|
841
832
|
config=config,
|
|
842
|
-
verbose=verbose,
|
|
843
833
|
)
|
|
844
834
|
|
|
845
835
|
tracker.initialize(starting_age)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
gtrack/__init__.py,sha256=
|
|
1
|
+
gtrack/__init__.py,sha256=SZoC6JtFpzhQ_YIA2fBJ8-iARjI0yljegVK3GdwtxMg,3710
|
|
2
2
|
gtrack/boundaries.py,sha256=6jF2omFc-YSUXc3_nh3UT6dl-iCCjNT7GWeiID3h6Zs,11581
|
|
3
3
|
gtrack/config.py,sha256=V3qeBvhPFiyeZVEvCnli7eSzljtV3ZnJ2yh02V5v860,7131
|
|
4
4
|
gtrack/geometry.py,sha256=P90FeKFbQTOjT63RI-uc13Wa2YmeVhqWWPKMdYOAKLU,10034
|
|
5
|
-
gtrack/hpc_integration.py,sha256=
|
|
5
|
+
gtrack/hpc_integration.py,sha256=ne95zi_BvsN60aiKbCwVccD0_Xz5sTzxf1NQaZC4N6w,29370
|
|
6
6
|
gtrack/initial_conditions.py,sha256=bTgVYBoIWgOq8KFjOUPMwj_P11cSnlkDXi6UrzrXh0U,9185
|
|
7
7
|
gtrack/io_formats.py,sha256=_zXOdn7rqlcD0fORNQmh8hemYKzABCax1X1W-WVGpiE,12769
|
|
8
8
|
gtrack/logging.py,sha256=6N8QivpVq0oahwi0K62zUgQici-rK40V9CEOPDSpwp0,4930
|
|
@@ -11,7 +11,7 @@ gtrack/mor_seeds.py,sha256=mFF89nKOq7yIEOIE41AnNTJdbQ3Q5OLYGnAu6KbeXg8,13395
|
|
|
11
11
|
gtrack/point_rotation.py,sha256=FPmOZWKhaySsTZKTWlXIVPEtmcXjX-ufsDM0NPbg9gU,26304
|
|
12
12
|
gtrack/polygon_filter.py,sha256=5wDChgkxF7IU7of2JfkAWVbzxOHSgnuIQsg-eA0Yyoo,6333
|
|
13
13
|
gtrack/spatial.py,sha256=70UXaH1TyaQDR1P_1j2FoCdUTTa8a921h7Wt6kj1hZw,14475
|
|
14
|
-
gtrack-0.3.
|
|
15
|
-
gtrack-0.3.
|
|
16
|
-
gtrack-0.3.
|
|
17
|
-
gtrack-0.3.
|
|
14
|
+
gtrack-0.3.1.dist-info/METADATA,sha256=DUD53bcLE_q6jtlg3mM-h8JUCJyzVQXfPIrZxLNyLSc,2268
|
|
15
|
+
gtrack-0.3.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
16
|
+
gtrack-0.3.1.dist-info/top_level.txt,sha256=x1GottZL9pxdL8Ff3ARhF6tAhM4-CIKgnS9Hl7PZzyQ,7
|
|
17
|
+
gtrack-0.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|