File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments