bottleneck 1.4.2+ds1-1 source package in Ubuntu

Changelog

bottleneck (1.4.2+ds1-1) unstable; urgency=medium

  * Team Upload
  * Fix watch file for new PyPi archive naming convention
  * New upstream version 1.4.2+ds1

 -- Alexandre Detiste <email address hidden>  Mon, 06 Jan 2025 20:54:00 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bottleneck_1.4.2+ds1-1.dsc 2.3 KiB 6cfc0fc6f1a7ff5d039fa1b70bdbdebd0b1b9f298ceb5195913f03cbd66bc7e4
bottleneck_1.4.2+ds1.orig.tar.xz 74.9 KiB d1c4f939807481d68305c11cf9b1978cfadb38c6b5323d68ebae5539c53d2ae5
bottleneck_1.4.2+ds1-1.debian.tar.xz 6.0 KiB 6d666d5615c433bc4ed2f22639458aec7fedc37d4041a47a06ab304fbe9ddf21

No changes file available.

Binary packages built by this source

python-bottleneck-doc: documentation for bottleneck

 Bottleneck is a collection of fast NumPy array functions written in C.
 .
 Only arrays with data type (dtype) int32, int64, float32, and float64 are
 accelerated. All other dtypes result in calls to slower, unaccelerated
 functions.
 .
 This package provides the documentation for bottleneck.

python3-bottleneck: Fast NumPy array functions written in C (Python 3)

 Bottleneck is a collection of fast NumPy array functions written in C.
 .
 Only arrays with data type (dtype) int32, int64, float32, and float64 are
 accelerated. All other dtypes result in calls to slower, unaccelerated
 functions.
 .
 This package provides the modules for Python 3.

python3-bottleneck-dbgsym: debug symbols for python3-bottleneck