diff --git a/docs/changelog.md b/docs/changelog.md index 60c6bdb6..efd78aa9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format. +## [0.9.1] - 2024-04-24 +### Fixed +- Pipestat summarize html report columns now show stats only [#148](https://github.com/pepkit/pipestat/issues/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](https://github.com/pepkit/pipestat/issues/150). +- Add more complex schema during dependency check to mitigate false test failures regarding different output schemas [#181](https://github.com/pepkit/pipestat/issues/181). + ## [0.9.0] - 2024-04-19 ### Fixed - Bug with rm_record for filebackend diff --git a/pipestat/_version.py b/pipestat/_version.py index 3e2f46a3..d69d16e9 100644 --- a/pipestat/_version.py +++ b/pipestat/_version.py @@ -1 +1 @@ -__version__ = "0.9.0" +__version__ = "0.9.1" diff --git a/pipestat/exceptions.py b/pipestat/exceptions.py index 3bc00c1e..a13c2d18 100644 --- a/pipestat/exceptions.py +++ b/pipestat/exceptions.py @@ -19,6 +19,7 @@ "InvalidTimeFormatError", "PipestatDependencyError", "ColumnNotFoundError", + "SchemaValidationErrorDuringReport", ] diff --git a/pipestat/jinja_templates/index.html b/pipestat/jinja_templates/index.html index d9431a29..93fab95a 100644 --- a/pipestat/jinja_templates/index.html +++ b/pipestat/jinja_templates/index.html @@ -199,7 +199,7 @@ - +