What's Changed * Support MetaData by gordonwatts in https://github.com/iris-hep/func_adl_xAOD/pull/177 * Add JobOptions Injection by gordonwatts in https://github.com/iris-hep/func_adl_xAOD/pull/180 * Link Libraries attached to collections by gordonwatts in https://github.com/iris-hep/func_adl_xAOD/pull/183 * Fixes the event info bug by gordonwatts in https://github.com/iris-hep/func_adl_xAOD/pull/184 * Enable Local Dataset Running by gordonwatts in https://github.com/iris-hep/func_adl_xAOD/pull/185 * MetaData Improvements by gordonwatts in https://github.com/iris-hep/func_adl_xAOD/pull/186 * Fix First scoping bug by gordonwatts in https://github.com/iris-hep/func_adl_xAOD/pull/187 * Merge Common Body MD by gordonwatts in https://github.com/iris-hep/func_adl_xAOD/pull/188 * Support bool constants in the code by gordonwatts in https://github.com/iris-hep/func_adl_xAOD/pull/189 * Code Injection Improvements by gordonwatts in https://github.com/iris-hep/func_adl_xAOD/pull/190 * Strings Are First-Class Citizen by gordonwatts in https://github.com/iris-hep/func_adl_xAOD/pull/192 * Mount a docker volume as a cache by gordonwatts in https://github.com/iris-hep/func_adl_xAOD/pull/194 * Build working with new ast packages by gordonwatts in https://github.com/iris-hep/func_adl_xAOD/pull/195
Enables using the full local servicex client when running on a local file
* requires docker to run * You must install the local variant: `func_adl_xAOD[local]`. * A list of local files is processed into a single analysis file
This is built more along the lines of testing rather than for production. That is for some time in the future if it is needed!
1.5b3
The last release broke access to the `EventInfo` object - or any object that isn't in a collection. This fixes it.
1.5b2
* Only link libraries that are needed * Need is encoded in the event collections one uses * Metadata also carries this information with the `link_libraries` key.
1.5b1
Metadata can now be used to send over the wire:
* C++ Functions * New type declarations (for when something isn't returning a double, e.g. another object) * New collections
This works for both CMS and ATLAS C++ backends
1.4.1
This is a bug-fix release:
* Use a released version of the `func_adl` package