python-array-api-compat 1.4-1 source package in Ubuntu

Changelog

python-array-api-compat (1.4-1) unstable; urgency=medium

  * Initial release (Closes: #1055992)

 -- Andreas Tille <email address hidden>  Wed, 15 Nov 2023 18:06:19 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-array-api-compat_1.4-1.dsc 2.2 KiB ba6ff6d0e499dc681e027f03d8af0ff6e98cd066900eb1e6aa615277095c5c97
python-array-api-compat_1.4.orig.tar.gz 33.0 KiB 3e8616fe5de61e39ea764a0f1974f1c69b23c19785d11279afa8f4e2ec254743
python-array-api-compat_1.4-1.debian.tar.xz 2.3 KiB 2e9a27a7a82108cd139507c80d63d779725fa97e45cdfef3ff1441366d7c0d1e

No changes file available.

Binary packages built by this source

python3-array-api-compat: 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.