Skip to content

v1.10.0.8

Compare
Choose a tag to compare
@VanyaBelyaev VanyaBelyaev released this 16 Feb 07:35
· 283 commits to master since this release
47fa88a

v1.10.0.8

New features:

  1. Add split_chunks and split_groups Functions for ostap.trees.data_utils.Files objects to split a large collection sof files into smaller chunks
  2. Add merge_chunks and merge_groups Functions for ostap.trees.data_utils.Data objects to perform a partial merging
    of ROOT files in the large collections
  3. improve hadd function from ostap.utils.utils module
  4. add mtime fnuction into ostap.utils.basic module - last createion/modification date for the path (dir/file)
  5. add (much) better cleanup of the ancient tmp directories. Usefulto remove lefovers from the parallel executions.
  6. some improvements for SimFuit.generate
  7. fix clang++ bugs&warnings

Backward incompatible:

  1. move hadd function from ostap.trees.data_utils.Files to ostap.trees.data_utils.Data
  2. require nEvents argument for SimFit.generate to be dict-like type

Bug fixes:

  1. fix numerous typos in documentation strings
  2. fix SimFit.generate