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.
- Direct interface to query CMS' DAS file catalogue, PR #44
- Use Xrootd's implementation of xrootd_glob not our own version PR #43 @benkrikler
- Support for handling files which can't be opened PR #36 @seriksen
- Save tree_name as single string if only one tree included, PR #30
- Support for handling mulitple input trees in each file, PR #28
- Support for file prefix selection, PR #29
- Fix setup.py to include sub-directories in package, PR #27.
- Automate pypi deployment
- Generic interface for file path expansion, PR #20. @benkrikler
- Add option to ignore empty files, issue #5. @benkrikler
- Report files with missing trees, issue #16, PR #24. @benkrikler
- Switch README to restructured text and update setup.py, PR 23.
- Restructure package version numbering, PR #19. @benkrikler
- Unit tests to improve test coverage and minor fixes, PR #25. @benkrikler
- Added this changelog @benkrikler
- Make sure the
args
parameter is passed through to the main functions in__main__.py
, issue #9. @benkrikler - Switch to pyyaml
safe_load
for better security, issue #8. @benkrikler - Expand an input file's path to an absolute path for
this_dir
to be meaningful, issue #7. @benkrikler