Skip to content

Commit 502ac64

Browse files
Patch bump
1 parent f90a319 commit 502ac64

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.2] - 2024-09-27
11+
1012
### Fixed
1113

1214
* 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.
13-
* `project` now handles `kwargs` that are only needed for some of the projection steps - by simply ignoring when not needed.
15+
* `project` now handles `kwargs` that are only needed for some of the projection steps (by simply ignoring them when not needed).
1416

1517
## [0.4.1] - 2024-08-27
1618

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SingleCellProjections"
22
uuid = "03d38035-ed2f-4a36-82eb-797f1727ab2e"
33
authors = ["Rasmus Henningsson <rasmus.henningsson@med.lu.se>"]
4-
version = "0.4.1"
4+
version = "0.4.2"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

0 commit comments

Comments
 (0)