Releases: ssl-hep/ServiceX_frontend
Releases · ssl-hep/ServiceX_frontend
3.0.0-alpha.2
Move build-docs job to pypi publish flow
ServiceX Client
3.0.0-alpha.1 Install func_adl 3.2.5 official release
2.6.3-alpha.2
Fix the Coffea Casa Frontend to stop printing the bearer token!
2.6.3-Alpha.1
Development release that pulls in a JWT from WLCG bearer token file if present
Multiple codegen and backend_type support
Production release supporting the use of multiple code generators in the backend to power the requested transform.
Specific enhancements / fixes include:
codegen
argument for multiple code generator support on the backendbackend_type
argument to have thecodegen
argument default to the correct value if not specified- correct
codegen
naming conventions propagated from the yaml file - fixes for root-file/parquet handling
- update to the README
Multiple codegen support - updated for demo-day
Alpha release including
codegen
argument for multiple code generator support on the backendbackend_type
argument to have thecodegen
argument default to the correct value if not specified- correct
codegen
naming conventions propagated from the config file - changes fixing root-file/parquet handling
v2.6.1-a2
v2.6.1-a2
Multiple codegen support + root-file/parquet fixes
Alpha release including the codegen
argument for multiple code generator support on the backend, and the changes now included in the master fixing root-file/parquet handling.
v2.6.1-a1
v2.6.1-a1
Sync access & root-file/parquet fixes
Highlights
- New functions to access lists of files synchronously (or async)
- Bug fix to work with latest versions of
ServiceX
release - correctly deal withparquet
androot-file
format types - Lots of minor technical fixes (see below).
Thanks to everyone that contributed!!
What's Changed
- Added functions to get URLs sync from request + corresponding tests by @talvandaalen in #245
- build: Support Python 3.7+ by @matthewfeickert in #246
- ci: Update to stable GHA versions by @matthewfeickert in #247
- Enable python 3.11 support, and remove 3.6 support. by @gordonwatts in #256
- Do not request
parquet
when we wantroot-file
by @gordonwatts in #257 - Fix up to use proper name of the token by @gordonwatts in #258
- Obey default data return formats by @gordonwatts in #260
- Use root-file, not root as a filetype by @gordonwatts in #261
- Update changes for release by @gordonwatts in #262
New Contributors
- @matthewfeickert made their first contribution in #246
Full Changelog: 2.5.4...2.6.1