Skip to content

Version 0.5.2

Compare
Choose a tag to compare
@henryiii henryiii released this 24 Oct 01:18
· 724 commits to master since this release
034c720

Another small release, mostly focused on fixing a few bugs that primarily affected Windows + Python 3.8 users. Reprs have become much nicer, making histograms easier to work with in REPLs. Serialization code is now shared with Boost.Histogram, which will make maintenance easier and fixes unlimited storage pickling.

User changes:

  • bh.loc supports an offset #164
  • Nicer reprs in several places #167
  • Deprecate .at and .axis #170

Bug fixes:

  • Use relative paths in setup.py to avoid resolving WSL paths on Windows #162, #163
  • Better Pybind11 support for Python 3.8 #168

Developer changes:

  • Serialization code shared with Boost.Histogram #166
  • Avoid unused PEP 517 isolation for now #171 (may return with proper PEP 518 support eventually)