Hans Dembinski
|
6cf51f2088
|
switching back to container::vector, fixed bug in use of AXIS_LIMIT
|
2016-06-23 10:47:41 -04:00 |
|
Hans Dembinski
|
832757017a
|
nicer
|
2016-06-22 23:34:31 -04:00 |
|
Hans Dembinski
|
91e71969b2
|
save an if and use a type chain to simplify templates
|
2016-06-22 22:31:43 -04:00 |
|
klemens-morgenstern
|
626b00dee2
|
implement iterator-variant with disable_if
|
2016-06-20 23:19:59 +02:00 |
|
klemens-morgenstern
|
88456d9daf
|
added serialization to python/histogram
|
2016-06-20 19:42:27 +02:00 |
|
klemens-morgenstern
|
cc782b2d3f
|
added copyright comment & moved serialization
|
2016-06-18 18:59:38 +02:00 |
|
klemens-morgenstern
|
bd0e4500bc
|
major cleanup of nstore, added range-fill to histogram
|
2016-06-18 13:46:56 +02:00 |
|
klemens-morgenstern
|
8d6b38bf9a
|
removed c-style casts
|
2016-06-17 21:22:17 +02:00 |
|
Hans Dembinski
|
2d02aa79a1
|
adding python 3 support
|
2016-05-15 22:27:56 -04:00 |
|
Hans Dembinski
|
d822274dd1
|
making python_str_sink a detail
|
2016-05-11 23:14:00 -04:00 |
|
Hans Dembinski
|
087623e551
|
more test coverage
|
2016-05-11 22:57:29 -04:00 |
|
Hans Dembinski
|
7eb44a69cd
|
use enum instead of unsigned to signify the limited options
|
2016-05-11 22:45:35 -04:00 |
|
Hans Dembinski
|
1bb3e5d1ca
|
removing depth 0
|
2016-05-10 21:09:25 -04:00 |
|
Hans Dembinski
|
bdb6665a87
|
removing code that breaks clang
|
2016-05-10 20:59:32 -04:00 |
|
Hans Dembinski
|
17b2699da4
|
more comments
|
2016-05-10 12:36:02 -04:00 |
|
Hans Dembinski
|
0133fb0fc0
|
fixing bots
|
2016-05-10 10:51:59 -04:00 |
|
Hans Dembinski
|
3391ab6c5d
|
more testing
|
2016-05-09 21:52:23 -04:00 |
|
Hans Dembinski
|
2eae059886
|
more testing
|
2016-05-09 21:43:35 -04:00 |
|
Hans Dembinski
|
1377956c85
|
enable overflow into wtype + more tests
|
2016-05-09 09:34:13 -04:00 |
|
Hans Dembinski
|
14d4ac9b3a
|
bug-fix in python interface, fill with weight used weight=1
|
2016-05-08 22:20:03 -04:00 |
|
Hans Dembinski
|
3b3a583e10
|
pickle bug fix
|
2016-05-08 20:40:43 -04:00 |
|
Hans Dembinski
|
33993f4c67
|
no double streamer implementation, only use the python one
|
2016-05-08 20:17:26 -04:00 |
|
Hans Dembinski
|
def0a28413
|
increase test coverage
|
2016-05-07 22:32:55 -04:00 |
|
Hans Dembinski
|
1cd43f8546
|
increase coverage
|
2016-05-07 20:09:24 -04:00 |
|
Hans Dembinski
|
5711ba6d58
|
tightening tests
|
2016-05-07 19:15:51 -04:00 |
|
Hans Dembinski
|
4b7856b209
|
fix another warning
|
2016-05-07 17:16:50 -04:00 |
|
Hans Dembinski
|
030eae3bef
|
fix warning
|
2016-05-07 10:26:58 -04:00 |
|
Hans Dembinski
|
95eb9c32b5
|
workaround for gcc bug, active gcc build on travis
|
2016-05-07 08:59:44 -04:00 |
|
Hans Dembinski
|
6b30e2c116
|
cleanup of build, prepare for coverage
|
2016-05-07 00:31:25 -04:00 |
|
Hans Dembinski
|
2ecb5ee1de
|
fixing pysuite test
|
2016-05-06 21:07:34 -04:00 |
|
Hans Dembinski
|
ad7f981635
|
fully enable move semantics
|
2016-05-06 12:35:15 -04:00 |
|
Hans Dembinski
|
9a3d125dc8
|
removed internal buffers, get same speed with better linearization visitor, added move semantics to basic_histogram
|
2016-05-06 10:34:04 -04:00 |
|
Hans Dembinski
|
1f624568e0
|
added missing file
|
2016-04-25 21:31:59 -04:00 |
|
Hans Dembinski
|
e4951de999
|
code reorganization and more documentation
|
2016-04-25 21:31:45 -04:00 |
|
Hans Dembinski
|
007e280480
|
more docstrings
|
2016-04-14 23:37:56 -04:00 |
|
Hans Dembinski
|
f6bd538689
|
... and delay allocation of memory until the first call of fill or wfill
|
2016-04-12 23:14:17 -04:00 |
|
Hans Dembinski
|
be537449a7
|
renaming of histogram_base to basic_histogram
|
2016-04-12 23:13:23 -04:00 |
|
Hans Dembinski
|
981157497e
|
adding docu
|
2016-04-12 00:17:14 -04:00 |
|
Hans Dembinski
|
492d73f18f
|
several bug-fixes, more tests for new weight-filling
|
2016-04-09 22:36:53 -04:00 |
|
Hans Dembinski
|
d2306810ee
|
faster with static_vector
|
2016-04-09 17:27:03 -04:00 |
|
Hans Dembinski
|
fbe82e3c58
|
more refactoring
|
2016-04-09 16:43:08 -04:00 |
|
Hans Dembinski
|
103fa6cf0a
|
new feature, filling with weights
|
2016-04-09 16:31:16 -04:00 |
|
Hans Dembinski
|
14c7a282dc
|
moving nstore into details
|
2016-04-08 19:09:45 -04:00 |
|
Hans Dembinski
|
c4cf612a13
|
asserts on dimension of input
|
2016-04-07 21:04:07 -04:00 |
|
Hans Dembinski
|
19a740fa68
|
init from private repository
|
2016-04-06 09:23:37 -04:00 |
|