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