Skip to content

3.4.0 - enums, data classes, 3.13, lambda arguments

Compare
Choose a tag to compare
@gordonwatts gordonwatts released this 28 Mar 05:33
· 6 commits to master since this release
4e2a4f5

Lots of new features in this code. See the list of pull requests below. In particular:

  • dataclasses and named ntuples are now supported, allowing for the breakdown of large queries to be much easier.
  • enums are now much more carefully handled, and correctly passed down to the backend
  • outter arguments in a nested lambda function can now be correctly referenced.

Lots of other things, like official 3.13 python support, the start of removing 3.8 support, documentation, citation files, etc.

There is some possible backwards incompatibility - in particular in the way parameterized calls are processed. If you have any, you should test!

What's Changed

Full Changelog: 3.3.3...3.4.0