fast-histogram 0.9-2build2 source package in Ubuntu
Changelog
fast-histogram (0.9-2build2) jammy; urgency=medium * No-change rebuild with Python 3.10 only -- Graham Inggs <email address hidden> Wed, 16 Mar 2022 22:36:41 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Jammy
- Original maintainer:
- Debian Astronomy Maintainers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
fast-histogram_0.9.orig.tar.gz | 41.0 KiB | 6325ce42060bb9d1987a3aefffcac45bdd3810bc58ce69716132e23aa49f7a9f |
fast-histogram_0.9-2build2.debian.tar.xz | 3.1 KiB | c3599b3a73c998226c0a25977c0848141fcc7096127c95d7a16f5946697835da |
fast-histogram_0.9-2build2.dsc | 2.2 KiB | e9fe05e878ed77fdf6d02fd6a08a1afab070b6f8238a5b44e355e959dd095bb4 |
Available diffs
- diff from 0.9-2build1 to 0.9-2build2 (311 bytes)
Binary packages built by this source
- python3-fast-histogram: Fast 1D and 2D histogram functions in Python
fast-histogram aims to provide simple and fast histogram functions for
regular bins that don't compromise on performance. It doesn't do
anything complicated - it just implements a simple histogram algorithm in C and
keeps it simple. The aim is to have functions that are fast but also robust and
reliable. The result is a 1D histogram function here that is 7-15x faster than
numpy.histogram, and a 2D histogram function that is 20-25x faster than
numpy.histogram2d.
- python3-fast-histogram-dbgsym: debug symbols for python3-fast-histogram