Sichao25

Results 30 issues of Sichao25

- [x] I am sure this issue is not simply a general python programming problem (if so, please google the answers). - [x] I have searched github issues and confirm...

bug

- [ ] The 3D vectors implemented by Plotly don't support customized coloring. Now it utilizes the [built-in color scales](https://plotly.com/python/builtin-colorscales/) for continuous coloring. We should support coloring by a given...

bug

Check code quality with `black` and `isort` in workflow instead of flake8.

Investigating the possibility of automatically generating release notes. The guide is [here](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes).

enhancement

- [ ] Allow chunked input - [ ] Speed up with techniques like multiprocessing, numba - [ ] Modualize `select_genes_monocle`

enhancement

As part of our ongoing effort to enhance the quality and reliability of our project, we should improve our test files to make them well-structured and comprehensive. - [x] Remove...

enhancement

It seems that if we initialize the value in a dictionary `adata.uns[key]` with None, it will be ignored when saving to h5ad. As a result, when we load the file,...

enhancement

- [x] I am sure this issue is not simply a general python programming problem (if so, please google the answers). - [x] I have searched github issues and confirm...

bug