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/1.12.1.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
#### Bug fixes
9
9
10
10
- Prevent segfault when running {func}`scanpy.pp.highly_variable_genes` with `flavor='seurat_v3{,_paper}'` and some all-zero genes {smaller}`P Angerer` ({pr}`3980`)
11
+
- Clarify and deduplicate shared parameter documentation between {func}`scanpy.tl.leiden` and {func}`scanpy.tl.louvain` {smaller}`Abi` ({pr}`3986`)
11
12
- {func}`scanpy.pp.combat` now raises a {class}`ValueError` when a batch contains fewer than 2 cells, instead of silently producing NaN values in the corrected data {smaller}`L Zhang` ({pr}`3994`)
12
13
- Fix crashes when running numba in dask by using the threadsafe {func}`fast_array_utils.numba.njit` {smaller}`P Angerer` ({pr}`4015`)
13
14
- {func}`scanpy.tl.umap` no longer silently mutates `adata.obsp['connectivities']` via a shared sparse buffer {smaller}`N Justice` ({pr}`4031`)
0 commit comments