Skip to content

Latest commit

 

History

History
136 lines (114 loc) · 5.88 KB

CHANGELOG.md

File metadata and controls

136 lines (114 loc) · 5.88 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • 📝 Update readme by @srivarra
  • 📝 Adjusted theme by @srivarra
  • Update README.md by @srivarra

[0.0.4] - 2024-12-21

Changed

  • 💚 Missed one pypi-publish by @srivarra
  • 💚 Bump gh-action-pypi-publish to 1.12.3 by @srivarra

[0.0.3] - 2024-12-21

Changed

  • Api documentation fix by @srivarra
  • Update README.md example by @srivarra
  • Merge pull request #16 from srivarra/ops/groupby by @srivarra in #16
  • 📌 Pin doc deps: scanpy, numba, llvmlite to release canidates by @srivarra
  • 💚 Update CI actions by @srivarra
  • ⬆️ Some random numpy 2 with python 3.13 issues by @srivarra
  • Merge branch 'main' into ops/groupby by @srivarra
  • Merge pull request #20 from srivarra/pre-commit-ci-update-config by @srivarra in #20
  • [pre-commit.ci] auto fixes from pre-commit.com hooks by @pre-commit-ci[bot]
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot]
  • Update README.md by @srivarra
  • Merge pull request #19 from srivarra/pre-commit-ci-update-config by @srivarra in #19
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot]
  • Merge pull request #18 from srivarra/pre-commit-ci-update-config by @srivarra in #18
  • [pre-commit.ci] auto fixes from pre-commit.com hooks by @pre-commit-ci[bot]
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot]
  • ♻️ Refactor col expressions by @srivarra
  • 🚸 Updating api by @srivarra
  • ⬆️ Update tqdm by @srivarra
  • Merge branch 'main' into ops/groupby by @srivarra
  • Merge pull request #17 from srivarra/pre-commit-ci-update-config by @srivarra in #17
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot]
  • ✨ Added Groupby by @srivarra
  • Merge pull request #15 from srivarra/ops/select by @srivarra in #15
  • ✨ Add select by @srivarra
  • Update README.md by @srivarra
  • 💚 Set uv sync --frozen by @srivarra

[0.0.2] - 2024-11-12

Changed

  • 📝 Added pre-commit readme badge by @srivarra
  • Merge pull request #14 from srivarra/ci/release_workflow by @srivarra in #14
  • 🔧 Add version to init by @srivarra
  • ➕ Add typing-extensions by @srivarra
  • 📝 Added citation.cff by @srivarra
  • 🙈 .python-version by @srivarra
  • 🔧 Remove .python-version by @srivarra
  • 💚 Ciremove version in init.py by @srivarra
  • 💚 Fetch-depth: 0 by @srivarra
  • 🔧 Update pyproject, add hatch-vcs dynamic version by @srivarra
  • 💚 What's going on with ci by @srivarra
  • 💚 Fix incorrect name for ci by @srivarra
  • Merge pull request #12 from srivarra/docs/changelog-release-drafter by @srivarra in #12
  • 👷 Remove font by @srivarra
  • 👷 Use uv, remove pip by @srivarra
  • 👷 Uv for rtd by @srivarra
  • ⏪️ Remove changelog ci update by @srivarra
  • 💚 Changelog 3 by @srivarra
  • 💚 Changelog testing 2 by @srivarra
  • 💚 Changelog testing by @srivarra
  • 💚 Change commit changelog author to github_actions by @srivarra
  • 💚 Yaml or yml by @srivarra
  • 👷 Add release drafter by @srivarra
  • Merge pull request #7 from srivarra/docs/restructure by @srivarra in #7
  • ✅ Added sparsity X tests by @srivarra
  • ♻️ Refactor _extract_X by @srivarra
  • 📝 Clean notebook by @srivarra
  • ✅ Updated x tests by @srivarra
  • Merge branch 'main' into docs/restructure by @srivarra
  • Merge pull request #8 from srivarra/pre-commit-ci-update-config by @srivarra in #8
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot]
  • ✅ Add pipe tests by @srivarra
  • 📝 Added scanpy plot with pipe by @srivarra
  • 🎨 Format pyproject.toml by @srivarra
  • 📝 Updated landing page by @srivarra
  • 📝 Updated documentation structure by @srivarra

New Contributors

  • @pre-commit-ci[bot] made their first contribution

[0.0.1] - 2024-11-10

Changed

  • Merge pull request #5 from srivarra/ci_release_fix by @srivarra in #5
  • 💚 Release fixes by @srivarra
  • Merge pull request #4 from srivarra/filter by @srivarra in #4
  • 📝 Remove nbsphinx by @srivarra
  • ➖ Remove pytest rich by @srivarra
  • ✨ Filter mostly fixed by @srivarra
  • 📝 Add a link to the discussions. by @srivarra
  • ✅ Dataclasses from attrs again by @srivarra
  • 🏷️ Fixed dataclasses by @srivarra
  • ✨ Fixed up filtering by @srivarra
  • Merge pull request #1 from srivarra/configuration by @srivarra in #1
  • 📝 Do not fail on warning by @srivarra
  • 💚 Removed upload test results to codecov by @srivarra
  • 📝 Added matplotlib to docs by @srivarra
  • 📝 Update rtd by @srivarra
  • 📝 Fix rtd by @srivarra
  • 🧑‍💻 Added gitcliff changelog by @srivarra
  • 💚 Added python 3.12 to test suite by @srivarra
  • ♻️ Renamed accessor by @srivarra
  • ➖ Removed twine by @srivarra
  • ➕ Added twine by @srivarra
  • ➕ Added pytest extra deps by @srivarra
  • 🎉 Begin by @srivarra

New Contributors