You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.4.2] - 2024-09-27
11
+
10
12
### Fixed
11
13
12
14
* 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).
0 commit comments