Releases: scikit-hep/boost-histogram
Releases · scikit-hep/boost-histogram
Version 0.5.1
This release has a few quick bugfixes from PyHEP 2019. It also has one new feature, h.axes
, which did not quite make it in for 0.5.0, and has removed the indexed
iterator (fully replaced by axes).
User changes:
- Removed the
bh.indexed
/h.indexed
iterator #150 - Added
.axes
AxisTuple, with direct access to properties #150 - Cleaned up tab completion in IPython #150
Bug fixes:
Version 0.5: First beta
First beta release.
Known issues:
- Unlimited storage does not support pickling or classic multiprocessing
- Some non-simple storages do not support some forms of access, like
.view
- Indexing and the array versions (such as centers) are incomplete and subject to change
- The numpy module is provisional and subject to change
- Docstrings and signatures will improve in later versions (especially on Python 3)