Skip to content

Tags: daisyyr/cellphonedb

Tags

v2.1.7

Toggle v2.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix requirements (Teichlab#284)

* Fix pandas dependency, 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 for numpy<=1.16.5 to match pandas requirement. 
* Remove unused cython requirement.
* Add README.md and requirements.txt to package MANIFEST.in
* Bump package version and add short description to setup.py

v2.1.6

Toggle v2.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow .h5ad, .h5 and mtx as input and fix requirements (Teichlab#264)

* Update utils.py to include `_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 v1.2
* Update `requirements.txt` and `win-requirements.txt` and  make `setup.py` pickup requirements from requirements.txt


Co-authored-by: @prete

v2.1.5

Toggle v2.1.5's commit message
Code Refactor and optimizations

v2.1.4

Toggle v2.1.4's commit message
Released new version 2.1.4

v2.1.3

Toggle v2.1.3's commit message
minor fixes

v2.1.2

Toggle v2.1.2's commit message
added cython to requirements

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Teichlab#118 from Teichlab/develop

Develop

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Teichlab#116 from Teichlab/develop

Develop

v2.0.6

Toggle v2.0.6's commit message
Release v2.0.6

v2.0.5

Toggle v2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Teichlab#97 from Teichlab/develop

Develop