This repository was 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.pyto include new functions_read_mtx,_read_h5adand_read_h5 - Update
method_launcher.py - Update
cpdb_statistical_analysis_helper.pyandcpdb_statistical_analysis_complex_method.py - Requirements: drop pandas versions (fix compatibility with python versions); add
numpy,h5pyandanndata; for nowscikit-learn(geosketch dependency); remains fixed at 0.22 until further testing ofgeosketch>=1.2for subsampling - Update
requirements.txtandwin-requirements.txtand makesetup.pypickup 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