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: docs/release-notes/0.15.1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
```{rubric} Bug fixes
9
9
```
10
10
* Fixes `tl.rank_genes_groups` returning NaN/zero `logfoldchanges`/`pvals` with `groups=[subset]` and `reference='rest'` {pr}`651` {smaller}`S Dicks`
11
-
* Fixes float64 precision loss in the sparse Pearson-residual kernels: ``pp.normalize_pearson_residuals`` (and ``pp.highly_variable_genes`` with ``flavor='pearson_residuals'``) on CSR/CSC input divided by the single-precision intrinsic ``sqrtf``, silently capping the float64 path at ~7 significant digits {pr}`xxx` {smaller}`A Mikaeili`
11
+
* Fixes float64 precision loss in the sparse Pearson-residual kernels: ``pp.normalize_pearson_residuals`` (and ``pp.highly_variable_genes`` with ``flavor='pearson_residuals'``) on CSR/CSC input divided by the single-precision intrinsic ``sqrtf``, silently capping the float64 path at ~7 significant digits {pr}`658` {smaller}`A Mikaeili`
0 commit comments