Skip to content

Version 0.11.0

Compare
Choose a tag to compare
@henryiii henryiii released this 24 Sep 12:18
· 447 commits to master since this release

A release focused on preparing for the upcoming Hist 2.0 release.

User changes

  • Arbitrary items can be set on an axis or histogram. #450, #456
  • Subclasses can customize the conversion procedure. #456

Bug fixes

  • Fixed reading pickles from boost-histogram 0.6-0.8 #445
  • Minor correctness fix #446
  • Accidental install of typing on Python 3.5+ fixed
  • Scalar ND fill fixed #453

Developer changes

  • Updated to Boost 1.74 #442
  • CMake installs version.py now too #449
  • Updated setuptools infrastructure no longer requires NumPy #451
  • Some basic clang-tidy checks are now being run #455