Commit Graph

140 Commits

Author SHA1 Message Date
Hans Dembinski
da5f42b3da support for operator[] 2018-07-08 19:12:13 +02:00
Hans Dembinski
b9a35f7b4f renamed method bin to method at 2018-07-05 09:10:04 +02:00
Hans Dembinski
43dbc112b3 fix python tests 2018-07-04 23:51:42 +02:00
Hans Dembinski
e119bf0601 fixed py3 bugs 2018-07-04 00:22:48 +02:00
Hans Dembinski
cfd47c4c11 fixing most of the python errors 2018-07-02 01:01: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
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
0923ef3be2 support count keyword on the python side 2017-11-09 12:10:16 +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
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
cba4f7796b syncing examples 2017-11-08 16:15:26 +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
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
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
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
7717852168 simpler, restrict numpy arrays to type double 2017-11-03 18:35:01 +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
69ab4c1030 better code example checks, better support for dynamic reduce 2017-10-18 15:51:16 +02:00
Hans Dembinski
5e365b6401 fixing interface 2017-09-01 00:36:17 +02:00
Hans Dembinski
367131c336 fixing travis 2017-06-06 15:22:50 +02:00
Hans Dembinski
b71638f603 switching back to axis method 2017-06-04 18:17:42 +02:00
Hans Dembinski
ab6b36762c better name 2017-06-04 18:05:20 +02:00
Hans Dembinski
d5097869c6 updating tests, include examples in docu 2017-06-04 18:00:49 +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@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
916e687376 adding examples, bug-fix in cmake 2016-04-10 17:04:04 -04:00
Hans Dembinski
3a7aa71c9e moving stuff around, better cmake 2016-04-10 16:28:06 -04:00
Hans Dembinski
492d73f18f several bug-fixes, more tests for new weight-filling 2016-04-09 22:36:53 -04:00
Hans Dembinski
fbea37a0af more tests, added missing libm to linker 2016-04-09 19:02:39 -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