All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
get_stddev()
method now acceptsmean
argument (contributed by @undera)
- Performance improvements for
RecordedIterator
(contributed by @undera)
- Added
get_value_counts()
method to histogram API
- Fixed dependencies for PyPI package as they were missing
- Unit tests for HDR Histogram
- Initial fork of HDRHistogram_py
- C code is replaced with
numpy
dependency