This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
Releases: Teichlab/cellphonedb
Releases · Teichlab/cellphonedb
Release v2.1.7
- 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
- Update
utils.py
to include new functions_read_mtx
,_read_h5ad
and_read_h5
- Update
method_launcher.py
- Update
cpdb_statistical_analysis_helper.py
andcpdb_statistical_analysis_complex_method.py
- Requirements: drop pandas versions (fix compatibility with python versions); add
numpy
,h5py
andanndata
; for nowscikit-learn
(geosketch dependency); remains fixed at 0.22 until further testing ofgeosketch>=1.2
for subsampling - Update
requirements.txt
andwin-requirements.txt
and makesetup.py
pickup requirements fromrequirements.txt
Release v2.1.5
@mvento code refactor and optimisations.
Release v2.1.4
- Fixed crash in generating custom database
Release v2.1.3
- Fixed problem when the generated database has not complexes
- Minor fixes
Release v2.1.2
Minor fixes
Release v2.1.1
Merge pull request #118 from Teichlab/develop Develop
Release v2.1.0
Merge pull request #116 from Teichlab/develop Develop
Release v2.0.6
Fixed:
- Fixed heatmap plot crash if all data affected
Release v2.0.5
Fixed:
- Allowed duplicated column in dot plots
- Minor fixes