-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* try getting just stage name, but fall back to str representation of stage; close #197 * version 0.13.3a1 for pipestat 0.6.0a1 * updated to pipestat 0.6.0 * updated requirements * testing, drop python 3.7 * fix f-string quote issue for python 3.10 * minor refactor to use pipestat properties instead of cfg dict * update changelog and version number * update v0.13.3 and changelog * fix _refresh_stats bug and change version to 0.14.0 * potential fix for #201 * changelog * v0.14.0a1 prerelease * report_object -> change message_raw to be a values dict to conform with pipestat output schemas * self.pipestat_results_file should take priority over self.pipeline_stats_file related to databio/pepatac#257 * make pipestat_results_file = pipeline_stats_file if it is not provided * set pipeline_stats_file if pipestat_results_file IS provided, remove checking for the first record_identifier during get_stat * add pipestat_pipeline_type, defaulting to sample * pipestat req version bump, v0.14.0a2 bump for pre-release * v0.14.0 release prep --------- Co-authored-by: Vince Reuter <vince.reuter@gmail.com> Co-authored-by: Khoroshevskyi <sasha99250@gmail.com>
- Loading branch information
1 parent
8aaede5
commit 3a8465a
Showing
9 changed files
with
103 additions
and
77 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.13.2" | ||
__version__ = "0.14.0" |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.