Releases: iris-hep/func_adl_xAOD
Releases · iris-hep/func_adl_xAOD
func_adl_xAOD 1.2b1
First beta release of the new(ish) func_adl_xAOD
. While I hope no external API's have changed, there has been lots of internal stuff:
- You can now ask for a
dictionary
for your columns, and the column names will be the keys, and the values will be theast
's in the values - The
AsROOTTTree
is no longer required but still supported. - Lots of code that had to do with running, not generating the C++, has been removed. As needed, this can be put into another package.
- Fixed a warning from CMAKE due to the files produced by this package
- Internally, there is better code coverage, and testing on 3.7-3.9 now.
Test of auto-publish
This test the pypi auto-publish being added to this repo
Clean up how async calls are done
We were trying to do it the hard way - and as a result exceptions weren't getting passed along.
Better handling of async requests
We had some issues in how the async data was being grabbed - perhaps why our Jupyter notbooks were crashing?
First release
Basic functionality pulled from the old functional_adl
repository