Skip to content

1.9.0 - `@compile_fun` improvements, bugfix and better exception

Compare
Choose a tag to compare
@smarie smarie released this 23 Mar 10:30
· 243 commits to main since this release

@compile_fun: added capability to disable recursive compilation (recurse arg) , and to exclude some names from compilation (except_names arg). Fixed #49 and #50

Fixed issue ValueError: Cell is empty with @compile_fun. Fixed #48

Now raising an UndefinedSymbolError when a symbol is not known at compilation time. One step towards #47

See documentation page for details.