-
Notifications
You must be signed in to change notification settings - Fork 13
Release 0.1.8 #454
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.1.8 #454
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
* xValues default is time or DR if only one timepoint * separate plots by observables, plotIds Co-Authored-By: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com> * Update petab/visualize/helper_functions.py Co-Authored-By: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com> * incorporated pr comments Co-authored-by: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com>
* use codecov action * tidy up * try multiple python versions * restrict libcombine version * fix version inc
…ues (#430) * add sorting of indices of dataframes for the correct sorting of x-values * added sorting also for the time case, then conditions is a numpy array and has to be handled differently * Update petab/visualize/plotting_config.py
Co-authored-by: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com>
* Make float parsing from CSV round-trip Change the float parsing behaviour of `pandas.read_csv` to be the same as in Python (e.g., in Python `float(0.999) == 0.999`). * Fix flake8 warnings failing CI
* Lint: detect duplicated observable IDs * Lint: duplicated IDs: better naming and messages
Co-authored-by: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com> Co-authored-by: Daniel Weindl <dweindl@users.noreply.github.com>
don't try to compare missing columns. Closes #450.
* cont * cont * cont * add noise formulas * fix formating * fixup
dweindl
approved these changes
Jul 23, 2020
Codecov Report
@@ Coverage Diff @@
## master #454 +/- ##
==========================================
- Coverage 78.05% 78.02% -0.04%
==========================================
Files 22 22
Lines 2183 2225 +42
Branches 517 531 +14
==========================================
+ Hits 1704 1736 +32
- Misses 355 363 +8
- Partials 124 126 +2
Continue to review full report at Codecov.
|
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.
Library:
core.is_emptyto check for empty values (Use core.is_empty instead of np.isnan. Closes #433 #434)Documentation:
Visualization: