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

Releases: Teichlab/cellphonedb

Release v2.1.7

10 Mar 09:36
714bbbc
Compare
Choose a tag to compare
  • Fix pandas version, pinned to pandas>=1.0.0,<=1.1.4 to prevent 'pandas.errors.InvalidIndexError: Reindexing only valid with uniquely valued Index objects'
  • Add min version numpy>=1.16.5 to match pandas requirement.
  • Remove unused cython requirement.

Release v2.1.6

09 Mar 10:41
85b337c
Compare
Choose a tag to compare
  • Update utils.py to include new functions _read_mtx, _read_h5ad and _read_h5
  • Update method_launcher.py
  • Update cpdb_statistical_analysis_helper.py and cpdb_statistical_analysis_complex_method.py
  • Requirements: drop pandas versions (fix compatibility with python versions); add numpy, h5py and anndata; for now scikit-learn (geosketch dependency); remains fixed at 0.22 until further testing of geosketch>=1.2 for subsampling
  • Update requirements.txt and win-requirements.txt and make setup.py pickup requirements from requirements.txt

Release v2.1.5

23 Feb 10:24
Compare
Choose a tag to compare

@mvento code refactor and optimisations.

Release v2.1.4

11 Jun 01:46
Compare
Choose a tag to compare
  • Fixed crash in generating custom database

Release v2.1.3

11 Jun 01:45
Compare
Choose a tag to compare
  • Fixed problem when the generated database has not complexes
  • Minor fixes

Release v2.1.2

25 Feb 20:58
Compare
Choose a tag to compare

Minor fixes

Release v2.1.1

09 Sep 17:07
3d62800
Compare
Choose a tag to compare
Merge pull request #118 from Teichlab/develop

Develop

Release v2.1.0

05 Sep 18:43
91b9c44
Compare
Choose a tag to compare
Merge pull request #116 from Teichlab/develop

Develop

Release v2.0.6

05 Jul 13:23
095d4ae
Compare
Choose a tag to compare

Fixed:

  • Fixed heatmap plot crash if all data affected

Release v2.0.5

02 Jul 18:38
80803ba
Compare
Choose a tag to compare

Fixed:

  • Allowed duplicated column in dot plots
  • Minor fixes