Skip to content

sklearndf 1.0.2rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rkdy rkdy released this 05 Mar 07:04
aea2b30

This is the 1.0.2rc0 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:

  • aea2b30 Merge pull request #150 from BCG-Gamma/dev/1.0.2rc0
  • 42ee889 BUILD: bugfix in azure-pipelines.yml for version check (#149)
  • 8257abc DOCS: add pre-commit hook instructions to contribution guide (#147)
  • 3a12d97 BUILD: set to version 1.0.2rc0 (#148)
  • 5bc8fa0 TEST: run encoder test with 'if_binary' only from sklearn 0.23 (#146)
  • 6b25ab3 BUILD: update azure-pipelines.yml for release workflow (#145)
  • 8a7dc6c DOC: add release notes for 1.0.2 (#143)
  • e72166a FIX: OneHotEncoderDF bug for drop argument usage (#134)
  • c95afc6 FIX: support "passthrough" column transformer (#139)
  • 3e5373b BUILD: support pytools from 1.0.2rc0 (#138)
See More
  • 65dc60c FIX: downgrade scipy to 1.5.* in environment.yml (#136)
  • 67d9b36 BUILD: use regular pytest & pytest-cov, run pytest nightly (#132)
  • 0a88f9b DOC: restore azure pipelines badge (#131)
  • 8c8f5af FIX: fix a syntax error introduced to a bash script in the pipeline (#130)
  • a63370d BUILD: optimize conda build config (#129)
  • 3766130 BUILD: update veracode scan version name to BuildID (#128)
  • 7105525 BUILD: update environment.yml (#127)
  • f9a2f07 BUILD: add support for numpy 1.20 (#126)
  • ac2021c CHORE: update license copyright years (#122)
  • 9a28e0d BUILD: eliminate unconstrained build from pipeline (#123)
  • b6266e0 BUILD: align build requirements pyproject.toml/meta.yaml/tox.ini & across repos (#119)
  • 62fbebb BUILD: do not run nightly builds on weekends (#121)
  • c46f7f8 bugfix the detection of changes to build files (#120)
  • 3176006 BUILD: do not build and publish documentation in nightly builds (#118)
  • 7855a4a BUILD: bump version to 1.0.2 (#117)
  • dc52873 add veracode static scan to nightly build pipeline (#114)
  • 7a8a0f3 BUG: test for different estimator repr() depending on sklearn version (#110)
  • 2c9d899 BUG: do not mirror native estimator class attributes and protected members (#108)
  • c7f1434 BUG: create individual init methods per wrapped estimator (#107)
  • 0577f38 update the environment.yml (#102)
  • 73f18db Release/1.0.1 (#101) (#103)

This list of changes was auto generated.