bottleneck 1.4.2+ds1-2 source package in Ubuntu
Changelog
bottleneck (1.4.2+ds1-2) unstable; urgency=medium * Team upload. * Add explicit dependency on python3-numpy -- Timo Röhling <email address hidden> Mon, 27 Jan 2025 15:03:40 +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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bottleneck_1.4.2+ds1-2.dsc | 2.5 KiB | bbbb4ac08f73bb349c9177fe2acaadf8df87ef4d3ef2d4c2e9250edf004756ec |
bottleneck_1.4.2+ds1.orig.tar.xz | 74.9 KiB | d1c4f939807481d68305c11cf9b1978cfadb38c6b5323d68ebae5539c53d2ae5 |
bottleneck_1.4.2+ds1-2.debian.tar.xz | 6.0 KiB | 0481853d7cb5172d9c5bcf106abff87aa02d59988f89ecfec4778d606809bc5b |
Available diffs
- diff from 1.4.2+ds1-1 to 1.4.2+ds1-2 (436 bytes)
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