-
Notifications
You must be signed in to change notification settings - Fork 7
Release 0.2.0 #201
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
Merged
Merged
Release 0.2.0 #201
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* plotting at t = inf, draft * move plotting values at t_inf to a separate method * add vertical dashed lines and horisontal lines to inf data points * plot simulations w inf and calculate split axes parameters based on all data to plot * plot with only t = inf * plotting steady-state measurements with replicates * add tests * docstrings Co-authored-by: Daniel Weindl <dweindl@users.noreply.github.com>
Fixes ``` SetuptoolsDeprecationWarning: Installing 'petab.visualize.templates' as data is deprecated, please list it in `packages`. ````
Add `Problem.sample_parameter_startpoints_dict` for sampling startpoints as parameter_id=>parameter_value dicts. Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
* minor fixes * add residuals plot * add ax argument * Update petab/visualize/plot_residuals.py Co-authored-by: Paul Jonas Jost <70631928+PaulJonasJost@users.noreply.github.com> * documentation * rename function * move vis dependances to extras_require * add __all__ --------- Co-authored-by: Paul Jonas Jost <70631928+PaulJonasJost@users.noreply.github.com>
* add histogram to residuals plot and center zero * text location
* add goodness of fit plot
Handle parametric initial concentrations for cases where the initial concentration parameter does not occur in the model, but only in the parameter table.
* Add PySBModel for handling of PySB models * adds newly introduced model IDs in yaml file to petab.Model, and handles change form `sbml_files` to `model_files` * adds support for the newly introduced model<->petab entity mapping file * Use tentative multilanguage schema * Add mapping table IO * Condition table validation respects mapping table * Add PySB ID parsing and checking Co-authored-by: Fabian Fröhlich <fabian@schaluck.com> Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
Fixes: > DEPRECATION: petab is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559 Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
... and fix some related tox/flake issues
dilpath
approved these changes
May 8, 2023
Member
dilpath
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Make sure symbols like `N`, `beta`, ... are used as scalar symbols, and not as sympy functions with the same name. See also ICB-DCM/pyPESTO#1048
Codecov Report
@@ Coverage Diff @@
## main #201 +/- ##
==========================================
- Coverage 78.09% 76.31% -1.79%
==========================================
Files 30 34 +4
Lines 2662 3162 +500
Branches 591 765 +174
==========================================
+ Hits 2079 2413 +334
- Misses 425 552 +127
- Partials 158 197 +39
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.