CHANGES
=======

0.3.1
-----

* Cutover doc and gerrit review links to new HdrHistogram org

0.3.0
-----

* Fix rst syntax Add perf numbers on Linux server
* Implement V2 encoding with C extension

0.2.2
-----

* Fix bug in get value at percentile due to rounding error

0.2.1
-----

* Update README

0.2.0
-----

* Use numpy to accelerate array operations

0.1.2
-----

* Add pbr to handle versioning, update README

0.1.1
-----

* Add wrk2 interop test case
* make relative time as default for log interval reader

0.1.0
-----

* Use unsigned for counters
* Support decoding of 2,4,8 byte counter size compressed histograms Add jHiccup V1 log decoding test
* Add LogReader and LogWriter

0.0.6
-----

* Exclude trailing zero buckets from compressed payload
* Fix decode and add issue with min/max update

0.0.5
-----

* Set version to 0.0.5
* Update to use index based iterators (and sync-up with latest iterator code from HdrHistogram/Java)
* Add histogram encoding/decoding classes (HdrHistogram V1 format)
* Add mean and stddev
* Add support for record_corrected_value, fix bugs in iterators
* Add percentile iterator
* Add count with record_value, linear/log iterators

0.0.4
-----

* Misc updates

0.0.3
-----

* fix package name for Pypi

0.0.2
-----

* Set download_url for Pypi

0.0.1
-----

* Create test directory and hdrh package
* Add min/max and update readme
* Fix README
* Initial version
* Initial commit
