Recent Releases of annsel
annsel - v0.1.0
Changes
- [pre-commit.ci] pre-commit autoupdate @pre-commit-ci[bot] (#48)
🚀 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.8
Changes
- Removing explicit sparse argument @srivarra (#42)
- [pre-commit.ci] pre-commit autoupdate @pre-commit-ci[bot] (#40)
- [pre-commit.ci] pre-commit autoupdate @pre-commit-ci[bot] (#37)
- 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.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 - 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