Version v0.9.1
What's Changed
New features
- feat: support polars lazyframe in add_lags by @MarcoGorelli in #675
- feat:
ZeroInflatedRegressor.score_samples(...)
by @FBruzzesi in #680
Fixes
- patch:
.drop(columns=...)
test hotfix by @FBruzzesi in #678 - patch: ci/cd hotfix by @FBruzzesi in #683
- patch:
strict=False
in polars constructor by @FBruzzesi in #684 - patch:
FairClassifier
regularization and fit intercept by @FBruzzesi in #679
Others
- perf: make sure X.schema is only calculated once per dataframe in TypeSelector by @MarcoGorelli in #676
- chore: use Narwhals stable api by @MarcoGorelli in #685
- version 0.9.1 by @koaning in #686
Full Changelog: v0.9.0...v0.9.1