CHANGES
=======

0.7.1
-----

* [add] added getter for int\_to\_double\_conversion\_ratio. exteded test\_jHiccup\_v2\_log()
* [fix] conversion\_ratio\_bits type setted to c\_double
* Fix travis ci/cd
* Fix W504 pep8
* fix ci/cd warnings

0.7.0
-----

* update doc for dump\_hdrh
* Add hdrh dump test
* code optimization
* fix for python3
* fix iterator class
* fix for pylint test
* fix for pylint test
* add pylint exception
* fix for python3 compatibility
* fix formatting
* update readme with win32 known issue

0.6.1
-----

* Add PyPI trigger in travis-ci

0.6.0
-----

* Add travis badge
* Fix pylint warnings
* Fix flake8 warning
* Fix pylint issues
* fix travis pylint/flake8
* Add pylint and flake8 to travis-ci
*  Add travis CI
* Adapt test\_basic so it doesn't crash on 32-bit systems
* Define parts of stdint.h in the C source
* Updated README
* PyPy limitation
* getValueAtPercentile test is ported
* Update readme
* Add pylint and fix all pylint warnings/errors

0.5.2
-----

* Fix python 3 pep errors
* Add reset histogram values
* Add reset values unit tests
* Update tox configuration

0.5.1
-----

* Print value and count correctly in example

0.5.0
-----

* Add test code for output\_percentile\_distribution
* Add output\_percentile\_distribution method

0.4.1
-----

* Fix -Wshorten-64-to-32 compiler warnings on MacOSX

0.4.0
-----

* Add future dependency to setup
* Fix formatting
* No longer need to enforce unicode
* Remove old\_div to improve performance
* Python 3 compatible!
* Add pycharm created files to gitignore
* Update README and fix gcc warnings

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
