Hans Dembinski
9a2f152253
update of user guide and examples
2019-11-05 00:26:55 +01:00
Hans Dembinski
ff97700470
* finishing the user guide
...
* get master badges back
2019-02-24 22:14:30 +01:00
Hans Dembinski
9abbe46e3d
CI & doc update, removed multiprecision::cpp_int, simpler axis implementation, use_default to set default options
...
* Travis uses b2 and codecov now
* replacing boost::multiprecision with custom implementation to avoid the dependency
* improved axis implementation: `update` is now a normal method
* introduced use_default tag type to set defaults
* whitespace fixes and doc update
2019-02-17 13:37:50 +01:00
Hans Dembinski
5396998eb7
improved stdlib compat, fixed bug in reference
2019-01-24 00:16:38 +01:00
Hans Dembinski
1bd67c780e
use float literals in examples
2019-01-22 20:48:29 +01:00
Hans Dembinski
2e68e77e4e
added license
2019-01-11 00:06:26 +01:00
Hans Dembinski
a2cb137b93
fix
2019-01-11 00:06:25 +01:00
Hans Dembinski
16ccde46ee
fix
2019-01-11 00:06:25 +01:00
Hans Dembinski
0b18bd6f0d
removed handling of dynamic containers passed via operator() to obtain better non-surprising solution for tuples passed to 1d histogram, weights can be passed at the beginning or end again of the call to histogram::operator()
2019-01-11 00:06:25 +01:00
Hans Dembinski
793ef884df
wip: fixing tests, removed weight_counter from adaptive_storage, storage scaling with double
2019-01-11 00:06:25 +01:00
Hans Dembinski
06596efe4e
doc fixes
2018-08-24 11:22:31 +02:00
Hans Dembinski
255b242ad3
suppress final warning on msvc
2018-08-01 01:25:55 +02:00
Hans Dembinski
d4dbae92f5
clang-format everything
2018-07-21 17:27:18 +02:00
Hans Dembinski
5fc67137e4
issue 45: use operator() to fill; issue 44: removed sum(), use std::for_each or std::accumulate instead; added support for stl containers as fill and index arguments
2018-07-01 21:41:09 +02:00