Skip to content

Releases: FAST-HEP/fast-carpenter

Version 0.23.0

25 Apr 12:23

Choose a tag to compare

What's Changed

Full Changelog: v0.22.0...v0.23.0

Version 0.22.0

19 Mar 09:30
0bfc243

Choose a tag to compare

What's Changed

  • fix: set default data import if not defined by @kreczko in #150

Full Changelog: v0.21.0...v0.22.0

Version 0.21.0

08 Apr 15:12
b6f7e1b

Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.21.0

Version 0.20.0

08 Apr 13:35
1becc47

Choose a tag to compare

Last version for uproot3

  • renamed all references of uproot to uproot3
  • renamed all references of awkward to awkward0

What's Changed

Full Changelog: v0.19.1...v0.20.0

v0.19.1

03 Nov 00:12
9aa992f

Choose a tag to compare

Fixed

  • Fix for uproot 3.13.0, PR #138
  • Fix call to pandas sys-info function for book-keeping, PR #130

v0.19.0

01 Jul 15:33
fa90ba6

Choose a tag to compare

Added

  • Put a tarball with book-keeping data in output directory, PR #131
  • Add Dask and Parsl backends from Coffea and support execution configuration via YAML, PR #129

Fixed

  • Pin alphatwirl explicitly to 0.25.5, PR #130

Removed

  • Removed help module from carpenter and moved to fast-flow, PR #131

v0.18.1

16 Jun 13:31
3e87041

Choose a tag to compare

Fixed

  • Fix binned_dataframe.explode for object-level and non-initial data chunks, PR #125

v0.18.0

16 Jun 00:35
7f887b9

Choose a tag to compare

Added

  • Add broadcasting between variables of different jaggedness in expressions, PR #122

Removed

  • Testing against Python <= 3.5, PR #124

Fixed

  • Fix handling of empty data chunks in BinnedDataframe stage, PR #124

v0.17.5

03 Apr 18:50
8fa33c0

Choose a tag to compare

Added

  • Add observed option to BinnedDataframe for speed boost with many bins, PR #118

Changed

  • Pin the version for the Mantichora package that AlphaTwirl depends on

v0.17.4

12 Mar 22:22
e889c12

Choose a tag to compare

Changed

  • pad_missing was replacing bin contents when set to True, PR #116