Skip to content

Releases: chanzuckerberg/cellxgene

Release 1.2.0

19 Dec 22:19
74fbec3
Compare
Choose a tag to compare

What's Changed

  • Update frontend and backend dependencies

Full Changelog: 1.1.2...v1.2.0

Release 1.1.2

26 Apr 19:10
ffcf6eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

Release 1.1.1

21 Sep 19:45
f48d06f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

Release 1.1.0

23 Aug 16:58
a9ef01a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...v1.1.0

Release 1.0.1

28 Feb 23:29
002c9a5
Compare
Choose a tag to compare

What's Changed

Bug Fix

Minor Changes

Full Changelog: 1.0.0...1.0.1

Release 1.0.0

02 Nov 21:56
853976b
Compare
Choose a tag to compare

Desktop 1.0 Release Notes

  • Updated links to documentation
  • Fixed a bug with label interactions
  • Assorted maintenance

Release 0.19.0

28 Sep 20:47
f4986c9
Compare
Choose a tag to compare
Release 0.19.0 Pre-release
Pre-release

New features

  • Python 3.9 support
  • The latest gene added appears at the top of the list of genes in Quick Gene Search
  • Updated front end package dependencies
  • Assorted maintenance

Bug fixes

  • Fixed a bug when renaming gene sets

Release 0.18.0

31 Aug 22:54
780852f
Compare
Choose a tag to compare
Release 0.18.0 Pre-release
Pre-release

New features

  • Introduced CLI parameter --X-approximate-distribution for users to specify the distribution of their data, and override the default heuristic determination
  • For categories with the number of labels over the number set by --max-category-items (default 1000), we now include a label that aggregates all labels over the limit instead of truncating the list of labels

Breaking changes

  • Removed support for experimental features (--experimental-annotations-ontology, --experimental-annotations-ontology-obo and --experimental-enable-reembedding)

Bug fixes

  • Fixed a bug in differential expression calculation by changing the t-test calculation to consistently assume normally distributed data, and to log data when data is not normally distributed based on a heuristic
  • Fixed a bug in --max-category-items

Release 0.17.0

07 Jul 22:08
07816c2
Compare
Choose a tag to compare
Release 0.17.0 Pre-release
Pre-release

This release contains a new major feature: gene sets! A gene set is a list of genes. You will now be able to visualize the mean expression of a gene set and create and edit gene sets from the UI. Check out our user guide under docs for more information and how to get started.

We’ve also improved differential expression functionality. Now when you run differential expression, 2 lists will be created: one list of 50 highly expressed genes in group 1 and one list of 50 highly expressed genes in group 2.

Please note we will be deprecating Safari support with this release. Please use Chrome, Edge, or Firefox for the best experience.

Release 0.16.8

14 May 03:48
Compare
Choose a tag to compare
Release 0.16.8 Pre-release
Pre-release

Summary: There were two packages that had major updates that caused incompatibility issues with cellxgene: flatbuffers and Flask. In this release, we have pinned both packages to be below the latest 2.0 versions to avoid these incompatibilities (issue #2197).