sklearndf 2.0.1
This is the 2.0.1 release of sklearndf.
You can upgrade your current pip installation via
pip install --upgrade sklearndf
Your conda package can be upgraded by running
conda install -c conda-forge -c bcg_gamma sklearndf
Changes:
- fe9670c Merge pull request #233 from BCG-Gamma/dev/2.0.1
- 8efe56f BUILD: use token instead of password for pypi uploads
- 0650ea3 DOC: tweak release notes
- 396b6ed DOC: add docstrings for new attributes
- 6294106 TEST: enhance unit tests for ColumnTransformerDF
- 1a4eb09 FIX: support array-likes for parameter
drop
ofOneHotEncoderDF
(#232) - 20f9bd8 REFACTOR: minor fixes and stability improvements for sklearndf 2.0.1 (#230)
- 0d121ae Merge branch '1.2.x' into 2.0.x
- f608e46 BUILD: run nightly builds on 2.0.x branch
- e202e85 FIX: wrap extra classifiers using
ClassifierWrapperDF
; add validation to ensure native classes are compatible with wrapper classes (#229)
See More
This list of changes was auto generated.