Skip to content

Commit 93493ca

Browse files
committed
updated changelog
1 parent cbae130 commit 93493ca

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/changelog.qbk

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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

0 commit comments

Comments
 (0)