Skip to content

Releases: pepkit/pipestat

v0.11.0

02 Oct 16:18
c47035d
Compare
Choose a tag to compare

[0.11.0] - 2024-10-02

Fixed

  • for output schema, make samples an array type and nest under items #204
  • pipeline_name not setting correctly #207
  • bug with objects populating html report

v0.10.2

26 Aug 15:47
a84968b
Compare
Choose a tag to compare

[0.10.2] - 2024-08-26

Fixed

  • add obtaining pephub_path from config file, #202

v0.10.1

06 Aug 18:13
279aa76
Compare
Choose a tag to compare

[0.10.1] - 2024-08-06

Fixed

  • add pipestat summarize and link for pephub backend

v0.10.0

18 Jul 16:27
de6213c
Compare
Choose a tag to compare

[0.10.0] - 2024-07-18

Fixed

  • allow for bool or boolean in schema #189
  • fix pipestat summarize bugs re: inaccurate paths #190
  • add support for sqlite dbbackend #192

Added

  • pephub backend #125

v0.9.3

06 Jun 18:22
2d2c66e
Compare
Choose a tag to compare

[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

03 Jun 18:43
698d024
Compare
Choose a tag to compare

[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

24 May 18:47
Compare
Choose a tag to compare
v0.9.2a1 Pre-release
Pre-release

pre-release v0.9.2a1

v0.9.1

24 Apr 21:21
6484e51
Compare
Choose a tag to compare

[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

19 Apr 14:33
e7d4237
Compare
Choose a tag to compare

[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 themeta` key.
  • history lives under the meta key for the filebackend.

v0.9.0a1

04 Apr 17:46
Compare
Choose a tag to compare
v0.9.0a1 Pre-release
Pre-release

v0.9.0a1