Skip to content

1.0.3

Compare
Choose a tag to compare
@jpivarski jpivarski released this 22 Sep 17:52
· 108 commits to 1.0.x since this release

Adds scalar multiplication to reweight filled aggregators. (Multiplying an aggregation tree by a scalar factor has the same effect as filling with weight * factor would have. In particular, multiplying by a non-positive number is equivalent to zero.)

For ROOT filling, now only reading TBranches from the file that will be used (big I/O streamlining).

Tests ROOT reading from TChains (no changes were required).

Fixed issue with Python 3 not running specification tests.