diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fe39f8c..e36c8b0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,7 @@ on: branches: [main] concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref || github.run_id }} cancel-in-progress: true permissions: diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index f0324a8..2f1611e 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -10,7 +10,7 @@ on: workflow_dispatch: concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref || github.run_id }} cancel-in-progress: true permissions: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dd016da..2c26d1a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ on: types: [published] concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + group: ${{ github.workflow }}-${{ github.ref || github.run_id }} cancel-in-progress: true permissions: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 12295df..bed8f8d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ on: workflow_dispatch: concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref || github.run_id }} cancel-in-progress: true permissions: diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d53e8c..4ce04dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,185 +7,216 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### ๐Ÿ› Fixes + +- Expr Fixes by [@srivarra](https://github.com/srivarra) in [#32](https://github.com/srivarra/annsel/pull/32) + +### ๐ŸŒ€ Miscellaneous + +- ๐Ÿ’š Concurrency groups fix, add github.run_id and replace github.head_ref with github.ref +- ๐Ÿ‘ฝ๏ธ Add Expr changes to AnnselExpr by [@srivarra](https://github.com/srivarra) +- Merge pull request #30 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#30](https://github.com/srivarra/annsel/pull/30) +- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- Merge pull request #29 from srivarra/feature/remove-marimo by [@srivarra](https://github.com/srivarra) in [#29](https://github.com/srivarra/annsel/pull/29) +- ๐Ÿง‘โ€๐Ÿ’ป Removed marimo by [@srivarra](https://github.com/srivarra) +- โž– Removed Marimo by [@srivarra](https://github.com/srivarra) + +## [0.0.6] - 2025-01-21 + +### ๐Ÿš€ Features + +- Merge pull request #28 from srivarra/feature/marimo-dataset by [@srivarra](https://github.com/srivarra) in [#28](https://github.com/srivarra/annsel/pull/28) + +### ๐ŸŒ€ Miscellaneous + +- โœ… Add test for marimo dataset by [@srivarra](https://github.com/srivarra) +- [pre-commit.ci] auto fixes from pre-commit.com hooks by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- ๐Ÿง Remove large dataset from previous commit by [@srivarra](https://github.com/srivarra) +- ๐Ÿง Generate toy dataset for marimo by [@srivarra](https://github.com/srivarra) + +## [0.0.5] - 2025-01-21 + ### ๐Ÿ—๏ธ Github Actions -- Merge pull request #25 from srivarra/feature/type_fixes by [@srivarra](https://github.com/srivarra) in [#25](https://github.com/srivarra/annsel/pull/25) +- Merge pull request #25 from srivarra/feature/type_fixes by [@srivarra](https://github.com/srivarra) in [#25](https://github.com/srivarra/annsel/pull/25) ### ๐Ÿ“ Documentation -- Merge pull request #24 from srivarra/docs/changelog-template-add-gh-account by [@srivarra](https://github.com/srivarra) in [#24](https://github.com/srivarra/annsel/pull/24) +- Merge pull request #24 from srivarra/docs/changelog-template-add-gh-account by [@srivarra](https://github.com/srivarra) in [#24](https://github.com/srivarra/annsel/pull/24) ### ๐Ÿงช Dependencies -- Merge pull request #23 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#23](https://github.com/srivarra/annsel/pull/23) -- Merge pull request #22 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#22](https://github.com/srivarra/annsel/pull/22) -- Merge pull request #21 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#21](https://github.com/srivarra/annsel/pull/21) +- Merge pull request #23 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#23](https://github.com/srivarra/annsel/pull/23) +- Merge pull request #22 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#22](https://github.com/srivarra/annsel/pull/22) +- Merge pull request #21 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#21](https://github.com/srivarra/annsel/pull/21) ### ๐ŸŒ€ Miscellaneous -- Merge pull request #27 from srivarra/ci/revert-arm-runner by [@srivarra](https://github.com/srivarra) in [#27](https://github.com/srivarra/annsel/pull/27) -- ๐Ÿ’š One day I'll get CI right by [@srivarra](https://github.com/srivarra) -- Merge pull request #26 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#26](https://github.com/srivarra/annsel/pull/26) -- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) -- ๐Ÿ’š Testing arm based ubuntu ci by [@srivarra](https://github.com/srivarra) -- ๐Ÿท๏ธ Update IntoExpr by [@srivarra](https://github.com/srivarra) -- โš—๏ธ Marimo testing by [@srivarra](https://github.com/srivarra) -- [pre-commit.ci] auto fixes from pre-commit.com hooks by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) -- Added github label commit parser by [@srivarra](https://github.com/srivarra) -- ๐Ÿ“ Added github pr label commit parser by [@srivarra](https://github.com/srivarra) -- ๐Ÿ“ Updated changelog template by [@srivarra](https://github.com/srivarra) -- [pre-commit.ci] auto fixes from pre-commit.com hooks by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) -- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) -- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) -- [pre-commit.ci] auto fixes from pre-commit.com hooks by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) -- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) -- ๐Ÿ“ Changelog updates by [@srivarra](https://github.com/srivarra) -- ๐Ÿ“ Update readme by [@srivarra](https://github.com/srivarra) -- ๐Ÿ“ Adjusted theme by [@srivarra](https://github.com/srivarra) -- Update README.md by [@srivarra](https://github.com/srivarra) +- Merge pull request #27 from srivarra/ci/revert-arm-runner by [@srivarra](https://github.com/srivarra) in [#27](https://github.com/srivarra/annsel/pull/27) +- ๐Ÿ’š One day I'll get CI right by [@srivarra](https://github.com/srivarra) +- Merge pull request #26 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#26](https://github.com/srivarra/annsel/pull/26) +- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- ๐Ÿ’š Testing arm based ubuntu ci by [@srivarra](https://github.com/srivarra) +- ๐Ÿท๏ธ Update IntoExpr by [@srivarra](https://github.com/srivarra) +- โš—๏ธ Marimo testing by [@srivarra](https://github.com/srivarra) +- [pre-commit.ci] auto fixes from pre-commit.com hooks by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- Added github label commit parser by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“ Added github pr label commit parser by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“ Updated changelog template by [@srivarra](https://github.com/srivarra) +- [pre-commit.ci] auto fixes from pre-commit.com hooks by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- [pre-commit.ci] auto fixes from pre-commit.com hooks by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- ๐Ÿ“ Changelog updates by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“ Update readme by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“ Adjusted theme by [@srivarra](https://github.com/srivarra) +- Update README.md by [@srivarra](https://github.com/srivarra) ## [0.0.4] - 2024-12-21 ### ๐ŸŒ€ Miscellaneous -- ๐Ÿ’š Missed one pypi-publish by [@srivarra](https://github.com/srivarra) -- ๐Ÿ’š Bump gh-action-pypi-publish to 1.12.3 by [@srivarra](https://github.com/srivarra) +- ๐Ÿ’š Missed one pypi-publish by [@srivarra](https://github.com/srivarra) +- ๐Ÿ’š Bump gh-action-pypi-publish to 1.12.3 by [@srivarra](https://github.com/srivarra) ## [0.0.3] - 2024-12-21 ### ๐Ÿš€ Features -- Merge pull request #16 from srivarra/ops/groupby by [@srivarra](https://github.com/srivarra) in [#16](https://github.com/srivarra/annsel/pull/16) -- Merge pull request #15 from srivarra/ops/select by [@srivarra](https://github.com/srivarra) in [#15](https://github.com/srivarra/annsel/pull/15) +- Merge pull request #16 from srivarra/ops/groupby by [@srivarra](https://github.com/srivarra) in [#16](https://github.com/srivarra/annsel/pull/16) +- Merge pull request #15 from srivarra/ops/select by [@srivarra](https://github.com/srivarra) in [#15](https://github.com/srivarra/annsel/pull/15) ### ๐Ÿงช Dependencies -- Merge pull request #20 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#20](https://github.com/srivarra/annsel/pull/20) -- Merge pull request #19 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#19](https://github.com/srivarra/annsel/pull/19) -- Merge pull request #18 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#18](https://github.com/srivarra/annsel/pull/18) -- Merge pull request #17 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#17](https://github.com/srivarra/annsel/pull/17) +- Merge pull request #20 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#20](https://github.com/srivarra/annsel/pull/20) +- Merge pull request #19 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#19](https://github.com/srivarra/annsel/pull/19) +- Merge pull request #18 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#18](https://github.com/srivarra/annsel/pull/18) +- Merge pull request #17 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#17](https://github.com/srivarra/annsel/pull/17) ### ๐ŸŒ€ Miscellaneous -- Api documentation fix by [@srivarra](https://github.com/srivarra) -- Update README.md example by [@srivarra](https://github.com/srivarra) -- ๐Ÿ“Œ Pin doc deps: scanpy, numba, llvmlite to release canidates by [@srivarra](https://github.com/srivarra) -- ๐Ÿ’š Update CI actions by [@srivarra](https://github.com/srivarra) -- โฌ†๏ธ Some random numpy 2 with python 3.13 issues by [@srivarra](https://github.com/srivarra) -- Merge branch 'main' into ops/groupby by [@srivarra](https://github.com/srivarra) -- [pre-commit.ci] auto fixes from pre-commit.com hooks by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) -- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) -- Update README.md by [@srivarra](https://github.com/srivarra) -- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) -- [pre-commit.ci] auto fixes from pre-commit.com hooks by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) -- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) -- โ™ป๏ธ Refactor col expressions by [@srivarra](https://github.com/srivarra) -- ๐Ÿšธ Updating api by [@srivarra](https://github.com/srivarra) -- โฌ†๏ธ Update tqdm by [@srivarra](https://github.com/srivarra) -- Merge branch 'main' into ops/groupby by [@srivarra](https://github.com/srivarra) -- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) -- โœจ Added Groupby by [@srivarra](https://github.com/srivarra) -- โœจ Add select by [@srivarra](https://github.com/srivarra) -- Update README.md by [@srivarra](https://github.com/srivarra) -- ๐Ÿ’š Set uv sync --frozen by [@srivarra](https://github.com/srivarra) +- Api documentation fix by [@srivarra](https://github.com/srivarra) +- Update README.md example by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“Œ Pin doc deps: scanpy, numba, llvmlite to release canidates by [@srivarra](https://github.com/srivarra) +- ๐Ÿ’š Update CI actions by [@srivarra](https://github.com/srivarra) +- โฌ†๏ธ Some random numpy 2 with python 3.13 issues by [@srivarra](https://github.com/srivarra) +- Merge branch 'main' into ops/groupby by [@srivarra](https://github.com/srivarra) +- [pre-commit.ci] auto fixes from pre-commit.com hooks by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- Update README.md by [@srivarra](https://github.com/srivarra) +- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- [pre-commit.ci] auto fixes from pre-commit.com hooks by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- โ™ป๏ธ Refactor col expressions by [@srivarra](https://github.com/srivarra) +- ๐Ÿšธ Updating api by [@srivarra](https://github.com/srivarra) +- โฌ†๏ธ Update tqdm by [@srivarra](https://github.com/srivarra) +- Merge branch 'main' into ops/groupby by [@srivarra](https://github.com/srivarra) +- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- โœจ Added Groupby by [@srivarra](https://github.com/srivarra) +- โœจ Add select by [@srivarra](https://github.com/srivarra) +- Update README.md by [@srivarra](https://github.com/srivarra) +- ๐Ÿ’š Set uv sync --frozen by [@srivarra](https://github.com/srivarra) ## [0.0.2] - 2024-11-12 ### ๐Ÿ—๏ธ Github Actions -- Merge pull request #14 from srivarra/ci/release_workflow by [@srivarra](https://github.com/srivarra) in [#14](https://github.com/srivarra/annsel/pull/14) +- Merge pull request #14 from srivarra/ci/release_workflow by [@srivarra](https://github.com/srivarra) in [#14](https://github.com/srivarra/annsel/pull/14) ### ๐Ÿ“ Documentation -- Merge pull request #12 from srivarra/docs/changelog-release-drafter by [@srivarra](https://github.com/srivarra) in [#12](https://github.com/srivarra/annsel/pull/12) -- Merge pull request #7 from srivarra/docs/restructure by [@srivarra](https://github.com/srivarra) in [#7](https://github.com/srivarra/annsel/pull/7) +- Merge pull request #12 from srivarra/docs/changelog-release-drafter by [@srivarra](https://github.com/srivarra) in [#12](https://github.com/srivarra/annsel/pull/12) +- Merge pull request #7 from srivarra/docs/restructure by [@srivarra](https://github.com/srivarra) in [#7](https://github.com/srivarra/annsel/pull/7) ### ๐Ÿงช Dependencies -- Merge pull request #8 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#8](https://github.com/srivarra/annsel/pull/8) +- Merge pull request #8 from srivarra/pre-commit-ci-update-config by [@srivarra](https://github.com/srivarra) in [#8](https://github.com/srivarra/annsel/pull/8) ### ๐ŸŒ€ Miscellaneous -- ๐Ÿ“ Added pre-commit readme badge by [@srivarra](https://github.com/srivarra) -- ๐Ÿ”ง Add **version** to **init** by [@srivarra](https://github.com/srivarra) -- โž• Add typing-extensions by [@srivarra](https://github.com/srivarra) -- ๐Ÿ“ Added citation.cff by [@srivarra](https://github.com/srivarra) -- ๐Ÿ™ˆ .python-version by [@srivarra](https://github.com/srivarra) -- ๐Ÿ”ง Remove .python-version by [@srivarra](https://github.com/srivarra) -- ๐Ÿ’š Ciremove version in **init**.py by [@srivarra](https://github.com/srivarra) -- ๐Ÿ’š Fetch-depth: 0 by [@srivarra](https://github.com/srivarra) -- ๐Ÿ”ง Update pyproject, add hatch-vcs dynamic version by [@srivarra](https://github.com/srivarra) -- ๐Ÿ’š What's going on with ci by [@srivarra](https://github.com/srivarra) -- ๐Ÿ’š Fix incorrect name for ci by [@srivarra](https://github.com/srivarra) -- ๐Ÿ‘ท Remove font by [@srivarra](https://github.com/srivarra) -- ๐Ÿ‘ท Use uv, remove pip by [@srivarra](https://github.com/srivarra) -- ๐Ÿ‘ท Uv for rtd by [@srivarra](https://github.com/srivarra) -- โช๏ธ Remove changelog ci update by [@srivarra](https://github.com/srivarra) -- ๐Ÿ’š Changelog 3 by [@srivarra](https://github.com/srivarra) -- ๐Ÿ’š Changelog testing 2 by [@srivarra](https://github.com/srivarra) -- ๐Ÿ’š Changelog testing by [@srivarra](https://github.com/srivarra) -- ๐Ÿ’š Change commit changelog author to github_actions by [@srivarra](https://github.com/srivarra) -- ๐Ÿ’š Yaml or yml by [@srivarra](https://github.com/srivarra) -- ๐Ÿ‘ท Add release drafter by [@srivarra](https://github.com/srivarra) -- โœ… Added sparsity X tests by [@srivarra](https://github.com/srivarra) -- โ™ป๏ธ Refactor \_extract_X by [@srivarra](https://github.com/srivarra) -- ๐Ÿ“ Clean notebook by [@srivarra](https://github.com/srivarra) -- โœ… Updated x tests by [@srivarra](https://github.com/srivarra) -- Merge branch 'main' into docs/restructure by [@srivarra](https://github.com/srivarra) -- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) -- โœ… Add pipe tests by [@srivarra](https://github.com/srivarra) -- ๐Ÿ“ Added scanpy plot with pipe by [@srivarra](https://github.com/srivarra) -- ๐ŸŽจ Format pyproject.toml by [@srivarra](https://github.com/srivarra) -- ๐Ÿ“ Updated landing page by [@srivarra](https://github.com/srivarra) -- ๐Ÿ“ Updated documentation structure by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“ Added pre-commit readme badge by [@srivarra](https://github.com/srivarra) +- ๐Ÿ”ง Add **version** to **init** by [@srivarra](https://github.com/srivarra) +- โž• Add typing-extensions by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“ Added citation.cff by [@srivarra](https://github.com/srivarra) +- ๐Ÿ™ˆ .python-version by [@srivarra](https://github.com/srivarra) +- ๐Ÿ”ง Remove .python-version by [@srivarra](https://github.com/srivarra) +- ๐Ÿ’š Ciremove version in **init**.py by [@srivarra](https://github.com/srivarra) +- ๐Ÿ’š Fetch-depth: 0 by [@srivarra](https://github.com/srivarra) +- ๐Ÿ”ง Update pyproject, add hatch-vcs dynamic version by [@srivarra](https://github.com/srivarra) +- ๐Ÿ’š What's going on with ci by [@srivarra](https://github.com/srivarra) +- ๐Ÿ’š Fix incorrect name for ci by [@srivarra](https://github.com/srivarra) +- ๐Ÿ‘ท Remove font by [@srivarra](https://github.com/srivarra) +- ๐Ÿ‘ท Use uv, remove pip by [@srivarra](https://github.com/srivarra) +- ๐Ÿ‘ท Uv for rtd by [@srivarra](https://github.com/srivarra) +- โช๏ธ Remove changelog ci update by [@srivarra](https://github.com/srivarra) +- ๐Ÿ’š Changelog 3 by [@srivarra](https://github.com/srivarra) +- ๐Ÿ’š Changelog testing 2 by [@srivarra](https://github.com/srivarra) +- ๐Ÿ’š Changelog testing by [@srivarra](https://github.com/srivarra) +- ๐Ÿ’š Change commit changelog author to github_actions by [@srivarra](https://github.com/srivarra) +- ๐Ÿ’š Yaml or yml by [@srivarra](https://github.com/srivarra) +- ๐Ÿ‘ท Add release drafter by [@srivarra](https://github.com/srivarra) +- โœ… Added sparsity X tests by [@srivarra](https://github.com/srivarra) +- โ™ป๏ธ Refactor \_extract_X by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“ Clean notebook by [@srivarra](https://github.com/srivarra) +- โœ… Updated x tests by [@srivarra](https://github.com/srivarra) +- Merge branch 'main' into docs/restructure by [@srivarra](https://github.com/srivarra) +- [pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) +- โœ… Add pipe tests by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“ Added scanpy plot with pipe by [@srivarra](https://github.com/srivarra) +- ๐ŸŽจ Format pyproject.toml by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“ Updated landing page by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“ Updated documentation structure by [@srivarra](https://github.com/srivarra) ## New Contributors -- @pre-commit-ci[bot] made their first contribution +- @pre-commit-ci[bot] made their first contribution ## [0.0.1] - 2024-11-10 ### ๐Ÿ—๏ธ Github Actions -- Merge pull request #5 from srivarra/ci_release_fix by [@srivarra](https://github.com/srivarra) in [#5](https://github.com/srivarra/annsel/pull/5) +- Merge pull request #5 from srivarra/ci_release_fix by [@srivarra](https://github.com/srivarra) in [#5](https://github.com/srivarra/annsel/pull/5) ### ๐Ÿš€ Features -- Merge pull request #4 from srivarra/filter by [@srivarra](https://github.com/srivarra) in [#4](https://github.com/srivarra/annsel/pull/4) +- Merge pull request #4 from srivarra/filter by [@srivarra](https://github.com/srivarra) in [#4](https://github.com/srivarra/annsel/pull/4) ### ๐Ÿงช Dependencies -- Merge pull request #1 from srivarra/configuration by [@srivarra](https://github.com/srivarra) in [#1](https://github.com/srivarra/annsel/pull/1) +- Merge pull request #1 from srivarra/configuration by [@srivarra](https://github.com/srivarra) in [#1](https://github.com/srivarra/annsel/pull/1) ### ๐ŸŒ€ Miscellaneous -- ๐Ÿ’š Release fixes by [@srivarra](https://github.com/srivarra) -- ๐Ÿ“ Remove nbsphinx by [@srivarra](https://github.com/srivarra) -- โž– Remove pytest rich by [@srivarra](https://github.com/srivarra) -- โœจ Filter mostly fixed by [@srivarra](https://github.com/srivarra) -- ๐Ÿ“ Add a link to the discussions. by [@srivarra](https://github.com/srivarra) -- โœ… Dataclasses from attrs again by [@srivarra](https://github.com/srivarra) -- ๐Ÿท๏ธ Fixed dataclasses by [@srivarra](https://github.com/srivarra) -- โœจ Fixed up filtering by [@srivarra](https://github.com/srivarra) -- ๐Ÿ“ Do not fail on warning by [@srivarra](https://github.com/srivarra) -- ๐Ÿ’š Removed upload test results to codecov by [@srivarra](https://github.com/srivarra) -- ๐Ÿ“ Added matplotlib to docs by [@srivarra](https://github.com/srivarra) -- ๐Ÿ“ Update rtd by [@srivarra](https://github.com/srivarra) -- ๐Ÿ“ Fix rtd by [@srivarra](https://github.com/srivarra) -- ๐Ÿง‘โ€๐Ÿ’ป Added gitcliff changelog by [@srivarra](https://github.com/srivarra) -- ๐Ÿ’š Added python 3.12 to test suite by [@srivarra](https://github.com/srivarra) -- โ™ป๏ธ Renamed accessor by [@srivarra](https://github.com/srivarra) -- โž– Removed twine by [@srivarra](https://github.com/srivarra) -- โž• Added twine by [@srivarra](https://github.com/srivarra) -- โž• Added pytest extra deps by [@srivarra](https://github.com/srivarra) -- ๐ŸŽ‰ Begin by [@srivarra](https://github.com/srivarra) +- ๐Ÿ’š Release fixes by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“ Remove nbsphinx by [@srivarra](https://github.com/srivarra) +- โž– Remove pytest rich by [@srivarra](https://github.com/srivarra) +- โœจ Filter mostly fixed by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“ Add a link to the discussions. by [@srivarra](https://github.com/srivarra) +- โœ… Dataclasses from attrs again by [@srivarra](https://github.com/srivarra) +- ๐Ÿท๏ธ Fixed dataclasses by [@srivarra](https://github.com/srivarra) +- โœจ Fixed up filtering by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“ Do not fail on warning by [@srivarra](https://github.com/srivarra) +- ๐Ÿ’š Removed upload test results to codecov by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“ Added matplotlib to docs by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“ Update rtd by [@srivarra](https://github.com/srivarra) +- ๐Ÿ“ Fix rtd by [@srivarra](https://github.com/srivarra) +- ๐Ÿง‘โ€๐Ÿ’ป Added gitcliff changelog by [@srivarra](https://github.com/srivarra) +- ๐Ÿ’š Added python 3.12 to test suite by [@srivarra](https://github.com/srivarra) +- โ™ป๏ธ Renamed accessor by [@srivarra](https://github.com/srivarra) +- โž– Removed twine by [@srivarra](https://github.com/srivarra) +- โž• Added twine by [@srivarra](https://github.com/srivarra) +- โž• Added pytest extra deps by [@srivarra](https://github.com/srivarra) +- ๐ŸŽ‰ Begin by [@srivarra](https://github.com/srivarra) ## New Contributors -- @srivarra made their first contribution in [#5](https://github.com/srivarra/annsel/pull/5) - [unreleased]: https://github.com/srivarra/annsel/compare/v0.0.4..HEAD - [0.0.4]: https://github.com/srivarra/annsel/compare/v0.0.3..v0.0.4 - [0.0.3]: https://github.com/srivarra/annsel/compare/v0.0.2..v0.0.3 - [0.0.2]: https://github.com/srivarra/annsel/compare/0.0.1..v0.0.2 +- @srivarra made their first contribution in [#5](https://github.com/srivarra/annsel/pull/5) + [unreleased]: https://github.com/srivarra/annsel/compare/v0.0.6..HEAD + [0.0.6]: https://github.com/srivarra/annsel/compare/v0.0.5..v0.0.6 + [0.0.5]: https://github.com/srivarra/annsel/compare/v0.0.4..v0.0.5 + [0.0.4]: https://github.com/srivarra/annsel/compare/v0.0.3..v0.0.4 + [0.0.3]: https://github.com/srivarra/annsel/compare/v0.0.2..v0.0.3 + [0.0.2]: https://github.com/srivarra/annsel/compare/0.0.1..v0.0.2