xbarray 0.0.1a2__py3-none-any.whl → 0.0.1a3__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.

Potentially problematic release.


This version of xbarray might be problematic. Click here for more details.

@@ -18,6 +18,7 @@ __all__ = [
18
18
  "dtype_is_real_floating",
19
19
  "dtype_is_boolean",
20
20
  "abbreviate_array",
21
+ "map_fn_over_arrays",
21
22
  ]
22
23
 
23
24
  default_integer_dtype = int
@@ -16,6 +16,7 @@ __all__ = [
16
16
  "dtype_is_real_floating",
17
17
  "dtype_is_boolean",
18
18
  "abbreviate_array",
19
+ "map_fn_over_arrays",
19
20
  ]
20
21
 
21
22
  default_integer_dtype = int
@@ -25,6 +25,7 @@ __all__ = [
25
25
  "dtype_is_real_floating",
26
26
  "dtype_is_boolean",
27
27
  "abbreviate_array",
28
+ "map_fn_over_arrays",
28
29
  ]
29
30
 
30
31
  default_integer_dtype = torch.int32
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xbarray
3
- Version: 0.0.1a2
3
+ Version: 0.0.1a3
4
4
  Summary: Cross-backend Python array library based on the Array API Standard.
5
5
  Requires-Python: >=3.10
6
6
  License-File: LICENSE
@@ -18,15 +18,15 @@ xbarray/numpy.py,sha256=8thyuJZlm0MJXGx6YWlgxV9ASG-In9jn-pwUFFk7iB4,358
18
18
  xbarray/pytorch.py,sha256=NEKlF_QoiOQl0T-aP_CkUxJ3HgFJEm0hmLy9v5I7qAo,372
19
19
  xbarray/_src/implementations/_common/implementations.py,sha256=FyZaQZcVdSnH6CUA1LVbUJAK-EAlkz2fDfOOuVyku6Y,2655
20
20
  xbarray/_src/implementations/jax/__init__.py,sha256=pkQASOOePuTel32zaSmsNIc9FqL_8Ix0P4NDXMqhupE,827
21
- xbarray/_src/implementations/jax/_extra.py,sha256=6bk789VD17LJUE4jmV2E_xosgSqpVo2W2cmySBckrQ8,2499
21
+ xbarray/_src/implementations/jax/_extra.py,sha256=2akggZTP2xIXe5AdVs4rNk8yCJOpTJX8rlv94SY4HJA,2525
22
22
  xbarray/_src/implementations/jax/_typing.py,sha256=U9BUxHNEjFB0LHF1KMrFLbh6E5kVvpAF8bZUbLNf25E,278
23
23
  xbarray/_src/implementations/jax/random.py,sha256=k6vuNLTOSUClMKI6My0-Xekkeu6hJrUyNib1TziuGag,3312
24
24
  xbarray/_src/implementations/numpy/__init__.py,sha256=s_tC8UT0ULs9tpZ5JFiEIOnv5sRAVBZFM5Wh90T44Wc,640
25
- xbarray/_src/implementations/numpy/_extra.py,sha256=J6mPhMri9sI9UK52Sc61IHM4uSLZ3eq9SM-yKFwOwJQ,1977
25
+ xbarray/_src/implementations/numpy/_extra.py,sha256=p7WkiCWEl14A4W6lwo2TthKalsuAe7DuRhtQxJWf7ng,2003
26
26
  xbarray/_src/implementations/numpy/_typing.py,sha256=pgjLLAipwFsIk0QdgrAA4PEvjF_ugHbzfSTbLpA__6o,241
27
27
  xbarray/_src/implementations/numpy/random.py,sha256=C1z2-pMcDMRa7nKhKNTuY5LtTlu9nXvDpH1wY8mdIug,2630
28
28
  xbarray/_src/implementations/pytorch/__init__.py,sha256=CIXK76WnheuEkVjdU_efCgLxBx3ABhcTdbaImRzmkNM,643
29
- xbarray/_src/implementations/pytorch/_extra.py,sha256=mqA2JlyVhRJrBegGdkV5kCkb9I6L6bz_Iy7NCd_xcr8,2862
29
+ xbarray/_src/implementations/pytorch/_extra.py,sha256=XBYZEYcia3JT7Uk2PT-DyiC-_9J_Rjtg3vQB04spXc8,2888
30
30
  xbarray/_src/implementations/pytorch/_typing.py,sha256=qSnNZD3IpgSoOTl3TBRBv2ifSAHOw0aR9uyzfV5KYVw,204
31
31
  xbarray/_src/implementations/pytorch/random.py,sha256=p4ZDsTc--z5XslVzel-iEVDtoKizrv39_1tfR4-469o,2657
32
32
  xbarray/_src/serialization/__init__.py,sha256=xnfYis9UhhvrCGtzzo7dRLb22MEpaNPAJrpljjP1YUU,32
@@ -34,8 +34,8 @@ xbarray/_src/serialization/serialization_map.py,sha256=05zfqip8qPCt-LgM_cx_zLc4y
34
34
  xbarray/base/__init__.py,sha256=ERmmOxz_9mUkIuccNbzUa5Y6gVLLVDdyc4cCxbCCUbY,20
35
35
  xbarray/base/base.py,sha256=V1yAXu2wUu6q50okX7JQ8onkGhHIQ0lkPkYOolwc45A,5928
36
36
  xbarray/cls_impl/cls_base.py,sha256=MUvJeMm4UVW4jXwfVP02GiCzqftrAND-JYvThge4PUw,312
37
- xbarray-0.0.1a2.dist-info/licenses/LICENSE,sha256=6P0HCOancSfch0dNycuDIe8_qwS0Id97Ih_8hjJ2PFI,1067
38
- xbarray-0.0.1a2.dist-info/METADATA,sha256=MNcr-e1byBuMtn2Z-ouYk5NPXMqdyMNQG5LbWDIHt0s,436
39
- xbarray-0.0.1a2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
40
- xbarray-0.0.1a2.dist-info/top_level.txt,sha256=VriXuFyU48Du4HQMzROSArhwqB6EZYY0n0mipgUqB9A,25
41
- xbarray-0.0.1a2.dist-info/RECORD,,
37
+ xbarray-0.0.1a3.dist-info/licenses/LICENSE,sha256=6P0HCOancSfch0dNycuDIe8_qwS0Id97Ih_8hjJ2PFI,1067
38
+ xbarray-0.0.1a3.dist-info/METADATA,sha256=GQAkLlOrxDmTlTR7Tsex2UQ3mjvcVKqOxKlCy1bxBGE,436
39
+ xbarray-0.0.1a3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
40
+ xbarray-0.0.1a3.dist-info/top_level.txt,sha256=VriXuFyU48Du4HQMzROSArhwqB6EZYY0n0mipgUqB9A,25
41
+ xbarray-0.0.1a3.dist-info/RECORD,,