Skip to content

Releases: FAST-HEP/fast-carpenter

v0.13.4

21 Sep 11:38
fbe0da3
Compare
Choose a tag to compare

Changed

  • Fixed interpretation of user-defined variables for uproot, issue #67, PR #71 @benkrikler

v0.13.3

12 Sep 20:48
a1398a5
Compare
Choose a tag to compare

Changed

  • Add changes to support uproot 3.9.1 and greater, issue #68 @benkrikler

Protect from overwriting variables

19 Aug 10:54
2ca4ad7
Compare
Choose a tag to compare

Changed

  • Protect against overwriting branches and add tests, pull request #66 @benkrikler

Improved variable definitions

05 Aug 17:19
da6b5b6
Compare
Choose a tag to compare

Added

Changed

  • Use pandas.groupby(..).counts() to make binned dataframes, issue #51 @benkrikler

Fixes and output type feature

27 Jul 23:41
0f537ab
Compare
Choose a tag to compare
  • Add support for multiple output file types for binned dataframes (by @asnaylor), #57
  • Fix issue with binned dataframe expressions and multiple similar branch names, #60
  • Enable multiple cut-flow stages and make the input chunk.tree have consistent array and arrays methods, #61.

v0.12.0-rc3

28 May 15:52
Compare
Choose a tag to compare
v0.12.0-rc3 Pre-release
Pre-release
  • New expression parsing within binned dataframe step.

v0.12.0-rc2

28 May 15:31
Compare
Choose a tag to compare
v0.12.0-rc2 Pre-release
Pre-release
  • New expression parsing within binned dataframe step.

v0.12.0-rc1

28 May 15:16
c453772
Compare
Choose a tag to compare
v0.12.0-rc1 Pre-release
Pre-release
  • New expression parsing within binned dataframe step.

v0.11.2-rc1

24 May 00:45
94bd3d4
Compare
Choose a tag to compare
v0.11.2-rc1 Pre-release
Pre-release

Split up the __main__ script to support use from notebooks and scripts more easily.

V0.11.0-rc3

22 May 00:33
37f54db
Compare
Choose a tag to compare
V0.11.0-rc3 Pre-release
Pre-release
Merge pull request #40 from FAST-HEP/BK_fix_travis_deploy_take2

Fix travis deploy: take2