https://github.com/JelleAalbers/multihist
Raw File
Tip revision: 4a848748b0f337e530682fc4e81129073ceab694 authored by Jelle Aalbers on 10 August 2016, 13:47:25 UTC
Bump version: 0.4.1 → 0.4.2
Tip revision: 4a84874
HISTORY.rst
.. :changelog:

History
-------


------------------
0.4.1 (2016-02-05)
------------------
* get_random and lookup for Histdd. Not really tested yet.

------------------
0.4.0 (2016-02-05)
------------------
* .std function for Histdd
* Fix off-by-one errors

------------------
0.3.0 (2015-09-28)
------------------
* Several new histdd functions: cumulate, normalize, percentile...
* Python 2 compatibility

------------------
0.2.1 (2015-08-18)
------------------
* Histdd functions sum, slice, average now also work

----------------
0.2 (2015-08-06)
----------------
* Multidimensional histograms
* Axes naming

--------------------
0.1.1-4 (2015-08-04)
--------------------
Correct various rookie mistakes in packaging...
Hey, it's my first pypi package!

----------------
0.1 (2015-08-04)
----------------
Initial release

* Hist1d, Hist2d
* Basic test suite
* Basic readme
back to top