Releases: pepkit/pipestat
Releases · pepkit/pipestat
v0.11.0
v0.10.2
v0.10.1
[0.10.1] - 2024-08-06
Fixed
- add pipestat summarize and link for pephub backend
v0.10.0
v0.9.3
[0.9.3] - 2024-06-06
Fixed
- fixed regression with summarizing or creating a table via aggregate_results.yaml and "{record_identifier}" in the results file path
- fix creating object summary when object is an array/list
v0.9.2
[0.9.2] - 2024-06-03
Changed
- User can override pipeline name via parameter or config file, otherwise look at output_schema, then fall back on default as last resort.
- Allow pipestat to proceed without creating a results file backend IF using "{record_identifier}" in the file path, helps address Looper #471
- Reduce overall verbosity when creating backends
v0.9.2a1
pre-release v0.9.2a1
v0.9.1
[0.9.1] - 2024-04-24
Fixed
- Pipestat summarize html report columns now show stats only #148.
- When creating HTML reports from both sample and project level results (multi results), only sample-level results show in the main index table #150.
- Add more complex schema during dependency check to mitigate false test failures regarding different output schemas #181.
v0.9.0
[0.9.0] - 2024-04-19
Fixed
- Bug with rm_record for filebackend
- Bug when using record_identifier via env variable and the CLI
Added
- Added results history and history retrieval for both file and db backends via
retrieve_history
#177. - Added
remove_record
to Pipestat manager object (it is no longer only on backend classes) - Added
meta
key to each record for the file backend - db backend will now create an additional sql history table
- Reporting history is toggleable
Changed
- Removing the last result no longer removes the entire record.
pipestat_created_time, and
pipestat_modified_timenow live under the
meta` key.history
lives under themeta
key for the filebackend.
v0.9.0a1
v0.9.0a1