Skip to content

Commit a4ab249

Browse files
changelog and version update for 0.9.1 release
1 parent 1dc6fa0 commit a4ab249

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
## [0.9.1] - 2024-04-24
6+
### Fixed
7+
- Pipestat summarize html report columns now show stats only [#148](https://github.com/pepkit/pipestat/issues/148).
8+
- 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).
9+
- Add more complex schema during dependency check to mitigate false test failures regarding different output schemas [#181](https://github.com/pepkit/pipestat/issues/181).
10+
511
## [0.9.0] - 2024-04-19
612
### Fixed
713
- Bug with rm_record for filebackend

pipestat/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.0"
1+
__version__ = "0.9.1"

0 commit comments

Comments
 (0)