Skip to content

Releases: chanzuckerberg/cellxgene

Release 0.8.0

01 Apr 21:43
ce8326d
Compare
Choose a tag to compare
Release 0.8.0 Pre-release
Pre-release

Added

  • Python 3.7 support
  • Redo/Undo
  • (@falexwolf) Support additional graph layouts
  • Menu with FAQ, etc

Changed

  • When selected embedding has more than two components cellxgene UI truncates to the first two instead of failing

Fixed

  • Various UI bug fixes
  • Histograms no longer allow tiny/invisible selections

Release 0.7.0

01 Mar 20:27
d8e3721
Compare
Choose a tag to compare
Release 0.7.0 Pre-release
Pre-release

This is largely a performance and refactoring release, with a few small bug fixes.

Changes:

  • Performance improvements throughout application, due to introduction of a new internal data model and other refactoring (#588, #590, #611)
  • #610 fixed - Reset slow for large datasets
  • #617 fixed - negative scalar annotation and expression values were incorrectly displayed

Release 0.6.1

14 Feb 18:08
4e67c64
Compare
Choose a tag to compare
Release 0.6.1 Pre-release
Pre-release

Fixed

  • Failed pypi upload due to previously deleted version

Release 0.6.0

14 Feb 17:51
8b28d51
Compare
Choose a tag to compare
Release 0.6.0 Pre-release
Pre-release

Added

  • Lasso selection tool
  • Add list of genes

Fixed

  • (@ivirshup) Serving cellxgene through reverse proxy
  • Does not error if Content-Type header also include charset
  • De-duped -d CLI option alias for launch: kept the alias for --diffexp, removed from --debug

Release 0.5.1

18 Jan 01:17
ecaa32c
Compare
Choose a tag to compare
Release 0.5.1 Pre-release
Pre-release

Fixed

  • ModuleNotFoundError: No module named 'server.app.util.fbs'

Release 0.5.0

18 Jan 00:55
b02361a
Compare
Choose a tag to compare
Release 0.5.0 Pre-release
Pre-release

Added

  • Performance improvements facilitated by switching to binary (using flatbuffers) for data transport
  • Scatterplot any two genes
  • Async busy indicators on slow operations
  • Non-finite values displayed as gray on graph when coloring by a field and elided from histograms
    Fixed
  • Can now run cellxgene container on remote host
  • Disable cell set buttons until differential expression is cleared
    Removed
  • CLI param --nan-to-num removed (non-finite values can be serialized after switching to binary transport)

0.4.0

17 Dec 19:33
a297ea3
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Changes

  • Add cluster occupancy - when coloring by categorical metadata, stacked barchart shows proportional breakdown of other categorical fields. E.g. color by gender, evaluate gender makeup of each cluster
  • Add Docker support

Release 0.3.0

05 Dec 22:38
95fd20b
Compare
Choose a tag to compare
Release 0.3.0 Pre-release
Pre-release

Changes:

  • Add a typeahead, with fuzzy string search, on the Selected Gene text box
  • Improve error handling and detection of ScanPy data containing NaN or Infinite values.
  • Add --nan-to-num command line parameter to convert NaN/Infinite to finite floating point values.
  • Minor improvements to startup speed

Breaking changes:

  • Added --host command line option, replacing --listen-all. The equivalent of --listen-all can now be accomplished with --host 0.0.0.0

Release 0.2.4

01 Dec 00:06
Compare
Choose a tag to compare
Release 0.2.4 Pre-release
Pre-release

Changes

  • Update to latest version of sklearn

Release 0.2.3

27 Nov 23:44
28f5263
Compare
Choose a tag to compare
Release 0.2.3 Pre-release
Pre-release

Changes

  • Allow downcasting of float64 to float32