Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Oct 18, 2022
1 parent 25608fe commit 82e75c1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ tools/lcov-*
tools/codecov
coverage-report
.cache
venv
9 changes: 8 additions & 1 deletion doc/history.qbk → doc/changelog.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
https://www.boost.org/LICENSE_1_0.txt)
]

[section:history Revision history]
[section:changelog Changelog]

[heading Boost 1.81]

* Added new `accumulators::fraction` to compute fractions, their variance, and confidence intervals
* Added interval computers for fractions: `utility::clopper_pearson`, `utility::wilson_interval`, `utility::jeffreys_interval`, `utility::wald_interval` which can compute intervals with arbitrary confidence level
* Added `utility::confidence_level` and `utility::deviation` types to pass confidence levels as probabilities or in multiples of standard deviation for all interval computers, respectively
* Fixed internal `sub_array` and `span` in C++20

[heading Boost 1.80]

Expand Down
4 changes: 2 additions & 2 deletions doc/histogram.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Boost.Histogram provides an easy-to-use, fast, and extensible multi-dimensional
]
[
[
[link histogram.history Revision history]
[link histogram.changelog Changelog]
]
[
Log of code changes.
Expand All @@ -97,7 +97,7 @@ Boost.Histogram provides an easy-to-use, fast, and extensible multi-dimensional
[include concepts.qbk]
[xinclude reference_pp.xml]
[include rationale.qbk]
[include history.qbk]
[include changelog.qbk]

[*Acknowledgments]

Expand Down

0 comments on commit 82e75c1

Please sign in to comment.