Releases: ssl-hep/ServiceX_frontend
Releases · ssl-hep/ServiceX_frontend
Fix odd ROOT file naming bug
- ATLAS names some of its files
sample.root.1
- the.11
confusesuproot.dask
- added a more robust way of interacting
What's Changed
- Open with post-fix filename fails by @gordonwatts in #338
Full Changelog: v2.7.1...v2.7.2
Support for ServiceX 1.3.0
3.0.0-alpha.8 Support ServiceX 1.3.0 with new status code of Lookup
3.0.0-alpha.7
This release works with the new workflow for the ServiceX app server (which no longer uses the workflow
property)
VMS Version Numbers in Tree Names
This is a minor-bug fix release.
What's Changed
- Safeguard against VMS version numbers in tree names returned by
uproot
by @gordonwatts in #327
Full Changelog: v2.7...v2.7.1
Fixes for AGC Notebook
3.0.0-alpha.6 Fix flake8 in examples
Awkward 2.0 and Zero File Protection
This is a minor update:
What's Changed
- Multiple Code Generators by @talvandaalen in #263
- Fix typos: depreciated -> deprecated by @eguiraud in #268
- Awkward 2.0 support in
servicex
2.0 by @gordonwatts in #317 - Deal with empty and bad dataset names by @gordonwatts in #314
New Contributors
Full Changelog: 2.6.2...v2.7
Awkward 2.0 and Zero File Protection
This is a minor update:
What's Changed
- Multiple Code Generators by @talvandaalen in #263
- Fix typos: depreciated -> deprecated by @eguiraud in #268
- Awkward 2.0 support in
servicex
2.0 by @gordonwatts in #317 - Deal with empty and bad dataset names by @gordonwatts in #314
New Contributors
Full Changelog: 2.6.2...v2.7
Fixes for trees in Uproot Code Generator
Add a cache for code generators. This commit adds a cache in the existing TinyDB cache. This can be queried per backend.
Dataset Groups
Following on from feedback from users, in this release the DatasetGroup accepts a list of datasets and forwards on verbs like as_files, as_signed_urls, etc.
Better handling of the .servicex file and clean up messages
From initial user feedback
This release was developed in collaboration between @BenGalewsky and @gordonwatts - attempting to ready the library for broader use.