Debian NEW package overview for python-array-api-compat
python-array-api-compat_1.4-1_amd64.changes (click to toggle)
Format:1.8
Date:Wed, 15 Nov 2023 18:06:19 +0100
Source:python-array-api-compat
Binary:python3-array-api-compat
Architecture:source all
Version:1.4-1
Distribution:unstable
Urgency:medium
Maintainer:Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Changed-By:Andreas Tille <tille@debian.org>
Description:
python3-array-api-compat - Python3 array API compatibility library
Closes:1055992
Changes:
python-array-api-compat (1.4-1) unstable; urgency=medium

  * Initial release (Closes: #1055992)
Files:
a6aac552cbd0cbd876d53931e0f56bf3 2217 python optional python-array-api-compat_1.4-1.dsc
8161f70e9813bb703a6815a411f1ded7 33757 python optional python-array-api-compat_1.4.orig.tar.gz
a2e1adc310cf6ef85c683c98a28853a8 2388 python optional python-array-api-compat_1.4-1.debian.tar.xz
625182e00c25202bbac375783d5c64c5 16969 python optional python-array-api-compat_1.4-1_amd64.buildinfo
880a6e86c81fe1a9c6784a6d6ea6323b 22844 python optional python3-array-api-compat_1.4-1_all.deb
python-array-api-compat_1.4-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:python-array-api-compat
Binary:python3-array-api-compat
Architecture:all
Version:1.4-1
Maintainer:Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:Andreas Tille <tille@debian.org>
Homepage:https://data-apis.org/array-api-compat/
Standards-Version:4.6.2
Vcs-Browser:https://salsa.debian.org/python-team/packages/python-array-api-compat
Vcs-Git:https://salsa.debian.org/python-team/packages/python-array-api-compat.git
Build-Depends:debhelper-compat (=13), dh-python, python3-all, python3-pytest<!nocheck>, python3-numpy<!nocheck>, python3-torch<!nocheck>
Package-List:python3-array-api-compat deb python optional arch=all
Files:
8161f70e9813bb703a6815a411f1ded7 33757 python-array-api-compat_1.4.orig.tar.gz
a2e1adc310cf6ef85c683c98a28853a8 2388 python-array-api-compat_1.4-1.debian.tar.xz
lintian 2.104.0 check for python-array-api-compat_1.4-1.dsc (click to toggle)
README.source for python-array-api-compat_1.4-1.dsc (click to toggle)
No README.source in this package
control file for python3-array-api-compat_1.4-1_all.deb (click to toggle)
Package:python3-array-api-compat
Source:python-array-api-compat
Version:1.4-1
Architecture:all
Maintainer:Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Installed-Size:117
Depends:python3:any
Section:python
Priority:optional
Homepage:https://data-apis.org/array-api-compat/
Description:
Python3 array API compatibility library
 This is a small wrapper around common array libraries that is compatible
 with the Array API standard. Currently, NumPy, CuPy, and PyTorch are
 supported. If you want support for other array libraries, or if you
 encounter any issues, please open an issue.
 .
 Note that some of the functionality in this library is backwards
 incompatible with the corresponding wrapped libraries. The end-goal is
 to eventually make each array library itself fully compatible with the
 array API, but this requires making backwards incompatible changes in
 many cases, so this will take some time.
 .
 Currently all libraries here are implemented against the 2022.12 version
 of the standard.
lintian 2.104.0 check for python3-array-api-compat_1.4-1_all.deb (click to toggle)
contents of python3-array-api-compat_1.4-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2023-11-15 17:06 ./
drwxr-xr-x root/root         0 2023-11-15 17:06 ./usr/
drwxr-xr-x root/root         0 2023-11-15 17:06 ./usr/lib/
drwxr-xr-x root/root         0 2023-11-15 17:06 ./usr/lib/python3/
drwxr-xr-x root/root         0 2023-11-15 17:06 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2023-11-15 17:06 ./usr/lib/python3/dist-packages/array_api_compat/
-rw-r--r-- root/root       944 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/__init__.py
-rw-r--r-- root/root       987 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/_internal.py
drwxr-xr-x root/root         0 2023-11-15 17:06 ./usr/lib/python3/dist-packages/array_api_compat/common/
-rw-r--r-- root/root        24 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/common/__init__.py
-rw-r--r-- root/root     16001 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/common/_aliases.py
-rw-r--r-- root/root      8312 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/common/_helpers.py
-rw-r--r-- root/root      6073 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/common/_linalg.py
-rw-r--r-- root/root       388 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/common/_typing.py
drwxr-xr-x root/root         0 2023-11-15 17:06 ./usr/lib/python3/dist-packages/array_api_compat/cupy/
-rw-r--r-- root/root       397 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/cupy/__init__.py
-rw-r--r-- root/root      2297 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/cupy/_aliases.py
-rw-r--r-- root/root       617 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/cupy/_typing.py
-rw-r--r-- root/root      1125 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/cupy/linalg.py
drwxr-xr-x root/root         0 2023-11-15 17:06 ./usr/lib/python3/dist-packages/array_api_compat/numpy/
-rw-r--r-- root/root       596 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/numpy/__init__.py
-rw-r--r-- root/root      2301 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/numpy/_aliases.py
-rw-r--r-- root/root       618 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/numpy/_typing.py
-rw-r--r-- root/root       956 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/numpy/linalg.py
drwxr-xr-x root/root         0 2023-11-15 17:06 ./usr/lib/python3/dist-packages/array_api_compat/torch/
-rw-r--r-- root/root       518 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/torch/__init__.py
-rw-r--r-- root/root     26667 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/torch/_aliases.py
-rw-r--r-- root/root      2099 2023-09-14 21:07 ./usr/lib/python3/dist-packages/array_api_compat/torch/linalg.py
drwxr-xr-x root/root         0 2023-11-15 17:06 ./usr/lib/python3/dist-packages/array_api_compat-1.4.egg-info/
-rw-r--r-- root/root     13232 2023-11-15 17:06 ./usr/lib/python3/dist-packages/array_api_compat-1.4.egg-info/PKG-INFO
-rw-r--r-- root/root         1 2023-11-15 17:06 ./usr/lib/python3/dist-packages/array_api_compat-1.4.egg-info/dependency_links.txt
-rw-r--r-- root/root        28 2023-11-15 17:06 ./usr/lib/python3/dist-packages/array_api_compat-1.4.egg-info/requires.txt
-rw-r--r-- root/root        17 2023-11-15 17:06 ./usr/lib/python3/dist-packages/array_api_compat-1.4.egg-info/top_level.txt
drwxr-xr-x root/root         0 2023-11-15 17:06 ./usr/share/
drwxr-xr-x root/root         0 2023-11-15 17:06 ./usr/share/doc/
drwxr-xr-x root/root         0 2023-11-15 17:06 ./usr/share/doc/python3-array-api-compat/
-rw-r--r-- root/root       166 2023-11-15 17:06 ./usr/share/doc/python3-array-api-compat/changelog.Debian.gz
-rw-r--r-- root/root      1163 2023-09-14 21:07 ./usr/share/doc/python3-array-api-compat/changelog.gz
-rw-r--r-- root/root      1376 2023-11-15 17:06 ./usr/share/doc/python3-array-api-compat/copyright

Timestamp: 15.11.2023 / 18:02:04 (UTC)