Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

3.6.3

Compare
Choose a tag to compare
@jpivarski jpivarski released this 05 Jun 20:50
· 538 commits to master since this release

Added

  • Writing TH1, TH2, TH3, TProfile, and TProfile2D.
  • Memory size units as strings, like "1 GB", particularly in entrysteps (e.g. for data in tree.iterate(entrysteps="1 GB")). (Issue #285)
  • tree.mempartitions implements memory-sized partitions, like clusters but targeting a memory size.
  • Memory size units can be used in all arguments that specify a number of bytes, such as limitbytes, chunkbytes in ArrayCache and uproot.open for remote files.
  • HTTP and XRootD source options can now be passed simply into uproot.open("http://remote/file.root", limitbytes="1 GB").
  • Fixed error in entrysteps (Issue #286).
  • Fixed some documentation.
  • Fixed branch selection with a boolean function.