What's Changed
- remvoed accidental println! by @abstractqqq in #449
- Improve small LR further by @abstractqqq in #450
- fix: usize underflow in isotonic_regression and lcs_substr (debug builds) by @FernandoRDLL in #451
- perf: drop to_lowercase allocations in From<&str> dispatch (+ small cleanups) by @FernandoRDLL in #453
- test: cover NullPolicy, KNN dist variants, GLM families, f32 LR, multi-pred, PSI by @FernandoRDLL in #455
- Psi check by @abstractqqq in #457
- fix: null-safe variant of query_radius_ptwise (bug-029) by @FernandoRDLL in #452
- perf: drop redundant work in pl_nb_cnt + knn_ptwise_w_dist by @FernandoRDLL in #456
- Correctly handle f32 dtype in lin reg by @abstractqqq in #458
- various typo fixes by @abstractqqq in #459
- slightly improved fft convolve by @abstractqqq in #460
- [Enhancement]: optional singular_x_tol rank-deficiency gate for lin_reg (#461) + rcond solve speedup by @FernandoRDLL in #462
- Up version by @abstractqqq in #463
Full Changelog: v0.11.2...v0.12.0