You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Sphinx autodoc typehints >= 3.1.0 for python 3.11+
15
-
- ⬆️ Sphinx autodoc typehings >= 3.1.0 for python 3.11+
16
-
- ➕ Pooch as dep, not opt dep
17
-
- 🏗️ Removed AnnselExpr class, now getting names from closure
18
-
- Updated ExprMetadata
11
+
- 💚 Fix biome.jsonc for 2.0.0-beta.1
12
+
- 🎨 Ruff NP rules for tests
13
+
- 👷 Update CI
14
+
-[pre-commit.ci] auto fixes from pre-commit.com hooks
15
+
- 👽️ Nonlocals of a nonlocal??? sure why not
16
+
17
+
## [0.1.0] - 2025-03-11
18
+
19
+
### <!-- 1 --> 🚀 Features
20
+
- Look at names in closure for nw.Expr instead of subclassing it. by [@srivarra](https://github.com/srivarra) in [#50](https://github.com/srivarra/annsel/pull/50)
21
+
22
+
### <!-- 5 --> 🌀 Miscellaneous
23
+
-[pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]) in [#48](https://github.com/srivarra/annsel/pull/48)
19
24
20
25
## [0.0.10] - 2025-03-03
21
26
@@ -110,7 +115,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
110
115
111
116
### <!-- 5 --> 🌀 Miscellaneous
112
117
- 💚 Missed one pypi-publish by [@srivarra](https://github.com/srivarra)
113
-
- 💚 Bump gh-action-pypi-publish to 1.12.3 by [@srivarra](https://github.com/srivarra)
114
118
115
119
## [0.0.3] - 2024-12-21
116
120
@@ -125,6 +129,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125
129
- 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)
126
130
127
131
### <!-- 5 --> 🌀 Miscellaneous
132
+
- 💚 Bump gh-action-pypi-publish to 1.12.3 by [@srivarra](https://github.com/srivarra)
128
133
- Api documentation fix by [@srivarra](https://github.com/srivarra)
129
134
- Update README.md example by [@srivarra](https://github.com/srivarra)
130
135
- 📌 Pin doc deps: scanpy, numba, llvmlite to release canidates by [@srivarra](https://github.com/srivarra)
@@ -145,7 +150,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
145
150
- ✨ Added Groupby by [@srivarra](https://github.com/srivarra)
146
151
- ✨ Add select by [@srivarra](https://github.com/srivarra)
147
152
- Update README.md by [@srivarra](https://github.com/srivarra)
148
-
- 💚 Set uv sync --frozen by [@srivarra](https://github.com/srivarra)
149
153
150
154
## [0.0.2] - 2024-11-12
151
155
@@ -160,6 +164,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
160
164
- 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)
161
165
162
166
### <!-- 5 --> 🌀 Miscellaneous
167
+
- 💚 Set uv sync --frozen by [@srivarra](https://github.com/srivarra)
163
168
- 📝 Added pre-commit readme badge by [@srivarra](https://github.com/srivarra)
164
169
- 🔧 Add __version__ to __init__ by [@srivarra](https://github.com/srivarra)
165
170
- ➕ Add typing-extensions by [@srivarra](https://github.com/srivarra)
@@ -230,7 +235,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
230
235
231
236
## New Contributors
232
237
*@srivarra made their first contribution in [#5](https://github.com/srivarra/annsel/pull/5)
0 commit comments