fast-histogram 0.11-1 source package in Ubuntu

Changelog

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

  * New upstream release (0.11):
    + Refresh debian/patches.
  * debian/copyright: Update debian/* copyright years.
  * Bump Standards-Version to 4.6.1. No changes required.

 -- Josue Ortega <email address hidden>  Wed, 20 Jul 2022 21:30:26 +0200

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

Downloads

File Size SHA-256 Checksum
fast-histogram_0.11-1.dsc 2.2 KiB 05db8884cac6ef54f6e242b44c448d3b0e4ed97c8aaf9dd35ba5f33bf6963fbb
fast-histogram_0.11.orig.tar.gz 44.6 KiB 9acb6fa5b6efd928663008965da186962bdeae20e6d5bbb3b1195dfbd1d906f0
fast-histogram_0.11-1.debian.tar.xz 3.0 KiB 426f4ced7b8484fc189233667b44a11828e64a611e409a51718acc15ca6f5157

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