Composable histogram primitives for distributed data reduction.
Project description
Histogrammar is a suite of data aggregation primitives designed for use in parallel processing. In the simplest case, you can use this to compute histograms, but the generality of the primitives allows much more.
See http://histogrammar.org for a complete introduction.
This Python implementation of Histogrammar adheres to version 1.0 of the specification and has been tested to guarantee compatibility with the Scala implementation. The test suite includes empty datasets, NaN/infinity handling, associativity tests, and numerical agreement at the level of one part in a trillion (double precision). Several common histogram types can be plotted in Matplotlib, PyROOT, and Bokeh with a single method call.
If Numpy or Pandas is available, histograms and other aggregators can be filled from arrays ten to a hundred times more quickly via Numpy commands, rather than Python for loops.
If PyROOT is available, histograms and other aggregators can be filled from ROOT TTrees hundreds of times more quickly by JIT-compiling a specialized C++ filler.
Histograms and other aggregators may also be converted into CUDA code for inclusion in a GPU workflow. And if PyCUDA is available, they can also be filled from Numpy arrays by JIT-compiling the CUDA.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
File details
Details for the file histogrammar-1.0.4.zip
.
File metadata
- Download URL: histogrammar-1.0.4.zip
- Upload date:
- Size: 224.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7da27c30863c93b69f52edfcd748d8a21645125a1465b8a3e57932a91c18515c |
|
MD5 | 7438ca330a15ae6acfc02285371ee2b7 |
|
BLAKE2b-256 | 7053b57930743c3bc5a020707eafae9272847eb89aaa7d4fe88e2bd49f6e0a3e |
File details
Details for the file histogrammar-1.0.4.tar.gz
.
File metadata
- Download URL: histogrammar-1.0.4.tar.gz
- Upload date:
- Size: 175.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b3321ea324f46a1625264e6ae88419a404f51edc86cba373e146e8234490276 |
|
MD5 | 8b04b03742127527f4014ce4f1eff434 |
|
BLAKE2b-256 | bd56eb656a5277d594e53010709ce3469b50c0c09ec3368a7786cbdc4f1482e3 |
File details
Details for the file histogrammar-1.0.4-py3.4.egg
.
File metadata
- Download URL: histogrammar-1.0.4-py3.4.egg
- Upload date:
- Size: 519.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa863fa39386a8cd8f17046613eb508eb2a11ad7aaddb985200d2ef047abe463 |
|
MD5 | f7c5ac1f9f97196bcfa4883c694f617e |
|
BLAKE2b-256 | 614e1dc84f3a140145b5cbd5bcd4d5c637af662c01c3f204ef646cdd98833220 |
File details
Details for the file histogrammar-1.0.4-py2.7.egg
.
File metadata
- Download URL: histogrammar-1.0.4-py2.7.egg
- Upload date:
- Size: 505.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae4d8a0d53c1dc4873ca3b5390908fceda6aab4e137b26815fc475f021a22522 |
|
MD5 | 9f312eca758cf569a4c1346476a82076 |
|
BLAKE2b-256 | 03ccb1264f3cdbce97ade9d986038e806bf9437bfaa32f06fa282d84ba3caac5 |