Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Releases: chanzuckerberg/ExpressionMatrix2

0.5.0

06 Mar 21:56
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

New functionality

This release includes:

  • Experimental functionality for:
    • Gene similarity graphs.
    • LSH signature graphs (for clustering in LSH signature space - use with LSH signatures 16-20 bits in length).
  • Many additions and improvements in the documentation.
  • Bug fixes and many smaller functionality improvements in the Python API and in the http server.

Compatibility

This release is not compatible with release 0.4.0. This means:

  • Python scripts that worked with release 0.4.0 will not necessarily continue to work.
  • Binary files created by release 0.4.0 are not necessarily readable by version 0.4.0.
  • Runs done with release 0.4.0 cannot be open with release 0.5.0, and will have to be restarted form scratch.

0.4.0

12 Jan 22:14
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Changes from Release 0.3.0

  • Many additions and improvements to the Python API.
  • Performance improvements to the LSH algorithm.
  • The release includes pre-built shared libraries for 6 different configurations.

0.3.0

17 Nov 22:24
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Changes from Release 0.2.0

  • Many documentation changes, including a detailed case study.
  • Improvements in the Python API.
  • Ability to build with CMake.
  • Many other usability improvements and fixes.

0.2.0

23 Oct 15:48
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Changes from release 0.1.0

  • Many additions to the Python API.
  • Many additions to the documentation.
  • Restructured clustering functionality (cluster graphs are now stored as non-persistent named objects).
  • Support for CentOS 7 (with Python 2). The release includes a pre-built shared library for CentOS 7.
  • The release tar file is better behaved and no longer extracts to the current directory. Instead, all extracted files are created in a directory that contains the release number in its name.

Compatibility

This release is not compatible with release 0.1.0. This means:

  • Python scripts that worked with release 0.1.0 will not necessarily continue to work.
  • Binary files created by release 0.1.0 are not necessarily readable by version 0.2.0. Runs done with release 0.1.0 cannot be open with release 0.2.0, and will have to be restarted form scratch.

0.1.0

03 Aug 19:40
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Release date 2017/08/03.