Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.2.5 #233

Merged
merged 12 commits into from
Dec 12, 2023
Merged

Release v0.2.5 #233

merged 12 commits into from
Dec 12, 2023

Conversation

dilpath
Copy link
Member

@dilpath dilpath commented Dec 12, 2023

No description provided.

dweindl and others added 11 commits July 28, 2023 09:31
Currently, there is no easy way to change figure sizes when using high-level visualization functions
such as `plot_problem`.
Generally, I'd prefer controlling plotting through matplotlib's `rcParams`, but this change provides
at least some backwards-compatible means of changing figure sizes at a higher level by, e.g.
`petab.visualize.plotting.DEFAULT_FIGSIZE = (8, 4)`.
It doesn't seem to be quite clear if the `nominalValue` column needs to be present if all parameters are estimated.
However, since it's allowed to leave `nominalValue` empty, which is treated as NaN, it seems to make sense to treat a missing  `nominalValue` column as all-NaN.

See also ICB-DCM/pyPESTO#1104
Fixes #224 and a bunch of other pandas 2.1.0 FutureWarnings.
Relevant changes are all in .pre-commit-config.yaml, the rest is auto-formatting by isort/black
…ce (#228)

Fixes a bug in petab.visualize.data_overview.create_report which fails if there is no preequilibrationConditionId column in the measurements table.
Because we treat warnings as errors, not ignoring this deprecation warning
effectively breaks the pycharm debug console for pytest tests.
Allow passing a list of parameter IDs to startpoint sampling for subsetting/reordering parameters.
@dilpath dilpath requested review from plakrisenko and a team as code owners December 12, 2023 22:23
@codecov-commenter
Copy link

codecov-commenter commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9f22a6d) 76.24% compared to head (9e5bcc4) 76.28%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #233      +/-   ##
==========================================
+ Coverage   76.24%   76.28%   +0.03%     
==========================================
  Files          34       34              
  Lines        3183     3188       +5     
  Branches      773      774       +1     
==========================================
+ Hits         2427     2432       +5     
+ Misses        555      554       -1     
- Partials      201      202       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@dweindl dweindl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Daniel Weindl <[email protected]>
@dilpath dilpath merged commit 4e6a018 into main Dec 12, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants