bottleneck 1.3.8+ds1-1 source package in Ubuntu
Changelog
bottleneck (1.3.8+ds1-1) unstable; urgency=medium * New upstream version 1.3.8 (Closes: #1070360). * Drop patch applied upstream. * Update d/copyright. * Enable Salsa CI. -- Rebecca N. Palmer <email address hidden> Wed, 15 May 2024 19:50:47 +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 | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bottleneck_1.3.8+ds1-1.dsc | 2.3 KiB | 028879ca4280104b2fef6593f6e97977d97f304ae31053c29db4b2aeaa59cef1 |
bottleneck_1.3.8+ds1.orig.tar.xz | 74.5 KiB | 1642f0e873ba288beef84098cae75e803de0a996cd66a196ca586c172e35bfb1 |
bottleneck_1.3.8+ds1-1.debian.tar.xz | 5.9 KiB | 276f40ed40a73fc5687b0338cb2b8b96143c0b10a67f92bd8a316978120fa337 |
Available diffs
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