Skip to content

Version 5.3.0

Compare
Choose a tag to compare
@jpivarski jpivarski released this 23 Feb 16:46
· 50 commits to main since this release
1f0e557

The main new feature (and motivation for a new minor release, 5.3.0), is that Uproot now strictly depends on the cramjam library for compression, rather than optionally depending on lz4, xxhash, and zstd (prompting users to install them when needed, rather than upfront when Uproot is installed).

New features

  • feat: use cramjam for lzma, lz4, and zstd, opt-in use of isal for zlib by @lgray in #1090
  • feat: expose decompression_executor and interpretation_executor in uproot dask by @ioanaif in #1120

Bug-fixes and performance

Other

New Contributors

Full Changelog: v5.2.2...v5.3.0