From 3d096a9191ec7222f887c95d788d0173da5161ba Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 09:31:12 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e820a..a51c8a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,29 +17,29 @@ and this project adheres to [Semantic Versioning][]. Full commit history is avai #### Added -- Added tests for the single-sample case {pr}`29`. -- Refer to issues and PRs with sphinx {pr}`30`. +- Added tests for the single-sample case {pr}`29`. +- Refer to issues and PRs with sphinx {pr}`30`. #### Removed -- Removed `tenacity` for query retries {pr}`28`. +- Removed `tenacity` for query retries {pr}`28`. #### Fixed -- Fixed `_get_annotation_summary_string` for the single-sample case {pr}`29`. -- Fixed the expected cell type marker test by adding additional marker genes {pr}`28`. +- Fixed `_get_annotation_summary_string` for the single-sample case {pr}`29`. +- Fixed the expected cell type marker test by adding additional marker genes {pr}`28`. ### 0.1.2 (2025-01-29) #### Added -- Update the documentation, in particular the installation instructions. +- Update the documentation, in particular the installation instructions. ### 0.1.1 (2025-01-29) #### Added -- Initial push to PyPI +- Initial push to PyPI ### 0.1.0 (2025-01-29)