Jura Pintar
Jura Pintar
If I understand the implementation correctly, right now unicode-math treats `ssty` as essentially a size feature: `+ssty=1` is applied to maths smaller than `\sf@size` and `+ssty=0` is applied to maths...
### What is your question? I know that one cannot expect exact repeatability over multiple runs of `cugraph.leiden` (even setting `random_state` to a constant). But how similar can we rely...
When I try installing all the `solo` dependencies from `requirements.txt` with `conda`/`mamba`, the following clash is reported: ``` error libmamba Could not solve for environment specs The following packages are...
### What kind of feature would you like to request? Additional function parameters ### Please describe your wishes All the plotting functions in the `pl.rank_genes_groups_` group are able to pass...
**Describe the bug** In a column flexbox with fixed height, a flex-item that shrinks to fit its parent will display both the SimpleBar and the native sidebar. The problem occurs...
When I attempt to save my `DeseqDataSet` AnnData object to H5AD, errors are thrown becuase 1. `dds.varm['replaced']` 2. `dds.uns['trend_coeffs']` are stored as a `pandas.core.series.Series`, which cannot be written to H5AD...
### Problem/New Plotter Main canvases can be arranged into rows or columns for rendering, but is it possible to arrange them in a grid? If we have the following: ```...
### Problem/New Plotter When joining two main canvases in a row or column, the specified size of the second canvas appears to be ignored along one dimension. For example, if...
Right now, the modularity achieved in Leiden clustering is being thrown away here:https://github.com/scverse/rapids_singlecell/blob/4e8ac3180cb0a04fc34477267fb6d971e36e68f0/src/rapids_singlecell/tools/_clustering.py#L156 (and similarly for Louvain further down in [line 292](https://github.com/scverse/rapids_singlecell/blob/4e8ac3180cb0a04fc34477267fb6d971e36e68f0/src/rapids_singlecell/tools/_clustering.py#L292)). Would you consider recording it in `adata.uns["leiden"]` instead?...
It would be great if [`adjusted_mutual_info_score`](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html) were made available in `cuml`, esp. since there is [some evidence](https://www.jmlr.org/papers/v17/15-627.html) that it is preferable to the ARI in the presence of unbalanced cluster...