Skip to content

sklearndf 2.0.1

Compare
Choose a tag to compare
@j-ittner j-ittner released this 07 Sep 13:51
fe9670c

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 of OneHotEncoderDF (#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
  • d2ed09b BUILD: Update version to 2.0.1
  • 7de3838 BUILD: re-phrase gamma-pytools requirements

This list of changes was auto generated.