252 Commits

Author SHA1 Message Date
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
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
3ff9fbb976 update changelog 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
f6563de911
Add changelog for v1.74 2020-07-25 14:37:32 +02:00
Hans Dembinski
5e60e86d3c
rename binary to boolean (#126) 2020-06-24 23:50:25 +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
Hans Dembinski
455c43ca97 reference fixes: sorted headers, sorted items in namespaces, removed Detail* typenames 2020-04-14 17:12:42 +02:00
Hans Dembinski
bdeaca723c minor fixes and beautification in history 2020-04-14 17:07:45 +02:00
Hans Dembinski
e505076bf0 renamed changelog.qbk to history.qbk 2020-04-14 14:33:42 +02:00
Hans Dembinski
ba93953730 changelog added for v1.73 2020-04-09 16:59:22 +02:00
Hans Dembinski
830f238534
reverting to standalone docs and some doc fixes 2020-03-23 19:12:51 +01:00
Hans Dembinski
4a368329a5
Add wrapped histogram example to getting started section 2020-03-11 15:50:55 +01:00
Hans Dembinski
9382f57f9a
fix for scaling operator bug and accumulator_traits bug and new tests for these bugs 2020-03-11 00:49:05 +01:00
Hans Dembinski
82a22250aa
new docu section about histogram usage in APIs 2020-03-10 13:34:44 +01:00
Hans Dembinski
e751503536
Better documentation on usage of Boost.Accumulators and simplified accumulator_traits 2020-03-09 20:48:50 +01:00
Hans Dembinski
f97cae4548
Fix: Adds histogram to boostbook (#273) 2020-03-07 18:48:45 +01:00
Hans Dembinski
82d9314302 reducible category axis and general reduce upgrade
* reducible category axis
* new axis::trait is_ordered and ordered()
* reduce accepts positional commands now
* renamed (old symbols still there, but deprecated)
  - static_is_inclusive -> is_inclusive
  - static_options -> get_options
  - reduce_option -> reduce_command
* reduce commands are now structs derived from reduce_command base instead of functions
* simplified TMP code in axis::traits 
* updated and improved docs for reduce
2020-01-06 01:37:52 +01:00
Hans Dembinski
9aef54cf70
Extended custom accumulator section in user guide and added count accumulator 2020-01-03 19:40:41 +01:00
Hans Dembinski
ca07c7fa4a
Benchmark update
* safer script
* update of benchmark plot and text
2019-12-23 01:01:40 +01:00
Hans Dembinski
701d690279 update overview 2019-11-21 00:51:05 +01:00
Hans Dembinski
ab4913d3f0 update of changelog 2019-11-12 21:50:49 +01:00
Hans Dembinski
d242c79b18 various improvements to the user guide 2019-11-06 00:17:26 +01:00
Hans Dembinski
9a2f152253
update of user guide and examples 2019-11-05 00:26:55 +01:00
Hans Dembinski
a0f75b335d
Update concepts
* fix documentation of serialization support for all types
* document optional support of weighted fills for custom accumulators
2019-11-04 21:11:19 +01:00
Hans Dembinski
8b9561fb10 fix logo and update readme 2019-10-27 15:21:50 +01:00
Hans Dembinski
b4be538388
Add logo and improve README 2019-10-26 17:36:26 +02:00
Hans Dembinski
94857351cc
fix shrink when value is not exactly equal to bin edge 2019-10-19 19:04:13 +01:00
Hans Dembinski
92a873c746
Faster linearize (#230)
* introduce offset for faster linearization of non-growing axes
* added traits::is_inclusive and constexpr bool inclusive() methods for builtin axes
* bug fixes for fill method when weight array is used with non-inclusive axis and when growing axes are used
* bug fix of axis::options::test(...)
* coverage tested with gcc-8, updated CONTRIBUTING.md with coverage info
2019-10-06 23:03:45 +02:00
Hans Dembinski
6c5bf59ba1
getting started 04 update (#213) 2019-09-12 20:53:43 +02:00
Hans Dembinski
14f36ea932
new and updated examples for user guide (#210)
* new accmulator examples for user guide
* new weighted profile example
* minor corrections to other examples
2019-09-10 23:19:27 +02:00
Hans Dembinski
0a6c485d6b new benchmark results 2019-08-24 11:25:37 +02:00
Hans Dembinski
f869fb16d7 separate out rationale into extra section, making overview shorter 2019-08-23 08:59:50 +02:00
Hans Dembinski
93f4b4b1d8 fix the crlf issue, closes #204 2019-08-20 10:50:24 +02:00
Hans Dembinski
016532f011
Histogram fill method (#54)
huge refactor, various speed improvements, potential for further improvements and parallelization
2019-08-19 23:55:43 +02:00
Hans Dembinski
df647cf959
update copyright (#55)
* add missing copyright notices
* workaround for xml_iarchive bug to handle XML with comments
* fixing min/max according to boost guidelines
2019-08-19 16:53:27 +02:00
Hans Dembinski
2d8e83df6c update of changelog 2019-07-12 10:03:52 +02:00
Hans Dembinski
3b0bd331ba benchmark update 2019-06-12 15:52:26 +02:00
Hans Dembinski
d075d1b86f
new getting started example 2019-06-08 19:02:16 +02:00
Hans Dembinski
8260deaa1d
Forward iterators for indexed range
* add tests of stdlib algorithms that use forward iterators
* make accessor non-copyable, implicitly convertible to value, assign pass-through, add comparison operators
* updated docs
2019-06-06 23:04:27 +02:00
Hans Dembinski
59c9d82b3c update to the user guide and show toc in sections 2019-06-04 15:37:38 +02:00
Hans Dembinski
3b687db2bc update fill benchmarks 2019-06-04 10:22:57 +02:00
Hans Dembinski
237bf234c5 simplications to linearize and benchmarking 2019-05-30 19:36:02 +02:00
Hans Dembinski
e434804508
explicitly guarantee nothrow moves for all builtin axis types
* use preinstalled gcc5 on travis and don't stop on first error anymore
* update axis concept regarding nothrow moves
2019-05-28 22:29:26 +02:00
Hans Dembinski
9b8de0536b update section about parallel filling 2019-05-15 21:54:27 +02:00
Hans Dembinski
5ef6a39945
Fix range iterator
* InputIterator concept requires that the decrement of a postfix-incremented iterator is valid, now it is
* added detached_accessor to that end
* update benchmark plot, better docs
2019-05-10 00:00:33 +02:00