Skip to content

Update PEtab requirement to 5.4.1 in /test - #14

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

Updates the requirements on PEtab to permit the latest version.

Release notes

Sourced from PEtab's releases.

v5.4.1

PEtab v5.4.1

Diff since v5.4.0

Merged pull requests:

Changelog

Sourced from PEtab's changelog.

Breaking updates and feature summaries across releases

PEtab.jl 5.4.0

  • Added support for the new Julia native LBFGSB in Optimn for calibrate and calibrate_multistart.
  • Added a show_progress keyword argument to calibrate_multistart for optionally displaying a progress bar over the multistart runs.
  • Added support for the sensealg = BacksolveAdjoint for gradient_method = :Adjoint in PEtabODEProblem construction.

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

... (truncated)

Commits
  • e7823b4 Bump version from 5.4.0 to 5.4.1
  • b06ae88 Merge pull request #409 from sebapersson/logo_fix
  • 3925d1d Fix logo in docs
  • dec7e45 Update logo image width in README
  • 75178ac Update logo width in README.md
  • b750eb6 Merge pull request #408 from sebapersson/logo
  • 8bd0e7a Merge pull request #406 from sebapersson/dependabot/github_actions/actions/ch...
  • 9679acc Merge pull request #407 from sebapersson/profile_bug
  • 906650e Add logo on homepage
  • 1c4444b Merge branch 'profile_bug' into logo
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Jun 23, 2026
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.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Update PEtab requirement to 5.4.0 in /test Update PEtab requirement to 5.4.1 in /test Jul 10, 2026
@dependabot
dependabot Bot force-pushed the dependabot/julia/test/PEtab-5.4.0 branch from 1878243 to 69a9a25 Compare July 10, 2026 18:32
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.

0 participants