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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,8 @@ All notable changes to the C++ line of Baysor are documented here.
56
56
57
57
### Fixed
58
58
59
+
- Fixed Loom matrix orientation so `/matrix` rows match `/row_attrs` genes and
60
+
columns match `/col_attrs` cells.
59
61
- Reduced clustering memory by removing the per-thread dense gene-by-gene correlation matrix.
60
62
- Reduced segmentation memory by switching persistent component gene counts away from dense `double` storage.
61
63
- Reduced NCV memory by removing global all-molecule neighborhood materialization and the full all-molecule high-dimensional NCV matrix from the `run` and `preview` paths.
0 commit comments