array-api-extra 0.2.1.dev0__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.
@@ -2,7 +2,7 @@ from __future__ import annotations
2
2
 
3
3
  from ._funcs import atleast_nd, cov, create_diagonal, expand_dims, kron, setdiff1d, sinc
4
4
 
5
- __version__ = "0.2.1.dev0"
5
+ __version__ = "0.3.1"
6
6
 
7
7
  # pylint: disable=duplicate-code
8
8
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: array-api-extra
3
- Version: 0.2.1.dev0
3
+ Version: 0.3.1
4
4
  Summary: Extra array functions built on top of the array API standard.
5
5
  Project-URL: Homepage, https://github.com/data-apis/array-api-extra
6
6
  Project-URL: Bug Tracker, https://github.com/data-apis/array-api-extra/issues
@@ -0,0 +1,10 @@
1
+ array_api_extra/__init__.py,sha256=y3Xgs5QJUgljmDfSmU--ZmGWeh7SQrOQIeDNkj38Dn0,327
2
+ array_api_extra/_funcs.py,sha256=o68LFe2YhygPGoRoe375oLfCmMQiuEmPSyaKlHkZABg,16290
3
+ array_api_extra/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ array_api_extra/_lib/_compat.py,sha256=eneqQria9CVCPUw1HrtiV0s48vCSnAxeb32dYXuYiHE,5586
5
+ array_api_extra/_lib/_typing.py,sha256=tJjhePbSepxiKfU6ap71gM81deKAm9rfL7wMIHqjuFs,341
6
+ array_api_extra/_lib/_utils.py,sha256=QoUXAUzLdyNIlU76CNhPvGdgob6oDCzZwb1x0fJJABI,1948
7
+ array_api_extra-0.3.1.dist-info/METADATA,sha256=hhh5o7me4zjRCAD4mrUFUaxZyuCiNYPjk22lUxN6Lb0,12187
8
+ array_api_extra-0.3.1.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
9
+ array_api_extra-0.3.1.dist-info/licenses/LICENSE,sha256=WElDmP4Uf9znamiy3s1MCM46HqI3ttZ4UAHBX4IsbtY,1097
10
+ array_api_extra-0.3.1.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- array_api_extra/__init__.py,sha256=JVGamml3JhJqEAzkjNa78kXLp1nabQxjvKKoSAvBtU0,332
2
- array_api_extra/_funcs.py,sha256=o68LFe2YhygPGoRoe375oLfCmMQiuEmPSyaKlHkZABg,16290
3
- array_api_extra/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- array_api_extra/_lib/_compat.py,sha256=eneqQria9CVCPUw1HrtiV0s48vCSnAxeb32dYXuYiHE,5586
5
- array_api_extra/_lib/_typing.py,sha256=tJjhePbSepxiKfU6ap71gM81deKAm9rfL7wMIHqjuFs,341
6
- array_api_extra/_lib/_utils.py,sha256=QoUXAUzLdyNIlU76CNhPvGdgob6oDCzZwb1x0fJJABI,1948
7
- array_api_extra-0.2.1.dev0.dist-info/METADATA,sha256=EEK5Ptp1VQP7wfpVJWO-NanCcubEw6AS9eZvTFq5XWI,12192
8
- array_api_extra-0.2.1.dev0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
9
- array_api_extra-0.2.1.dev0.dist-info/licenses/LICENSE,sha256=WElDmP4Uf9znamiy3s1MCM46HqI3ttZ4UAHBX4IsbtY,1097
10
- array_api_extra-0.2.1.dev0.dist-info/RECORD,,