Skip to content

Use function names as clues for parsing

Choose a tag to compare

@gordonwatts gordonwatts released this 24 Feb 08:13
· 128 commits to master since this release
2e4b59e

This is a bug-fix release to address a regression. The following should have parsed correctly but was failing with a "multiple-lambdas on one line" error:

  • ds.Where(lambda e: e.met > 10).Select(lambda e: e.met)

What's Changed

Full Changelog: 3.2.2...3.2.3