Skip to content

Commit a3fdfe9

Browse files
committed
docs: update CHANGELOG for v0.2.5
1 parent fb11f6d commit a3fdfe9

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,33 @@ and this project adheres to [Semantic Versioning][].
1010

1111
## [Unreleased]
1212

13+
## [v0.2.5]
14+
15+
### Added
16+
- Added `batch_size` parameter to `Kernel.compute_neighbors()` for backend-agnostic batching {pr}`60`
17+
- Added `subset` parameter to `plot_confusion_matrix()` for filtering cells {pr}`60`
18+
- Added Python 3.14 support {pr}`62`
19+
20+
### Changed
21+
- Default postfixes now include underscore: `"_pred"` and `"_conf"` instead of `"pred"` and `"conf"` {pr}`60`
22+
- Switched from MathJax to KaTeX for documentation math rendering {pr}`61`
23+
- Updated GitHub Actions to latest versions (checkout v5, setup-uv v7) {pr}`61`
24+
- Updated test matrix to Python 3.11/3.14 {pr}`62`
25+
26+
### Fixed
27+
- Fixed `PackageNotFoundError` when checking rapids availability in conda environments {pr}`60`
28+
- Fixed stale k-NN state when `compute_neighbors()` fails {pr}`60`
29+
- Fixed `plot_confusion_matrix()` handling of NaN values in both y_true and y_pred {pr}`60`
30+
- Fixed `plot_confusion_matrix()` handling of mismatched category sets {pr}`60`
31+
- Fixed `plot_confusion_matrix()` handling of float categories {pr}`60`
32+
- Fixed `importlib.resources.files()` compatibility with Python 3.14 {pr}`62`
33+
34+
## [v0.2.4]
35+
36+
### Changed
37+
- Deprecated Python 3.10 support {pr}`55`
38+
- Updated to cookiecutter-scverse template v0.6.0 {pr}`54`
39+
1340
## [v0.2.3]
1441

1542
### Changed

0 commit comments

Comments
 (0)