Skip to content

Releases: FAST-HEP/fast-carpenter

v0.17.1

17 Feb 14:13
5b50822
Compare
Choose a tag to compare

Changed

  • Updated version in setup.py to mark as a new version
  • Upgrade atsge to v0.2.0

v0.17.0

16 Feb 16:37
077a1d9
Compare
Choose a tag to compare

Add

  • New stage: Event-by-Event dataframes (like a skim), PR #108 @davignon

v0.16.1

16 Feb 16:20
5ab59f0
Compare
Choose a tag to compare

Fixed

  • Unit test that was broken by Pandas >1.0.0
  • Bug in explode function when an dimension contains strings, issue #109, PR #110 @BenKrikler

v0.16.0

16 Feb 16:07
055c46a
Compare
Choose a tag to compare

Added

  • An API for different "backends" which run the actual data processing
  • Add a backed for Coffea with local-multiprocessing executor. PR #102 @BenKrikler

Changed

v0.15.1

01 Nov 03:43
16c1353
Compare
Choose a tag to compare

Changed

  • Added support for variables with multiple dots in the name (nested branches). Issue #95, PR #97 @kreczko
  • Fix JaggedNth to work with arbitrary depth jagged arrays, Issue #87, PR #99 @benkrikler
  • Add protection against multiple dimensions using the same output name in a BinnedDataframe stage, Issue #92, PR #100 @benkrikler

v0.15.0

27 Oct 20:15
80259fb
Compare
Choose a tag to compare

Added

  • Existing collectors may now return their results within python, in addition to writing them to disk PR #90 @lgray

Changed

  • Fix bug in BinnedDataframe stage, issue #89, PR #93 @benkrikler
  • Pin atuproot to v0.1.13, PR #91
  • Tidy the print out at the end of processing, PR #94

v0.14.3

07 Oct 21:18
c33b83d
Compare
Choose a tag to compare

Added

v0.14.2

06 Oct 13:15
a195855
Compare
Choose a tag to compare

Added

  • JaggedNth supports negative indexing, PR #81 @pmk21

v0.14.1

04 Oct 22:43
9357133
Compare
Choose a tag to compare

Added

Changed

  • Binned dataframes can now be produced from ND jagged arrays. @benkrikler

v0.14.0

03 Oct 11:19
dcbedb5
Compare
Choose a tag to compare

Add support for ND jagged arrays