From 502ac643f0463027c49039060604bea2c0daabc0 Mon Sep 17 00:00:00 2001 From: Rasmus Henningsson Date: Fri, 27 Sep 2024 10:17:24 +0200 Subject: [PATCH] Patch bump --- CHANGELOG.md | 4 +++- Project.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75c47f9..49a2ced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2] - 2024-09-27 + ### Fixed * Fix bug when merging samples with different sets of features, which sometimes could cause unsorted row values and thus sparse matrices with invalid internal representation. -* `project` now handles `kwargs` that are only needed for some of the projection steps - by simply ignoring when not needed. +* `project` now handles `kwargs` that are only needed for some of the projection steps (by simply ignoring them when not needed). ## [0.4.1] - 2024-08-27 diff --git a/Project.toml b/Project.toml index c9aff40..1f74e63 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SingleCellProjections" uuid = "03d38035-ed2f-4a36-82eb-797f1727ab2e" authors = ["Rasmus Henningsson "] -version = "0.4.1" +version = "0.4.2" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"