Releases: pepkit/pipestat
Releases · pepkit/pipestat
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
v0.8.3a1
v0.8.3a1 pre-release
v0.8.2
v0.8.2a1
v0.8.2a1
yacman 0.9.3 support
v0.8.1
[0.8.1] - 2024-02-07
Changed
- Readme to reflect docker db configuration for testing. #145
- Added dependency warning when attempting to run pytest suite without optional dependencies. #146
- Remove most docs in favor of new docs location: https://pep.databio.org/pipestat/
Fixed
v0.8.0
[0.8.0] - 2024-01-25
Added
- added
portable
flag to pipestat summarize to create a shareable version of the html report. - added setting
index: True
within output schema to index specific results for DB backend.
Fixed
- pipestat summarize: objects drop down now only shows sample-level
v0.8.0a1
v0.8.0a1
v0.7.1a1
[0.7.1a1] - 2024-xx-xx
Added
- added
portable
flag to pipestat summarize to create a shareable version of the html report.