All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for ND jagged array in expressions, PR #73
- Automatic conversion of ObjectArrays from uproot to JaggedArrays, PR #73
- Fixed interpretation of user-defined variables for uproot, issue #67, PR #71 @benkrikler
- Add changes to support uproot 3.9.1 and greater, issue #68 @benkrikler
- Protect against overwriting branches and add tests, pull request #66 @benkrikler
- Adds support for masking variables in their definition, issue #59 @benkrikler
- Adds several constants for variable expressions, issue #21 @benkrikler
- Added this changelog @benkrikler
- Use
pandas.groupby(..).counts()
to make binned dataframes, issue #51 @benkrikler
- Add support for multiple output file types for binned dataframes, issue #57 @asnaylor
- Fix issue with binned dataframe expressions and multiple similar branch names, issue #60 @benkrikler
- Enable multiple cut-flow stages and make the input chunk.tree have consistent array and arrays methods, issue #61 @benkrikler