- avoid loading datasets just to get meta-data
- update dash imports
- fixing problem with categorical data:wq
- fixing problem with ports in HTTP URLs
- bug fixes for cell filtering
- allow text import with mtx files
- display only most frequent categories
- use ad.raw if present
- enable downsampling during conversion
- link to publication
- fix bug in custom static folder route
- fix iRODS authentication defaults
- allow custom markdowns for home screen
- enable gene-gene plots and change colormap for gene scatter
- fix iRODS authentication issues
- update docs for .h5ad input
- fixing iframe sources (important if running behind reverse proxy with HTTPS)
- link documentation on home screen
- adding sphinx documentation for ReadTheDocs
- upload and convert with IFrames; increase size limit
- add box plots
- fix cache timeout error
- fix ReferenceError
- updated README and tutorialmovie
- improved cache handling
- improved user feedback for filtering & differential expression
- added conversion from .loom files
- cell filtering also supports downsampling
- added PBMC dataset hosted on figshare
- added demo movie
- cell filtering
- differential expression
- upgrades to Dash v1
- fixes to UI, upload and conversion
- avoid creation of dense matrices
- Fixing bug with specifying single
.h5ad
file as data source. - Adding
Dockerfile
for building Docker images from intermediate versions.
- Adding support for HTTP(S) data sources.
- Embedding
about.md
information in Anndata file. - Adding support for passing
- Adding example data set.
- Adding nice introduction to start page.
- Adding functionality for creating simple fake data set.
- Making import of
ruamel_yaml
more robust still. - Adding tests.
- Adding Travis CI--based continuous integration tests.
- Fixing SFTP support.
- Fixing import of
ruamel_yaml
.
- More refactorization.
- Fixing dependency on
ruamel-yaml
toruamel.yaml
. - Adding conversion feature.
- Adding upload feature.
- Adding support to load from SSHFS, FTP through pyfilesystem (no FTPS support).
- Adding support to load from iRODS, also works via tickets (pass
?ticket=TICKET
to the query parameters).
Initial release.
- Everything is new!