Skip to content

v22.2.0

Compare
Choose a tag to compare
@Tinche Tinche released this 28 Oct 23:55
· 50 commits to main since this release
  • Python 3.11 support.
  • Fix unbound local error while generating code.
    (#4)
  • Avoid using local variables in generated code when possible.
  • When incant.prepare cannot do anything for a function, return the original function for efficiency.