pyPESTO icon indicating copy to clipboard operation
pyPESTO copied to clipboard

Release v0.5.4

Open PaulJonasJost opened this issue 1 year ago • 1 comments

  • Breaking Changes
    • Remove Aesara support (#1453, #1455)
  • General
    • CI improvements (#1436, #1437, #1438, #1439, #1440, #1443)
    • Update references/documentation (#1404, #1456)
  • Visualize
    • allow log and/or linear scale for visulaization (#1435)
  • Optimization
    • SacessOptimizer: Fix acceptance threshold for objective improvement (#1457)
    • SacessOptimizer: expose more hyperparameters + minor fixes (#1459)
    • SacessOptimizer, ESSOptimizer: Bound-normalize parameters for proximity check (#1462)
  • Objective
    • FD-objective correctly working with fixed parameters (#1446)
  • Sampling
    • Bayes Factor Tutorial (#1444)

PaulJonasJost avatar Sep 17 '24 14:09 PaulJonasJost

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

Codecov Report

Attention: Patch coverage is 85.48212% with 134 lines in your changes missing coverage. Please review.

Project coverage is 82.72%. Comparing base (ead29b3) to head (a82e637).

Files with missing lines Patch % Lines
pypesto/petab/objective_creator.py 88.88% 29 Missing :warning:
pypesto/profile/walk_along_profile.py 48.93% 24 Missing :warning:
pypesto/petab/importer.py 65.11% 15 Missing :warning:
pypesto/sample/evidence.py 92.80% 10 Missing :warning:
pypesto/visualize/profiles.py 74.35% 10 Missing :warning:
pypesto/optimize/ess/sacess.py 80.55% 7 Missing :warning:
pypesto/hierarchical/base_problem.py 71.42% 6 Missing :warning:
pypesto/profile/profile_next_guess.py 87.23% 6 Missing :warning:
pypesto/objective/julia/petabJl.py 50.00% 4 Missing :warning:
pypesto/objective/petab.py 90.47% 4 Missing :warning:
... and 10 more

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1468      +/-   ##
==========================================
- Coverage   83.27%   82.72%   -0.55%     
==========================================
  Files         161      163       +2     
  Lines       13396    13896     +500     
==========================================
+ Hits        11155    11495     +340     
- Misses       2241     2401     +160     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Sep 17 '24 14:09 codecov-commenter