Jesko Wagner
Jesko Wagner
### Description This commit is a draft to address #9628. It needs further work to address tests and complete the checklist (see below). In summary, it introduces more flexibility to...
Hi, I am looking to create an AnnData file with pre-specified dimensions and dtypes of `X`, `obs` and `var`. Ultimately, the aim will be to iteratively populate these slots. There...
Added documentation to `read_h5ad` in `backed` mode, addressing #811. Let me know if you would like a more dedicated page for it!
Hi, The experimental `anndata.concat` function is really useful. I was wondering whether `index_unique` as argument name is a bit misleading, however. Given the name, I was expecting it to be...
Hi! This issue is carried over from [the slingshot repo](https://github.com/kstreet13/slingshot/issues/204). My question there had focused on whether `pyslingshot` was still under active development, thanks @mossjacob for the clarification on that...
Some documentation/help files are outdated in the source. I personally stumbled over: - http://www.cellprofiler.org/examples.html (should be http://www.cellprofiler.org/examples) - https://cellprofiler.org/tutorials.html (should be https://tutorials.cellprofiler.org/) --- **To Reproduce** 1. [Search the repo](https://github.com/CellProfiler/CellProfiler/search?q=cellprofiler.org%2Ftutorials.html&type=code) for...
Hello, Thanks a lot for creating megadepth! Its bam processing capabilities seem great and extremely fast. I was wondering whether some bigwig functionalities could still be implemented. Specifically, I was...
- [x] Closes #3260 - [x] Tests included or not required because: minor change to maintain compat with `statsmodels`>=14.0 Inspired by @mwaskom's [fix for seaborn](https://github.com/mwaskom/seaborn/pull/3356), which promotes the warning to...
### Please make sure these conditions are met - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on...