sxs 2025.0.11__py3-none-any.whl → 2025.0.12__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.
sxs/__version__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "2025.0.11"
1
+ __version__ = "2025.0.12"
@@ -520,7 +520,9 @@ class SimulationBase:
520
520
  metadata_location = self.files.get(metadata_path)["link"]
521
521
  sxs_id_path = Path(self.sxs_id)
522
522
  metadata_truepath = Path(sxs_path_to_system_path(sxs_id_path / metadata_path))
523
- return Metadata(load(metadata_location, truepath=metadata_truepath))
523
+ return Metadata(
524
+ load(metadata_location, truepath=metadata_truepath)
525
+ ).add_standard_parameters()
524
526
 
525
527
  def load_horizons(self):
526
528
  from .. import load
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sxs
3
- Version: 2025.0.11
3
+ Version: 2025.0.12
4
4
  Summary: Interface to data produced by the Simulating eXtreme Spacetimes collaboration
5
5
  Project-URL: Homepage, https://github.com/sxs-collaboration/sxs
6
6
  Project-URL: Documentation, https://sxs.readthedocs.io/
@@ -47,7 +47,7 @@ Requires-Dist: quaternionic>=1.0.15
47
47
  Requires-Dist: requests>=2.24.0
48
48
  Requires-Dist: scipy>=1.13
49
49
  Requires-Dist: spherical>=1.0.15
50
- Requires-Dist: sxscatalog>=3.0.13
50
+ Requires-Dist: sxscatalog>=3.0.14
51
51
  Requires-Dist: tqdm>=4.63.1
52
52
  Requires-Dist: urllib3>=1.25.10
53
53
  Provides-Extra: docs
@@ -1,5 +1,5 @@
1
1
  sxs/__init__.py,sha256=8PntABL6yx7Ad70hP7WedNAVDTZiwm_2At5xIQGo4k8,2610
2
- sxs/__version__.py,sha256=KWkIhC5DpAzOIpYXYPNnUmkaOrYro7RmtnOyJRZo0yY,26
2
+ sxs/__version__.py,sha256=Tem3fdqMzEHLi16ZN24N3JI_RtXclnvUn9fGXGVo-uc,26
3
3
  sxs/handlers.py,sha256=jVV-HK-omzoBx5N2wcpLHvyoWq86hUfWCjnGbPpD91I,18343
4
4
  sxs/juliapkg.json,sha256=-baaa3Za_KBmmiGjlh2YYLWmvUvZl6GaKKXwNI4S7qU,178
5
5
  sxs/time_series.py,sha256=OKaLg8tFyrtKcef7900ri-a0C6A8wKxA68KovZXvH6I,41081
@@ -18,7 +18,7 @@ sxs/metadata/metric.py,sha256=Tsig1Jm50OO8r89zfjCuQ4i3JAoiazSb4J9qYtPWKgM,41
18
18
  sxs/simulations/__init__.py,sha256=eXkheYhRaYyKjul5J1IXpoJ7Wq4nr3Tgwr-HSS3BTek,156
19
19
  sxs/simulations/analyze.py,sha256=YwX0i_GRATRpvp7T8VheShkclvqYsraGDDKEkJQxJnw,11530
20
20
  sxs/simulations/local.py,sha256=e77SeaWMl2PWX_EndQtShOXZxcFKhQsUDQ55R2Njcuc,43
21
- sxs/simulations/simulation.py,sha256=t7t7rXNDQFC-1llOQNdTChVXemuImEiEa-OYBts_JFs,43274
21
+ sxs/simulations/simulation.py,sha256=STrVSpxR0m6lntjt2jNGOVltBYXiJzrKL7OGWDL7RRY,43322
22
22
  sxs/simulations/simulations.py,sha256=sMle89VoD1CQni1N23Vjo3h2yj9LHHAtuaB_qfD3Wgg,109
23
23
  sxs/utilities/__init__.py,sha256=WSStlqljfgQheMxHGfuofSc5LdmASGvO3FNO3f_zaT0,4806
24
24
  sxs/utilities/bitwise.py,sha256=G9ZNYgwDQRhq5wbDf-p2HcUqkEP_IRDiQoXW4KyU17k,13205
@@ -82,7 +82,7 @@ sxs/zenodo/api/__init__.py,sha256=EM_eh4Q8R5E0vIfMhyIR1IYFfOBu6vA0UTasgX9gHys,21
82
82
  sxs/zenodo/api/deposit.py,sha256=J4RGvGjh0cEOrN4bBZWEDcPAhNscqB2fzLlvRZ5HTHM,36948
83
83
  sxs/zenodo/api/login.py,sha256=Yz0ytgi81_5BpDzhrS0WPMXlvU2qUaCK8yn8zxfEbko,18007
84
84
  sxs/zenodo/api/records.py,sha256=nKkhoHZ95CTztHF9Zzaug5p7IiUCJG4Em1i-l-WqH6U,3689
85
- sxs-2025.0.11.dist-info/METADATA,sha256=VWHynMtaV8mRIqRJs1OjKy5UOXijNof3ZZdLMZkQaS4,9312
86
- sxs-2025.0.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
87
- sxs-2025.0.11.dist-info/licenses/LICENSE,sha256=ptVOd5m7LDM5ZF0x32cxb8c2Nd5NDmAhy6DX7xt_7VA,1080
88
- sxs-2025.0.11.dist-info/RECORD,,
85
+ sxs-2025.0.12.dist-info/METADATA,sha256=vujhXdWS293esEV1g4q4_YeQsD2uI4_bsxe4c92uZkY,9312
86
+ sxs-2025.0.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
87
+ sxs-2025.0.12.dist-info/licenses/LICENSE,sha256=ptVOd5m7LDM5ZF0x32cxb8c2Nd5NDmAhy6DX7xt_7VA,1080
88
+ sxs-2025.0.12.dist-info/RECORD,,