Commit Graph

48 Commits

Author SHA1 Message Date
Hans Dembinski
5049feae99 test more 2017-03-24 23:38:13 +01:00
Hans Dembinski
4e23deca23 better 2017-03-24 23:03:00 +01:00
Hans Dembinski
adfd33a1aa fix for cpp_int numpy conversion 2017-03-24 22:54:25 +01:00
Hans Dembinski
f81cbe9fec fix bug for conversion of uninitialized histogram 2017-03-24 21:33:01 +01:00
Hans Dembinski
bfd4f440f4 more pythonic interface 2017-03-24 09:26:37 +01:00
Hans Dembinski
1d3f3d7a0c simpler, dont expose axes_type, provide for_each_axis instead 2017-03-22 22:39:55 +01:00
hans.dembinski@gmail.com
5a7b7b09b6 support repr for histogram in python 2017-03-22 18:38:18 +01:00
hans.dembinski@gmail.com
39cc44991a simplify 2017-03-21 11:54:51 +01:00
Hans Dembinski
41a767947a added axis iterators 2017-03-18 18:16:21 +01:00
Hans Dembinski
1755cdc6c6 polar_axis to circular_axis 2017-03-17 08:44:48 +01:00
Hans Dembinski
babaa8254f fix behavior, it is ok too have many axes, it is not okay to fill them from python with *args 2017-03-16 21:46:18 +01:00
Hans Dembinski
49c173ea09 simplified 2017-03-16 20:59:58 +01:00
Hans Dembinski
181a88e7da make realtype a template parameter 2017-03-16 09:15:34 +01:00
Hans Dembinski
d3203625c1 protect against too many args 2017-03-15 23:32:07 +01:00
Hans Dembinski
e9fa8aa820 return to std::string 2017-03-15 23:23:25 +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
fcf9366d89 switch from fill to increment 2017-02-11 18:41:44 +00:00
hans.dembinski@gmail.com
9a93a7397a make type order more consistent 2017-02-02 10:54:19 +00:00
hans.dembinski@gmail.com
afd7f9db21 fixed bug when adding adaptive_storage to itself, more test coverage 2017-02-02 01:22:12 +00:00
hans.dembinski@gmail.com
6c87c931e2 allocator support for adaptive_storage, fix for empty tiny_string, more test coverage 2017-01-30 17:28:17 +01:00
Hans Dembinski
678bdca032 refactoring and renaming, dynamic_storage to adapative_storage, static_storage to container_storage 2017-01-29 21:37:56 +01:00
Hans Dembinski
d09830e272 early allocator support and support for boost multiprecision cpp_int 2017-01-26 23:07:37 +01:00
Hans Dembinski
3b12a3cf81 adapting to boost structure, adding old docs (to be improved), drop reliance on calloc 2017-01-20 08:47:08 +01:00
Hans Dembinski
6f24a50fdd tabula rasa 2016-07-16 12:45:16 -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
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
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
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
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
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
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