Skip to content

Version 1.0.1

Compare
Choose a tag to compare
@henryiii henryiii released this 17 Mar 18:45
· 333 commits to master since this release

Subclassing Histogram changes

  • A family= is no longer required if you only subclass Histogram. #533

Bug fixes

  • Fix summing of Mean/WeightedMean accumulators #537
  • Added missing dependency on typing_extensions for Python 3.6 & 3.7 #529

Typing changes

  • Added Ellipsis support to typing. #525
  • Better typing for Views. #530
  • Fixed issue with Histogram copy constructor requiring metadata #532