SciML / Catalyst.jl

Chemical reaction network and systems biology interface for scientific machine learning (SciML). High performance, GPU-parallelized, and O(1) solvers in open source software.
https://docs.sciml.ai/Catalyst/stable/
Other
460 stars 77 forks source link

Add compatibility with more recent versions of mtk #1036

Closed ctessum closed 1 month ago

ctessum commented 1 month ago

Checklist

Additional context

Add any other context about the problem here.

isaacsas commented 1 month ago

These aren't breaking releases, so why does this require updating the Project.toml MTK versions?

isaacsas commented 1 month ago

Note that we can't release a version with Symbolics 6 support till our CI is passing again. Hopefully the MTK unit PR I just submitted fixes things, but we need a new MTK release to test against.

isaacsas commented 1 month ago

I'm going to close this. Once the new MTK release is available I will get https://github.com/SciML/Catalyst.jl/pull/961 merged (assuming tests pass), and then make a new release. That should add support for newer MTK versions.

Thanks for the PR in either case though!

isaacsas commented 1 month ago

Catalyst 14.4 should be released shortly and compatible with recent MTK versions.

ctessum commented 1 month ago

Got it, thanks!