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
- Fix parsing of multiline lambda dictionaries by @gordonwatts in #196
- Implement the
in
operator by @gordonwatts in #197 - Add sqrt as builtin function by @gordonwatts in #198
- Support dict unpacking with conditional expression by @gordonwatts in #199
Full Changelog: 3.4.2...3.5.0