Skip to content

Commit d45faa2

Browse files
committed
Release v0.1.4: fix _SklearnWrapper coef_ extraction in SVDEvaluator
1 parent a3242c4 commit d45faa2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to scOPE are documented here.
44

55
---
66

7+
## [0.1.4] — 2026-03-05
8+
9+
### Fixed
10+
- `scope/evaluation/svd_evaluation.py``SVDEvaluator._extract_coef` now
11+
correctly unwraps `_SklearnWrapper` (scope's internal classifier wrapper)
12+
before extracting `coef_`, fixing `AttributeError` on initialization
13+
14+
---
15+
716
## [0.1.3] — 2026-03-05
817

918
### Fixed

0 commit comments

Comments
 (0)