Skip to content

Releases: iris-hep/func_adl_xAOD

func_adl_xAOD 1.2b1

28 Dec 04:26
fafa971
Compare
Choose a tag to compare
func_adl_xAOD 1.2b1 Pre-release
Pre-release

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 the ast'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

21 Dec 03:59
Compare
Choose a tag to compare
Test of auto-publish Pre-release
Pre-release

This test the pypi auto-publish being added to this repo

Clean up how async calls are done

13 Oct 16:57
Compare
Choose a tag to compare
Pre-release

We were trying to do it the hard way - and as a result exceptions weren't getting passed along.

Better handling of async requests

01 Oct 20:04
Compare
Choose a tag to compare
Pre-release

We had some issues in how the async data was being grabbed - perhaps why our Jupyter notbooks were crashing?

First release

01 Oct 16:01
Compare
Choose a tag to compare
First release Pre-release
Pre-release

Basic functionality pulled from the old functional_adl repository