Hans Dembinski
2d9623d7ff
Generalize indexed; allow interation over user-provided rectangular range ( #321 )
2021-04-24 22:37:42 +02:00
Hans Dembinski
c1b51ad640
fix inclusive() in integer axis ( #320 )
...
It was possible to trigger this bug, which triggered an assertion in debug mode. In release mode, it would have probably caused a segfault.
2021-04-24 12:24:47 +02:00
Hans Dembinski
d60f96ded6
ostream improvements: support more accumulators, unicode plots ( #317 )
2021-04-23 20:15:12 +02:00
Hans Dembinski
8a402c7672
minor update of readme2
2021-04-23 15:20:59 +02:00
Hans Dembinski
5af2e2970b
minor update of readme
2021-04-23 15:18:07 +02:00
Hans Dembinski
c80ab0ca34
add method to get effective count for weighted accumulators ( #312 )
...
following the discussion around boost-histogram's interface (Python wrapper)
2021-04-23 15:06:05 +02:00
Hans Dembinski
14fdb6fb56
Support floating point numbers in thread_safe accumulator, don't inherit from std::atomic ( #315 )
...
* don't inherit from std::atomic anymore
* support float and double
* added .value() method for consistency
2021-04-23 15:04:23 +02:00
Hans Dembinski
5d671b4ffc
update internal detect code, add is_explicitly_convertible and is_complete ( #316 )
2021-04-23 14:58:54 +02:00
Peter Dimov
7902c851b2
Fix parenthesis placement; the simplistic dependency scanner only sees dependencies when they are on their own line with nothing else
boost-1.76.0
2021-03-19 03:34:11 +02:00
Hans Dembinski
f0e9e77a33
fixing bug in detection of weight support in user-defined accumulators ( #314 )
...
* Also fixed the accumulator concept spec, which was wrong
2021-03-18 12:58:12 +01:00
Hans Dembinski
1c1eaed4f2
better wording for changelog
2021-03-17 12:00:44 +01:00
Hans Dembinski
d18b2408ec
add bug-fix message to changelog
2021-03-17 11:56:45 +01:00
Hans Dembinski
f9920135c5
fix weighted_mean::operator+= and add missing noexcept to operator*= ( #311 )
2021-03-17 11:53:10 +01:00
Hans Dembinski
18b544c6ad
add detail::square ( #309 )
2021-03-16 19:26:52 +01:00
Hans Dembinski
de33fc74a4
Fix variance calculation in accumulators::mean::operator+= ( #308 )
2021-03-16 13:17:40 +01:00
Edward Diener
7c24d2683e
Add "cxxstd" json field ( #304 )
boost-1.76.0.beta1
2021-03-03 17:20:23 +01:00
Hans Dembinski
dc16bab2c8
update changelog
2021-03-03 17:16:56 +01:00
Hans Dembinski
6b67e647c9
update changelog
2020-12-08 00:46:33 +01:00
Hans Dembinski
e6c2014897
More crop tests with rebin and regular axis ( #303 )
2020-12-08 00:33:26 +01:00
Hans Dembinski
5bd5bfb978
Bug-fix for one-sided cropping and clarify how cropping works ( #302 )
2020-12-07 15:12:20 +01:00
Hans Dembinski
3ff9fbb976
update changelog
boost-1.75.0
2020-11-25 13:19:23 +01:00
Hans Dembinski
a95480b0f9
adding to rationale why metadata is checked for equality
2020-11-25 11:52:01 +01:00
Hans Dembinski
d978def984
fix ci yaml
2020-11-12 11:30:06 +01:00
Hans Dembinski
9b72cc885e
ignore changes in markdown
2020-11-10 23:07:08 +01:00
Hans Dembinski
5d9fa430ec
update table and remark on supported c++ versions
2020-11-10 23:04:28 +01:00
Hans Dembinski
b79010f86e
do fast checks on push
2020-11-10 22:32:00 +01:00
Hans Dembinski
148de49d71
fixed wording
2020-11-10 22:28:35 +01:00
Hans Dembinski
ebe9010db8
bug-fix: handling of special values in ctor and in value method #301
...
* Fixed: Passing nan to the ctor of axis::variable failed to throw std::invalid_argument
* Fixed: axis::variable{{0, 1, inf}}.value(1) was nan, because interpolation would compute 0 * inf
2020-11-10 22:18:32 +01:00
Hans Dembinski
91e32ce17c
Update links and add cmake build info
2020-11-08 23:12:15 +01:00
Hans Dembinski
3f9e9c3dc8
Document undefined behavior of accumulator::mean and accumulator::weighted_mean ( #298 )
boost-1.75.0.beta1
2020-11-01 23:38:50 +01:00
Hans Dembinski
9a37827066
test and fix for gcc-5 ( #129 )
2020-11-01 19:34:55 +01:00
Hans Dembinski
0840102bfe
Workaround for gcc bug, fix for static global variable and function in header, fix of c++20 warning
2020-11-01 17:10:11 +01:00
Hans Dembinski
2f91f037b9
Replace travis and fix several warnings ( #128 )
...
* fix iteration warning
* fix c++20 warning of deprecated volatile ops
* fix warning of using naked throw
2020-10-31 20:40:11 +01:00
Hans Dembinski
6e78037c43
fix gcc warning -Wtautological-compare in options.hpp ( #293 )
2020-10-30 23:24:03 +01:00
Hans Dembinski
f6563de911
Add changelog for v1.74
boost-1.74.0
2020-07-25 14:37:32 +02:00
Hans Dembinski
93348cf672
Add doxygen docs to boolean axis
2020-07-25 14:35:46 +02:00
Henry Schreiner
302c72dc72
fix: Boolean axes missing options() method ( #283 )
2020-07-05 08:45:18 +02:00
Hans Dembinski
5e60e86d3c
rename binary to boolean ( #126 )
boost-1.74.0.beta1
2020-06-24 23:50:25 +02:00
Hans Dembinski
4736fe761f
remove mp_valid and simplify metaprogramming
2020-06-10 21:56:12 +02:00
Hans Dembinski
a819ef53bf
remove boost.assert and cleanup boost.config
2020-06-08 00:41:12 +02:00
Hans Dembinski
8ecaf89c3a
nice docs with b2 --help
2020-06-07 16:17:53 +02:00
Hans Dembinski
6591fa2aec
remove install
2020-06-07 10:26:40 +02:00
Hans Dembinski
5253358988
add binary axis
2020-06-06 23:45:12 +02:00
Hans Dembinski
1be4c4b3f2
faster for identical axes ( #121 )
2020-05-27 23:28:24 +02:00
Hans Dembinski
7f4cb204de
another histogram add test and fixes for python tests
2020-05-27 21:22:24 +02:00
Hans Dembinski
751e597384
Fixes bug in histogram::opertor+=, which ignored flow bin entries
2020-05-24 14:44:48 +02:00
Hans Dembinski
8639271cf6
Update README.md
2020-05-20 09:00:02 +02:00
Hans Dembinski
32c984b947
Update README.md
2020-05-20 08:58:31 +02:00
Hans Dembinski
3588f2cbdb
metadata update in axis concept
2020-05-20 02:46:21 +02:00
Hans Dembinski
e8b61bf483
Flexible category add ( #118 )
...
- added axis::traits::continuous to match axis::traits::is_continuous
- axes now return mutable metadata even when constant
- histograms with discrete growing axis can be added
- use multi_index in histogram interface
2020-05-20 02:42:53 +02:00