Skip to content

v0.6 compatibility, no eval

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 17 Mar 18:18
· 329 commits to master since this release

There are now no evals in ParameterizedFunctions.jl. In the new setup, it properly builds a large expression which it returns, which builds the type, constructor, and all calls. This means that adding user definable functions is easier, static compilation is possible, it fixes world-age issues on v0.6, and code with ParameterizedFunctions should compile better.