Skip to content

Releases: scikit-learn-contrib/sklearn-pandas

v2.2.0

08 May 08:08
Compare
Choose a tag to compare

[New]

v2.1.0

08 May 08:32
Compare
Choose a tag to compare
  • Officially added support for Python 3.9 and deprecated support for Python 3.9
  • Added deprecation warning for NumericalTransformer. NumericalTransformer will be removed in the next release.
  • Fixed pickling issue causing integration issues with Baikal.
  • Started publishing package to conda repo

v2.0.4

06 Jan 16:30
b897c66
Compare
Choose a tag to compare
  • Explicitly handling serialization (#224)
  • document fixes
  • Making transform function thread-safe (#194)
  • Switched to nox for unit testing (#226)