Releases: YQ-Wang/scBSP
Releases · YQ-Wang/scBSP
v0.3.0
v0.2.9
v0.2.8
v0.2.7
v0.2.5
New Features:
- DataFrame Output: The function has been updated to return a Pandas DataFrame, enhancing the structure and accessibility of the output data. The DataFrame contains two columns:
gene_names
andp_values
, providing a clear and comprehensive overview of the gene expression analysis.
v0.2.4
New Features:
- Enhanced Flexibility in Distance Calculation: With this release, scBSP users gain the ability to select between two powerful algorithms for distance calculation:
- Ball Tree is now the default distance calculation method, optimized for efficiency and accuracy in processing biological data.
- HNSW (Hierarchical Navigable Small World graphs) has been introduced as an optional method, providing an alternative that balances speed and precision for large datasets.
v0.2.3
This release primarily focuses on enhancing the documentation of our Python functions through the addition of more comprehensive docstrings. Additionally, we have relaxed the version requirements for dependent packages, aiming to improve compatibility and flexibility for our users.