Skip to content

Releases: SciML/ParameterizedFunctions.jl

Rename to ___u etc. to help users avoid overloading the name

01 Nov 19:53

Choose a tag to compare

v2.3.0

warn if independent variable is repeated

Remove Hessian from defaults

02 Aug 22:31

Choose a tag to compare

v2.2.0

remove Hessian from the default

Fix out of place Jacobian

03 Jul 05:17

Choose a tag to compare

Was early released for a user, but a bug was found... now fixed so yay.

out-of-place Jacobian

02 Jul 06:21

Choose a tag to compare

v2.1.1

Update ode_def_opts.jl

Remove Iterators

23 May 20:43

Choose a tag to compare

v2.1.0

Update REQUIRE

Use SymEngine 0.3.0, no evals, and precompile

11 May 19:38

Choose a tag to compare

Potentially breaking but in a good way because things which used to not differentiate can now be differentiated.

Move out the parameter interface to diffeqbase

07 Apr 08:01

Choose a tag to compare

v1.3.0

require DiffEqBase 0.14.0

Revert no_eval, disable precompilation

24 Mar 03:55

Choose a tag to compare

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).

Precompilation

23 Mar 18:30

Choose a tag to compare

Precompilation is now enabled since it's fixed.

v0.6 compatibility, no eval

17 Mar 18:18

Choose a tag to compare

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.