Resolve "Make Cut return the selected dataframe"
- Jul 03, 2019
-
-
Frank Sauerburger authored
-
Frank Sauerburger authored
This change is not compatible with previous versions and breaks existing code. When a cut is called with a dataframe, the selected events are returned instead of an index array. To get the index array, use Cut.idx_array().
-
Frank Sauerburger authored
With the new behavior, cuts should return the events directly when called. This change breaks existing code.
Unverified9592cc56 -
Frank Sauerburger authored
-