You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update MTK tests with stuff that has gotten fixed in MTK.
Add DSL option to control combinatoric_ratelaws
Remove most mutating API functions (merge!, addspecies!, etc)?
finalize new macro fields
settle how complete will work (settled)
Should we make conservation law removal of dependent species a non-mutating system transformation, more in line with how MTK does stuff? (will leave as is but perhaps turn on by default for ODE/SDE systems)
Turn on conservation law removal by default for ODE/Nonlinear/SS systems. will leave off for now
figure out how we should handle units (do we need more changes?)
remove all instances where ordering of states or parameters is assumed with regard to initial conditions or parameter values (including across all tests and docs)
fix mass action jump initialization (MTK)
fix symbolic stoich tests involving jumps that use MTK internals to get rate/affect functions instead of getting them via JumpProblems. This will allow testing with propoer MTKParameter objects.
add tests for mixed type parameters and make sure they work/fail appropriately (symbolic integer stoich for ex)
fix broken jump test with binomials in higher order tests, and broken jump tests in reactionsystem tests
check how to handle array variables now (stop scalarizing?)
make sure noise scaling parameters/species/variables get added into systems via the two-argument constructor or the scaling transformation function.
ensure all tests that are random use StableRNGs.
Stop testing the v14 dev branch on CI.
update docs thoroughly for v14 with regard to existing functionality (i.e. not new tutorials/features)
update out-of-date stuff in coagulation tutorial
Improve location of completeness description in docs.
add migration guide for pre V14 users and make clear how breaking V14 is in the README too
reenable formatter and format before release (but not till done with PRs...)
There are a number of other doc updates, but most of them seem to be adding new docs/tutorials (instead of updating current docs for MTK9). I think we should get updates for V9 finished and then return to new tutorials.
The text was updated successfully, but these errors were encountered:
isaacsas
changed the title
RemoveCatalyst_version_14 test branch
Catalyst V14 TODO
Feb 28, 2024
merge!
,addspecies!
, etc)?settle how complete will work(settled)Should we make conservation law removal of dependent species a non-mutating system transformation, more in line with how MTK does stuff?(will leave as is but perhaps turn on by default for ODE/SDE systems)Turn on conservation law removal by default for ODE/Nonlinear/SS systems.will leave off for nowJumpProblem
s. This will allow testing with propoer MTKParameter objects.unitful working?(it doesn't, it will be problematic to sort out)fix Latex display of equations with subscripts (as much as possible in Catalyst)(Post V14)saveat
is so slow and update docs accordingly.Tracking PRs that are needed for Catalyst 14, including DSL updates. (@TorkelE can you order these in the suggested merge order if you have a chance?)
Reactions
s #749ReactionSystem
completeness) #784t
andD
throughout repository #786@combinatoric_ratelaws
to DSL #828There are a number of other doc updates, but most of them seem to be adding new docs/tutorials (instead of updating current docs for MTK9). I think we should get updates for V9 finished and then return to new tutorials.
The text was updated successfully, but these errors were encountered: