python-npx 0.1.2-1 source package in Ubuntu

Changelog

python-npx (0.1.2-1) unstable; urgency=medium

  * New upstream release
  * create debian/gbp.conf (debian-branch = debian/master,
    uscan = True, pristine-tar = True)
  * fix Vcs-Git field in debian/control
  * Standards-Version: 4.6.2

 -- Drew Parsons <email address hidden>  Mon, 05 Feb 2024 17:43:48 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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-npx_0.1.2-1.dsc 2.1 KiB 5fd99203fedcb631e1152e33415edff44edf4d832f794615277eadf9686c3ef2
python-npx_0.1.2.orig.tar.gz 10.6 KiB b439c45bb95647df7fb020278f4fd59869f615ef6a13d096b49335a3f7537305
python-npx_0.1.2-1.debian.tar.xz 2.6 KiB abc5de8bf691f40f5cecec635d7ad7c4d6db100589b0d3355219f99e1e1f911b

Available diffs

No changes file available.

Binary packages built by this source

python3-npx: extensions for NumPy (Python 3)

 NumPy is a large library used everywhere in scientific computing.
 That's why breaking backwards-compatibility comes at a significant
 cost and is almost always avoided, even if the API of some methods is
 arguably lacking. This package provides drop-in wrappers "fixing"
 those.
 .
 Provides alternative algorithms for dot, solve, sum_at/add_at,
 unique_rows, isin_rows, mean.
 .
 This package installs the library for Python 3.