Skip to content

3.5.0 - `in` operator, dictionary merging, bug fixes

Latest
Compare
Choose a tag to compare
@gordonwatts gordonwatts released this 05 Jul 20:19
· 48 commits to master since this release
679c45d

See below for full change list

  • You can now use the in operator (p.absPdgId() in [31, 51])
  • You can now use dictionary combinations, even with if expressions as long as those can be evaluated as the func adl query is being assembled. This is designed to make MC vs Data ntuple extraction more straight forward.
  • A few bug fixes (sqrt no longer produced the undeclared warning, some specific code formats are now parsed correctly).

What's Changed

Full Changelog: 3.4.2...3.5.0