From 4fe46243bb1928ca5857e8325a63a529fee9434d Mon Sep 17 00:00:00 2001 From: fbdtemme Date: Thu, 5 Oct 2023 11:32:32 +0200 Subject: [PATCH] chore(release): release 0.14.0 --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd8393d0..23bbd015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [UNRELEASED] - 2023-*-* +## [0.14.0] - 2023-10-05 ### Added @@ -22,13 +22,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `uint16` for numeric values to lower the memory consumption when working with the edge list * Remove `--pbs1` and `--pbs2` commandline arguments to `pixelator single-cell adapterqc`. +* Restructure report figures. +* Improve metric names and tooltips in the report. +* Synchronize zoom level between the scatter plots in cell annotations section of the report. +* Add report placeholder for missing cell annotation data +* Add `Fraction of discarded UMIs` and `Avg. Reads per Molecule` metrics to the report. ### Fixed * Fix an issue where pixelator --version would return 0.0.0 when installing in editable mode. -### Removed - ## [0.13.1] - 2023-09-15