github scikit-hep/boost-histogram v1.0.0
Version 1.0.0

latest releases: v1.4.1, v1.4.0, v1.3.2...
3 years ago

Dropped support for Python 2 and 3.5; removed large numbers of workarounds. Fully statically typed. API compatible with the final 0.x release for most uses, except for subclassing; subclassing histogram components now uses Python 3 class keyword syntax to set families.

User changes

  • Dropped Python 2.7 and 3.5 support #512
  • Removed deprecated .options from axes. Use .traits instead. #503
  • Full static typing available, UHI 0.1.2+ supported. #516, #517, #519, #520, #521, #523

Subclassing Histogram changes

  • Use keyword class family setting when subclassing histogram components
    instead of custom decorator. #513
  • Structure of internal repr creation changed and made slightly more public. #518

Bug fixes

  • Consistently show metadata= in repr if present; refactored internal repr handling #518
  • Minor typing related fixes for rare bugs (especially in numpy.py, #521)

Don't miss a new boost-histogram release

NewReleases is sending notifications on new releases.