Recent Releases of annsel

annsel - v0.1.1

Small bugfix for getting narwhals column names within nw.col(*names). Updated CI.

Changes

  • 👽️ Nonlocals of a nonlocal??? sure why not @srivarra (#54)

- Python
Published by github-actions[bot] about 1 year ago

annsel - v0.1.0

Changes

🚀 Features

  • Look at names in closure for nw.Expr instead of subclassing it. @srivarra (#50)

This release features better group by support and improved stability w.r.t Narwhal's Expr. Instead of subclassing nw.Expr, we have simplified a significant amount by looking at the closure to get column names for group by's. Group By's now have a repr. Here is an example below:

python first_group = next(adata.an.group_by( obs=an.col(["Cell_label"]), var=an.col(["feature_type"]), copy=False )

Note that if copy=False, the GroupByAnnData object will be a view of the original AnnData object. If you want a copy, you can set copy=True.

python first_group

sh GroupByAnnData: ├── Observations: │ └── Cell_label: Lymphomyeloid prog ├── Variables: │ └── feature_type: protein_coding └── AnnData: View of AnnData object with n_obs × n_vars = 913 × 445 ...

- Python
Published by github-actions[bot] over 1 year ago

annsel - v0.0.10

Changes

  • [pre-commit.ci] pre-commit autoupdate @pre-commit-ci[bot] (#45)
  • ⬆️ Upgrade Narwhals @srivarra (#47)

- Python
Published by github-actions[bot] over 1 year ago

annsel - v0.0.9

Updated internal Expression Metadata for subclassing nw.Expr for narwhals>1.27

Changes

  • ExprMetadata and Badge @srivarra (#44)

- Python
Published by github-actions[bot] over 1 year ago

annsel - v0.0.8

Changes

- Python
Published by github-actions[bot] over 1 year ago

annsel - v0.0.7

Changes

  • Flush out README with examples @srivarra (#36)
  • Concurrency Groups Fix @srivarra (#34)
  • [pre-commit.ci] pre-commit autoupdate @pre-commit-ci[bot] (#30)
  • ➖ Removed Marimo @srivarra (#29)

🐛 Bug Fixes

  • Expr Fixes @srivarra (#32)

- Python
Published by github-actions[bot] over 1 year ago

annsel - v0.0.6

Changes

🚀 Features

  • Added dataset for Marimo @srivarra (#28)

- Python
Published by github-actions[bot] over 1 year ago

annsel - v0.0.5

Changes

  • Revert Ubuntu Arm runner to x86_64 @srivarra (#27)
  • [pre-commit.ci] pre-commit autoupdate @pre-commit-ci[bot] (#26)
  • Type Fix and Arm CI testing @srivarra (#25)
  • Modify Changelog Template @srivarra (#24)
  • [pre-commit.ci] pre-commit autoupdate @pre-commit-ci[bot] (#23)
  • [pre-commit.ci] pre-commit autoupdate @pre-commit-ci[bot] (#22)
  • [pre-commit.ci] pre-commit autoupdate @pre-commit-ci[bot] (#21)

- Python
Published by github-actions[bot] over 1 year ago

annsel - v0.0.4

Changes

  • Fixed CI

- Python
Published by github-actions[bot] over 1 year ago

annsel - v0.0.3

Changes

  • Added select @srivarra (#15)
  • Add group by @srivarra (#16)

- Python
Published by github-actions[bot] over 1 year ago

annsel - v0.0.2

Changes

  • Updated Release workflow @srivarra (#14)
  • Add Release Drafter @srivarra (#12)
  • Documentation restructure @srivarra (#7)
  • [pre-commit.ci] pre-commit autoupdate @pre-commit-ci (#8)

- Python
Published by github-actions[bot] over 1 year ago

annsel - 0.0.1

What's Changed

  • ➕ Added pytest extra deps by @srivarra in https://github.com/srivarra/annsel/pull/1
  • ✨ Fixed up filtering by @srivarra in https://github.com/srivarra/annsel/pull/4
  • 💚 Release fixes by @srivarra in https://github.com/srivarra/annsel/pull/5

New Contributors

  • @srivarra made their first contribution in https://github.com/srivarra/annsel/pull/1

Full Changelog: https://github.com/srivarra/annsel/commits/0.0.1

- Python
Published by srivarra over 1 year ago