v3.9.0
github-actions
released this
11 Jun 03:06
·
5495 commits
to master
since this release
ModelingToolkit v3.9.0
Closed issues:
- zero order Jump causing crash through GeneralizedGenerated (#359)
- SpecialFunctions support seems broken (#360)
- Replace using eval in MassActionJump construction (#429)
- No support for integer or float rates for JumpSystems. (#436)
- subber not evaluating numerical expressions (#437)
- Error when creating JumpProblem while ignoring mass action and reaction rate is a parameter (#441)
Merged pull requests:
- fix #436 (#438) (@isaacsas)
- using SpecialFunctions (#439) (@ChrisRackauckas)
- register binomial (#440) (@ChrisRackauckas)
- Enable creation of Steady State Problems from Reaction Systems. (#442) (@TorkelE)
- fix GG scoping for scalar build_function (#443) (@isaacsas)
- Track external registrations of Operations, so they can be injected into generated functions. (#445) (@dpad)
- bump SymbolicUtils version (#447) (@shashi)
- Add skipzeros (#448) (@YingboMa)