fast-histogram 0.11-2 source package in Ubuntu

Changelog

fast-histogram (0.11-2) unstable; urgency=medium

  * Add real autopkgtests
  * Skip tests that cause a segfault (Closes: #1026594)

 -- Ole Streicher <email address hidden>  Wed, 25 Jan 2023 12:25:18 +0100

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Astronomy Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
fast-histogram_0.11-2.dsc 2.2 KiB 5c1d2177ad3803e6861e2ebcdef93c7031a20f8d05767346348ad0d0046991e3
fast-histogram_0.11.orig.tar.gz 44.6 KiB 9acb6fa5b6efd928663008965da186962bdeae20e6d5bbb3b1195dfbd1d906f0
fast-histogram_0.11-2.debian.tar.xz 4.0 KiB 5d80b8d58cd29c5293260945670e7cc45e01e3a99c628a4b53c3a1e16fb99d17

Available diffs

No changes file available.

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