Dominik J. Otto
Dominik J. Otto
Specifically, the shape `c` (the square) in the example below seems much rounder in the legend. The triangles `b` and `e` have a slightly rounded base, the pendagon `g` seems...
## `Mixture.dist` fails on first attempt if components are defined out of context ```python import numpy as np import pymc3 as pm def make_model(): comps = [ pm.Lognormal.dist(1), pm.Lognormal.dist(2), ]...
This PR adds [Palantir v1.3.3](https://github.com/dpeerlab/Palantir) to the bioconda repository. ---- Please read the [guidelines for Bioconda recipes](https://bioconda.github.io/contributor/guidelines.html) before opening a pull request (PR). ### General instructions * If this PR...
# Rich HTML representation for AnnData - [x] Closes #675 - [x] Tests added - [x] Release note added (or unnecessary) ## Summary Implements rich HTML representation (`_repr_html_`) for AnnData...