-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cabff8a
commit 34f0af5
Showing
3 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 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 | ||
1. 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 | ||
1. improve `hadd` function from `ostap.utils.utils` module | ||
1. add `mtime` fnuction into `ostap.utils.basic` module - last createion/modification date for the path (dir/file) | ||
1. add (much) better cleanup of the ancient tmp directories. Usefulto remove lefovers from the parallel executions. | ||
1. some improvements for `SimFuit.generate` | ||
1. fix clang++ bugs&warnings | ||
|
||
## Backward incompatible: | ||
|
||
1. move `hadd` function from `ostap.trees.data_utils.Files` to `ostap.trees.data_utils.Data` | ||
1. require `nEvents` argument for `SimFit.generate` to be `dict`-like type | ||
|
||
## Bug fixes: | ||
|
||
1. fix numerous typos in documentation strings | ||
1. fix `SimFit.generate` | ||
|