Skip to content

Update PEtab requirement to 5.3.1 in /test - #12

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/test/PEtab-5.3.1
Closed

Update PEtab requirement to 5.3.1 in /test#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/test/PEtab-5.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown

Updates the requirements on PEtab to permit the latest version.

Release notes

Sourced from PEtab's releases.

v5.3.1

PEtab v5.3.1

Diff since v5.3.0

Merged pull requests:

Changelog

Sourced from PEtab's changelog.

Breaking updates and feature summaries across releases

PEtab.jl 5.3.0

  • Added support for Optimisers.jl update rules in calibrate and calibrate_multistart via a package extension. For example, it is now possible to do: calibrate(prob, x0, Optimisers.Adam(1e-3)).
  • Added plotting support for fitted neural network functions in UDE problems via the plot_type = :best_function and plot_type = :function_ensemble options.
  • Updated SciMLBase and ODE-solver packages compat.

Thanks to @​TorkelE for contributions to this release.

PEtab.jl 5.2.0

  • Added support for ModelingToolkitNeuralNets via a package extension. This enables symbolic Universal Differential Equations (UDEs) (often called grey-box or hybrid Neural ODEs), where mechanistic and machine-learning components are combined in the ODE right-hand side. In particular, neural networks can now be embedded in ODESystem and ReactionSystem models. For examples, see the updated SciML documentation.
  • Switched internal parameter handling to SciMLStructures, in particular MTKParameters. Except for dynamics provided as an ODEProblem, PEtab.jl now uses MTKParameters internally, improving long-term compatibility with the SciML ecosystem.
  • Updated ODESolver verbosity to use SciMLLogging.jl. Instead of true|false, verbose should now be set to SciMLLogging.None(), SciMLLogging.Minimal(), SciMLLogging.Standard(), SciMLLogging.Detailed(), or SciMLLogging.All().
  • Removed support for SciMLSensitivity forward sensitivity sensealgs ForwardSensitivities and ForwardDiffSensitivities for gradient_method = :ForwardEquations in PEtabODEProblem. These were consistently the slowest gradient options and added maintenance overhead. Use sensealg = :ForwardDiff (the current default) instead.

PEtab.jl 5.1.0

  • Added support for creating a LikelihoodProfiler.jl ProfileLikelihoodProblem from a parameter estimation result via ProfileLikelihoodProblem(res, prob). This functionality is provided through an extension.

PEtab.jl 5.0.0

PEtab.jl v5.0 is a breaking release that adds support for scientific machine learning (SciML) problems combining ODE and ML components. Core dependency packages have also been updated. Overall, major changes are:

  • Added support for SciML problems. SciML problems can now be defined directly in Julia and imported in the PEtab-SciML standard format. Utility functions (e.g. plotting) have been updated to support SciML problems.
  • Updated core dependency packages: Catalyst to v16. Since ModelingToolkit v11+ is AGPL-licensed, ModelingToolkit is no longer a direct dependency in order to keep PEtab.jl and its dependencies permissively licensed. It is replaced by the MIT-licensed

... (truncated)

Commits
  • f40c831 Merge pull request #398 from sebapersson/sebapersson-patch-1
  • b727660 Bump version from 5.3.0 to 5.3.1
  • 9e4cd08 Merge pull request #396 from sebapersson/prior_bug
  • f16a827 Fix bug in solve argument for plot
  • c1276ce Merge pull request #397 from sebapersson/dependabot/github_actions/codecov/co...
  • 232bed6 Format SciML tutorial
  • 4626a4d Improve handling of plotting model fit
  • 1da72f1 Bump codecov/codecov-action from 6 to 7
  • 35fdaa2 Fix bug in Julia provided priors
  • 4bcfe68 Merge pull request #395 from sebapersson/add_ude_plotting
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [PEtab](https://github.com/sebapersson/PEtab.jl) to permit the latest version.
- [Release notes](https://github.com/sebapersson/PEtab.jl/releases)
- [Changelog](https://github.com/sebapersson/PEtab.jl/blob/main/HISTORY.md)
- [Commits](sebapersson/PEtab.jl@v1.0.0...v5.3.1)

---
updated-dependencies:
- dependency-name: PEtab
  dependency-version: 5.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Jun 15, 2026
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dependabot @github

dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Author

Superseded by #14.

@dependabot dependabot Bot closed this Jun 23, 2026
@dependabot
dependabot Bot deleted the dependabot/julia/test/PEtab-5.3.1 branch June 23, 2026 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant