Skip to content

Revert no_eval, disable precompilation

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 24 Mar 03:55
· 319 commits to master since this release

It was found that setup will segfault when Unicode is parsed by SymEngine. Getting rid of all of the evals was necessary for precompilation, and so that needs to be reverted as well. The no_eval branch holds the "master" branch which will be merged after the next SymEngine release has the parser fix. using DiffEqProblemLibrary was added to the tests since this is a pretty comprehensive test of ParameterizedFunctions and would have found this problem (indeed, it found this problem in the tests for the other packages).