File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 22
33[master]
44
5+ [heading 3.1 (not in boost)]
6+
7+ * Renamed `bincount` method to `size`
8+ * Support for axes with only overflow and no underflow bin
9+ * category axis now by default has bin for "other" input that does not fall
10+ into the predefined categories, making it consistent with other axes
11+ * NaN is now consistently put into overflow bin for all axes
12+ * Eliminated warnings about safe internal conversions on MSVC
13+ * Established a cpp house style with corresponding .clang-format file
14+ * Better detection of Python library on all systems
15+ * Improved code coverage by testing more input errors
16+ * Raise ValueError instead of generic RuntimeError in Python on input errors
17+
518[heading 3.0 (not in boost)]
619
720* Support for efficient adding of multiple histograms and scaling
You can’t perform that action at this time.
0 commit comments