Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

62 lines (47 loc) · 2.18 KB

Changelog

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.

[Unreleased]

Added

Changed

Removed

[0.7.0] - 2020-05-07

Added

  • Direct interface to query CMS' DAS file catalogue, PR #44

[0.6.0] - 2020-04-17

Changed

  • Use Xrootd's implementation of xrootd_glob not our own version PR #43 @benkrikler

[0.5.0] - 2020-01-27

Added

  • Support for handling files which can't be opened PR #36 @seriksen

[0.4.1] - 2019-10-06

Changed

  • Save tree_name as single string if only one tree included, PR #30

[0.4.0] - 2019-10-06

Added

  • Support for handling mulitple input trees in each file, PR #28
  • Support for file prefix selection, PR #29

[0.3.2] - 2019-09-29

Changed

  • Fix setup.py to include sub-directories in package, PR #27.

[0.3.1] - 2019-09-28

Changed

  • Automate pypi deployment

[0.3.0] - 2019-09-28

Added

  • 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

Changed

  • 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

[0.2.2] - 2019-07-28

Added

Changed

  • 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

[0.2.1] - 2019-03-01