astrofrog / fast-histogram

:zap: Fast 1D and 2D histogram functions in Python :zap:
BSD 2-Clause "Simplified" License
266 stars 28 forks source link

Return edges by default #9

Closed astrofrog closed 7 years ago

astrofrog commented 7 years ago

Fixes #7

astrofrog commented 7 years ago

Actually this hurts performance significantly for arrays < 10^5, so sticking with the current API