Skip to content

1.14.0 - Support for lambda functions

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 21:27
· 29 commits to main since this release
  • create_wrapper, create_function, wraps and with_signature now support lambda functions. They also accept a new parameter co_name to define the name to be used in the compiled code. PR #80 by andrewcleveland.

See documentation page for details.