Hans Dembinski
|
8dc93c83d2
|
clang format
|
2018-03-15 21:06:41 +01:00 |
|
Hans Dembinski
|
69064b3a54
|
increased coverage
|
2018-03-14 22:59:17 +01:00 |
|
Hans Dembinski
|
ce93a88986
|
renamed Storage::bin_type to element_type; added Storage::const_reference; renamed histogram::bin_iterator to const_iterator; added bin(unsigned) method to histogram::const_iterator, which returns the current bin_type for that dimension
|
2018-03-13 00:26:41 +01:00 |
|
Hans Dembinski
|
37ccf6d80c
|
finally elegant iteration over axis bins
|
2018-03-11 19:59:03 +01:00 |
|
Hans Dembinski
|
fe4bd1701d
|
switched to lazy interval_view to improve performance
|
2018-03-11 17:08:13 +01:00 |
|
Hans Dembinski
|
f14cca8f97
|
more fixes for travis
|
2018-03-10 23:19:16 +01:00 |
|
Hans Dembinski
|
3916ea2c31
|
attempt to fix initializer list issues
|
2018-03-10 23:09:58 +01:00 |
|
Hans Dembinski
|
4c6cb592db
|
missing includes
|
2018-03-10 23:00:34 +01:00 |
|
Hans Dembinski
|
460b417338
|
slightly more coverage
|
2018-03-10 22:51:08 +01:00 |
|
Hans Dembinski
|
8e904a3645
|
added reverse iterators, simplified code
|
2018-03-10 20:20:32 +01:00 |
|
Hans Dembinski
|
739625e531
|
update copyright notice and renamed axis_iterator
|
2017-11-28 22:21:03 +01:00 |
|
Hans Dembinski
|
470492c748
|
adding value_iterator for histogram, make weight_counter public, allow passing weight_counter as argument to array_storage
|
2017-11-28 15:55:18 +01:00 |
|
Hans Dembinski
|
c5094149de
|
refactoring
|
2017-11-13 10:54:23 +01:00 |
|
Hans Dembinski
|
9dd822b6e7
|
better test, better doc
|
2017-11-08 18:20:27 +01:00 |
|
Hans Dembinski
|
dbd05fd1cd
|
refactoring, allow iteration over axis::any
|
2017-11-08 18:10:20 +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
|
de5ddecbbd
|
make iteration and bin access consistent in python and c++, exclude under/overflow bins now
|
2017-11-06 14:22:37 +01:00 |
|
Hans Dembinski
|
9bb392906d
|
different python interface for transformed axes, more code sharing for array_bases in adaptive_storage, reactivate axis_size test, moved bimap into a pointer to make category axis smaller
|
2017-11-04 20:03:53 +01:00 |
|
Hans Dembinski
|
14c43544bc
|
added pow transform, transforms can now be used from python
|
2017-11-04 00:15:50 +01:00 |
|
Hans Dembinski
|
757d4b0ca4
|
interface break for axis, new category axis
|
2017-11-02 21:43:04 +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
|
dbb34cf5c6
|
clang-format
|
2017-06-04 11:53:57 +02:00 |
|
Hans Dembinski
|
ef4898ddc2
|
put axis in extra namespace, put python axis objects in axis submodule
|
2017-06-04 11:53:15 +02:00 |
|
Hans Dembinski
|
c59fa052e1
|
fixing doc and renaming default_axes to builtin_axes
|
2017-05-03 00:05:19 +02:00 |
|
Hans Dembinski
|
e5a31f541a
|
more coverage
|
2017-05-02 23:08:06 +02:00 |
|
Hans Dembinski
|
aecfab98bb
|
test and fix mixed assignment
|
2017-04-27 14:30:10 +02:00 |
|
Hans Dembinski
|
8aac475d72
|
clang-format and possible fix for gcc-4.8
|
2017-04-25 10:35:42 +02:00 |
|
Hans Dembinski
|
00807ca54d
|
adding transforms for regular_axis
|
2017-04-24 18:28:57 +02:00 |
|
Hans Dembinski
|
4219a4f44a
|
added reset and clang-format
|
2017-04-06 22:17:59 +02:00 |
|
Hans Dembinski
|
a023a46f90
|
use static dispatch
|
2017-04-06 21:57:14 +02:00 |
|
Hans Dembinski
|
c67a32d0c7
|
fix for compiler
|
2017-04-06 20:58:36 +02:00 |
|
hans.dembinski@gmail.com
|
bd6912d5e8
|
missing test
|
2017-04-06 12:16:42 +02:00 |
|
hans.dembinski@gmail.com
|
5231ac53eb
|
added conversion between dynamic and static axes vectors
|
2017-04-06 12:15:30 +02:00 |
|
Hans Dembinski
|
f6dd8b2cd2
|
support custom axis objects
|
2017-03-30 22:28:30 +02:00 |
|
Hans Dembinski
|
16bff091bf
|
clang-tidy
|
2017-03-25 19:15:11 +01:00 |
|
Hans Dembinski
|
e2426fbdef
|
clang-formatted code
|
2017-03-25 17:20:37 +01:00 |
|
Hans Dembinski
|
724356341a
|
test
|
2017-03-22 23:05:20 +01:00 |
|
hans.dembinski@gmail.com
|
9936d3104d
|
nicer coveralls
|
2017-03-22 14:43:45 +01:00 |
|
hans.dembinski@gmail.com
|
baa10c4f15
|
test for travis
|
2017-03-22 13:37:03 +01:00 |
|
hans.dembinski@gmail.com
|
39cc44991a
|
simplify
|
2017-03-21 11:54:51 +01:00 |
|
Hans Dembinski
|
550cb0b562
|
test iterators
|
2017-03-18 19:24:56 +01:00 |
|
Hans Dembinski
|
0448dd0012
|
more tests
|
2017-03-18 19:09:26 +01:00 |
|
Hans Dembinski
|
1755cdc6c6
|
polar_axis to circular_axis
|
2017-03-17 08:44:48 +01:00 |
|
Hans Dembinski
|
77d281f08a
|
bug-fix for category_axis default ctor, better tests of copy and move
|
2017-03-16 21:28:54 +01:00 |
|
Hans Dembinski
|
181a88e7da
|
make realtype a template parameter
|
2017-03-16 09:15:34 +01:00 |
|
hans.dembinski@gmail.com
|
b2e3a783af
|
reduced constructors for dynamic_histogram, fixed bug in iterator-based constructor and added test
|
2017-03-02 15:03:11 +01:00 |
|
hans.dembinski@gmail.com
|
758a8bceaa
|
never mind, fill is definitely better than increment
|
2017-02-11 19:38:42 +00:00 |
|
hans.dembinski@gmail.com
|
ddd97e9114
|
switch to lightweight_test
|
2017-02-05 18:34:39 +00:00 |
|
Hans Dembinski
|
1cea27fe72
|
more coverage
|
2017-01-30 00:47:53 +01:00 |
|
Hans Dembinski
|
67908f5a36
|
more coverage
|
2017-01-29 22:52:24 +01:00 |
|