54 Commits

Author SHA1 Message Date
Hans Dembinski
a2dcbdccd9 doc improvements 2019-02-07 22:57:08 +01:00
Hans Dembinski
f20abe19fb rename adaptive_storage to unlimited_storage, closes #150 2019-02-06 23:34:58 +01:00
Hans Dembinski
2c3450b429 nicer entry page, lots of improvements to the overview 2019-01-31 23:24:42 +01:00
Hans Dembinski
1edc954e75 update rationale and some first doc fixes [ci skip] 2019-01-30 23:11:19 +01:00
Hans Dembinski
92e1893272 improving docs, closes 2019-01-11 00:06:26 +01:00
Hans Dembinski
7822c87f4f fixed axis_test 2019-01-11 00:06:25 +01:00
Hans Dembinski
feaf5bd2c8 fixes for stevens review part 1 2019-01-11 00:06:25 +01:00
Hans Dembinski
a1569b59af added more arguments to the rationale 2018-09-16 20:31:24 +02:00
Hans Dembinski
50b046f17f remove python 2018-09-15 22:55:03 +02:00
Hans Dembinski
06596efe4e doc fixes 2018-08-24 11:22:31 +02:00
Hans Dembinski
f7793a20ee update docs 2018-08-24 10:52:09 +02:00
Hans Dembinski
e3ddfd8e44 minor fix 2018-08-24 00:39:07 +02:00
Hans Dembinski
8dd0458250 axes behave consistent now: oflow bin added for category axis, NaN always ends up in oflow bin for all axes 2018-07-22 12:13:14 +02:00
Hans Dembinski
3d7c13e2c6 fix docs 2018-07-11 12:02:04 +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
Hans Dembinski
e6c9d717c0 replacing bin method with operator() 2018-03-28 16:51:53 +02:00
Hans Dembinski
37ccf6d80c finally elegant iteration over axis bins 2018-03-11 19:59:03 +01:00
Hans Dembinski
8e904a3645 added reverse iterators, simplified code 2018-03-10 20:20:32 +01:00
Hans Dembinski
06abbf8884 fixes for the documentation, removing mentions of count argument 2018-03-08 22:46:55 +01:00
Hans Dembinski
f1b711d634 separate bin type properties from histogram interface, made interface more flexible, histogram_test is failing, needs investigation 2018-03-01 15:57:55 +01:00
Hans Dembinski
3e825b449a make type of weight argument flexible, added sample type, some simplification to fill argument parsing 2018-02-28 23:07:36 +01:00
Hans Dembinski
707adf08a5 minor improvements 2018-01-18 11:03:13 +01:00
Hans Dembinski
d6b06a0022 back to histogram master template 2017-12-10 20:05:35 +01:00
Hans Dembinski
9bdd09b85f doc fixes 2017-11-13 11:37:53 +01:00
Hans Dembinski
c5094149de refactoring 2017-11-13 10:54:23 +01:00
Hans Dembinski
210414434a finishing user guide 2017-11-12 16:26:19 +01:00
Hans Dembinski
e0c8138539 fix the reduce mess 2017-11-11 12:51:05 +01:00
Hans Dembinski
c5d2eabda0 adding reduce-remove 2017-11-10 23:13:48 +01:00
Hans Dembinski
fa3ba7bca8 improved handling of vairance-less storage policies 2017-11-10 20:01:55 +01:00
Hans Dembinski
0637deed4e renaming weight to weight_counter, replacing asserts on user errors with throws, guide improvements 2017-11-10 16:38:58 +01:00
Hans Dembinski
d3bba7c4bc fat extension of user gude 2017-11-09 23:02:13 +01:00
Hans Dembinski
776bcbd4fe improving documentation and tests of using iterator ranges, expanded guide 2017-11-09 16:35:01 +01:00
Hans Dembinski
b40a68bb54 improving examples, and fixed bug in Python histogram constructor, now all axis types are recognized 2017-11-09 11:38:51 +01:00
Hans Dembinski
dbd05fd1cd refactoring, allow iteration over axis::any 2017-11-08 18:10:20 +01:00
Hans Dembinski
baf81b9d62 fixing issues with generic axis type 2017-11-08 10:48:25 +01:00
Hans Dembinski
1a12c574c6 getting rid of utility functions, tested and fixed bugs related to unusual axis value types 2017-11-07 19:29:22 +01:00
Hans Dembinski
e742787353 improvements 2017-11-07 16:57:18 +01:00
Hans Dembinski
76c596dfc4 allocator is gone, accepting any sequence in python for fill is back, refactoring in adaptive_storage 2017-11-05 21:54:14 +01:00
Hans Dembinski
3ba9e8e417 make integer type variable, use enum for uoflow option instead of bool for clarity 2017-10-18 18:07:10 +02:00
Hans Dembinski
e0900fec6a docu improvement 2017-10-18 15:51:40 +02:00
Hans Dembinski
929f44ffc0 u 2017-10-13 18:34:17 +02:00
Hans Dembinski
367131c336 fixing travis 2017-06-06 15:22:50 +02:00
Hans Dembinski
a58c7c7050 doc update 2017-06-04 18:01:16 +02:00
Hans Dembinski
cc45928cc8 doc improvement 2017-05-03 13:41:08 +02:00
Hans Dembinski
c59fa052e1 fixing doc and renaming default_axes to builtin_axes 2017-05-03 00:05:19 +02:00
Hans Dembinski
9272cf896b nicer fill interface and clang-format 2017-05-02 14:22:27 +02:00
Hans Dembinski
918d924fa1 updated docs 2017-03-29 23:36:33 +02:00
Hans Dembinski
1755cdc6c6 polar_axis to circular_axis 2017-03-17 08:44:48 +01:00
Hans Dembinski
181a88e7da make realtype a template parameter 2017-03-16 09:15:34 +01:00
hans.dembinski@gmail.com
a373045d15 more guide 2017-03-02 16:35:10 +01:00