SciML / StructuralIdentifiability.jl

Fast and automatic structural identifiability software for ODE systems
https://docs.sciml.ai/StructuralIdentifiability/stable/
MIT License
109 stars 17 forks source link

CompatHelper: bump compat for AbstractAlgebra to 0.40, (keep existing compat) #294

Closed github-actions[bot] closed 6 months ago

github-actions[bot] commented 6 months ago

This pull request changes the compat entry for the AbstractAlgebra package from 0.34.5, 0.35, 0.36, 0.37, 0.38, 0.39 to 0.34.5, 0.35, 0.36, 0.37, 0.38, 0.39, 0.40. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

sumiya11 commented 6 months ago

I have made Groebner.jl compatible with the breaking change in AA.jl in 0.40. Now I need to adapt ParamPunPam.jl to this change, and then I can tackle StructuralIdentifiability.jl.

pogudingleb commented 6 months ago

Thanks !