Skip to content

Version 0.6.1

Compare
Choose a tag to compare
@henryiii henryiii released this 12 Dec 23:49
· 628 commits to master since this release
11350f7

Examples and notebooks are now up to date with the current state of the
library. Using Boost 1.72 release.

User changes

  • Slices and single values can be mixed in indexing #279
  • UHI locators supported on axes #280

Bug fixes

  • Properties on accumulator views now resolve correctly #273
  • Division of a histogram by a number is supported again #278
  • Setting a histogram with length one slice fixed #279
  • Numpy functions now work with Numpy ints in bins= #282
  • In-place addition avoids a copy #284