SciML / JumpProcesses.jl

Build and simulate jump equations like Gillespie simulations and jump diffusions with constant and state-dependent rates and mix with differential equations and scientific machine learning (SciML)
https://docs.sciml.ai/JumpProcesses/stable/
Other
140 stars 35 forks source link

chore: bump RecursiveArrayTools compat #363

Closed AayushSabharwal closed 9 months ago

isaacsas commented 11 months ago

There is no RecursiveArrayTools 3.0 release?

AayushSabharwal commented 11 months ago

There will be once https://github.com/SciML/RecursiveArrayTools.jl/pull/290 is merged

I'm not sure whether to bump compat to 2, 3 or 3. If you think 2, 3 is better, I'll make the change.

I'm making these preemptive PRs (which I realize should be drafts) to keep track of which libraries need more changes than a compat bump. Also because eventually I need to be able to make changes to MTK and there's an entire dependency tree behind it.