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 2
2
3
3
[master]
4
4
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
+
5
18
[heading 3.0 (not in boost)]
6
19
7
20
* Support for efficient adding of multiple histograms and scaling
You can’t perform that action at this time.
0 commit comments