xradio 0.0.37__py3-none-any.whl → 0.0.38__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.
@@ -976,11 +976,7 @@ def convert_and_write_partition(
976
976
 
977
977
  file_name = os.path.join(
978
978
  out_file,
979
- pathlib.Path(out_file)
980
- .name.replace(".vis.zarr", "")
981
- .replace(".zarr", "")
982
- + "_"
983
- + str(ms_v4_id),
979
+ pathlib.Path(in_file).name.replace(".ms", "") + "_" + str(ms_v4_id),
984
980
  )
985
981
 
986
982
  if "line_name" in field_and_source_xds.coords:
@@ -1,4 +1,4 @@
1
- from importlib_metadata import version
1
+ from importlib.metadata import version
2
2
  import graphviper.utils.logger as logger, multiprocessing, psutil
3
3
  from typing import Any, Dict, List, Tuple, Union
4
4
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xradio
3
- Version: 0.0.37
3
+ Version: 0.0.38
4
4
  Summary: Xarray Radio Astronomy Data IO
5
5
  Author-email: Jan-Willem Steeb <jsteeb@nrao.edu>
6
6
  License: BSD 3-Clause License
@@ -37,11 +37,10 @@ License: BSD 3-Clause License
37
37
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38
38
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39
39
 
40
- Requires-Python: <3.12,>=3.9
40
+ Requires-Python: <3.13,>=3.9
41
41
  Description-Content-Type: text/markdown
42
42
  License-File: LICENSE.txt
43
43
  Requires-Dist: astropy
44
- Requires-Dist: casadata
45
44
  Requires-Dist: dask
46
45
  Requires-Dist: distributed
47
46
  Requires-Dist: graphviper
@@ -60,7 +59,7 @@ Requires-Dist: zarr
60
59
  Requires-Dist: pyarrow
61
60
  Requires-Dist: typeguard
62
61
  Requires-Dist: typing-extensions ; python_version < "3.10"
63
- Requires-Dist: python-casacore >=3.5.2 ; sys_platform != "darwin"
62
+ Requires-Dist: python-casacore >=3.6.1 ; sys_platform != "darwin"
64
63
  Provides-Extra: docs
65
64
  Requires-Dist: jupyterlab ; extra == 'docs'
66
65
  Requires-Dist: ipykernel ; extra == 'docs'
@@ -39,7 +39,7 @@ xradio/vis/_vis_utils/__init__.py,sha256=Scu6rKJ2SpO8aG7F-xdTZcYfyWx0viV8gFh8E8u
39
39
  xradio/vis/_vis_utils/ms.py,sha256=hkJHFDC6O4PNhqDALX7CJ-krEpF9vxu-N_ur-UXi0Zo,4311
40
40
  xradio/vis/_vis_utils/zarr.py,sha256=OYCOdUVUE-KbG0-OZKIbD0bFpOy1tt2YqiQMStVzHDs,3948
41
41
  xradio/vis/_vis_utils/_ms/chunks.py,sha256=JTPk3il6fk570BjWZMoOAtsbvnLmqPcBv9EPY6A2yOs,2964
42
- xradio/vis/_vis_utils/_ms/conversion.py,sha256=h7FawM8XYxaMWWT6-GNsnvXt9tzASt2WRWPsaj5CRtU,38984
42
+ xradio/vis/_vis_utils/_ms/conversion.py,sha256=gCcOnVbbaFYyuD87shOjedfi1CTIkq3V7IX9T68A5Gg,38890
43
43
  xradio/vis/_vis_utils/_ms/create_antenna_xds.py,sha256=bNqqOwkm0hNz29ZhSNQQGg7BY9_Iq8ryqvAP4Dk7o1g,17182
44
44
  xradio/vis/_vis_utils/_ms/create_field_and_source_xds.py,sha256=3fhz0pM6KWM-YOqSCLAXaG5kVPwaW0shSQr6kLYWv5g,29776
45
45
  xradio/vis/_vis_utils/_ms/descr.py,sha256=dYK8mhXxODIh-dfqaOm-YZb7kmoN1N2golX_RFncO94,5215
@@ -62,12 +62,12 @@ xradio/vis/_vis_utils/_ms/_tables/write_exp_api.py,sha256=GDEll8nMwkQGc6vosu4Udd
62
62
  xradio/vis/_vis_utils/_utils/cds.py,sha256=OpvKowSheIthUbcPEv2AoKmxlEt3DqJZS5C1AYh5z10,1179
63
63
  xradio/vis/_vis_utils/_utils/partition_attrs.py,sha256=JaePHts_A0EbB4K-0a_uC98RZ2EmfjB9pDSEI11oAwk,3401
64
64
  xradio/vis/_vis_utils/_utils/stokes_types.py,sha256=DMa8TmmS7BQ99Xm8c7ZjcRapMtLbrKVxrt4f0qUIOvg,561
65
- xradio/vis/_vis_utils/_utils/xds_helper.py,sha256=YGiZjZ5y4LSS2a6UJmK0RARdjZJLfY383yuiTJK3R44,13347
65
+ xradio/vis/_vis_utils/_utils/xds_helper.py,sha256=bTg6BGqLN_GZNvLM1n-qUpur48HSwqVYkHQFbuOpSWo,13347
66
66
  xradio/vis/_vis_utils/_zarr/encoding.py,sha256=GENIlThV6a9CUCL6gIGlu9c6NR3OFWNos6mpxZjMwDc,536
67
67
  xradio/vis/_vis_utils/_zarr/read.py,sha256=9UKX_kKztE5jhsriBPnLhWtbptk5DRSVUEHT8V5qh8w,7597
68
68
  xradio/vis/_vis_utils/_zarr/write.py,sha256=vebYh-rAKfY3Feuv6H400s-2UuciPtfZMIlMtb23YSk,10044
69
- xradio-0.0.37.dist-info/LICENSE.txt,sha256=9CYIJt7riOXo9AD0eXBZviLxo_HebD-2JJI8oiWtzfg,1807
70
- xradio-0.0.37.dist-info/METADATA,sha256=Eyb_RT55DWjDYDektVTTHo-oflnIhVfAGZenGuFvXNM,4449
71
- xradio-0.0.37.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
72
- xradio-0.0.37.dist-info/top_level.txt,sha256=dQu27fGBZJ2Yk-gW5XeD-dZ76Xa4Xcvk60Vz-dwXp7k,7
73
- xradio-0.0.37.dist-info/RECORD,,
69
+ xradio-0.0.38.dist-info/LICENSE.txt,sha256=9CYIJt7riOXo9AD0eXBZviLxo_HebD-2JJI8oiWtzfg,1807
70
+ xradio-0.0.38.dist-info/METADATA,sha256=GSXyF1z_VKdQrh1uu-A6CuQbR0yPbYvLSA1T0y8QIUg,4425
71
+ xradio-0.0.38.dist-info/WHEEL,sha256=uCRv0ZEik_232NlR4YDw4Pv3Ajt5bKvMH13NUU7hFuI,91
72
+ xradio-0.0.38.dist-info/top_level.txt,sha256=dQu27fGBZJ2Yk-gW5XeD-dZ76Xa4Xcvk60Vz-dwXp7k,7
73
+ xradio-0.0.38.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (74.0.0)
2
+ Generator: setuptools (74.1.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5