Skip to content

Releases: scikit-hep/boost-histogram

Version 0.5.1

18 Oct 20:22
4009c1f
Compare
Choose a tag to compare

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:

  • Fixed a bug in the sdist missing Boost.Variant2 #154
  • Fixed filling on strided inputs #158

Version 0.5: First beta

16 Oct 12:56
dcfacae
Compare
Choose a tag to compare

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)