Skip to content

Commit a358841

Browse files
committed
update of changelog
1 parent ccbe55f commit a358841

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This `C++11` library provides a multi-dimensional [histogram](https://en.wikiped
1111
Tested platforms:
1212
- Linux: gcc-4.8.4, clang-5.0.0
1313
- Mac: Xcode 9
14-
- Windows: Visual Studio 2015
14+
- Windows: Visual Studio 14 2015
1515
- Python: 2.7 and 3.6
1616

1717
The histogram is very customisable through policy classes, but the default policies were carefully designed so that most users don't need to customize anything. In the standard configuration, this library offers a unique safety guarantee not found elsewhere: bin counts *cannot overflow* or *be capped*. While being safe to use, the library also has a convenient interface, is memory conserving, and faster than other libraries (see benchmarks).

doc/changelog.qbk

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
[section Changelog]
22

3-
[heading 2.1 (not in boost)]
3+
[master]
4+
5+
[heading 3.0 (not in boost)]
46

57
* Support for efficient adding of multiple histograms and scaling
68
* Re-design of category axis as a general mapping between unique values and bins
79
* Re-design of the bin description an axis returns upon element access
8-
* Interface cleanup, more consistency between Python and C++ interface
9-
* range-based for-loops in C++ and Python loops now excludes over-/underflow bins
10+
* Interface cleanup and simplification, more consistency between Python and C++ interface
11+
* Iterators for histogram and axes for STL compatibility
1012
* Regular axis in C++: Allowing transforms with state
1113
* Regular axis in Python: Support for all C++ transforms
12-
* Getting rid of utility functions, use interface augmented boost::variant instead
14+
* Polymorphic axis::any type
15+
* Internal refactoring from boost::mpl and boost::fusion to std::tuple and boost::mp11
16+
* Windows support
1317

1418
[heading 2.0 (not in boost)]
1519

@@ -26,4 +30,4 @@
2630

2731
* First stable version.
2832

29-
[endsect]
33+
[endsect]

0 commit comments

Comments
 (0)