Skip to content

Releases: elisemercury/AutoClean

v1.1.3

19 Aug 20:35
8633c3c
Compare
Choose a tag to compare

Minor code improvement & fixes

Fixed issue #9 that occurred when installing AutoClean via the pip installer on Linux systems.

v1.1.2

29 Jul 13:49
Compare
Choose a tag to compare

Minor fixes

v1.1.1

29 Jul 13:40
Compare
Choose a tag to compare

Minor code improvements and fixes

Issue #7 was fixed by @bruckwubete

v1.1.0

03 Jul 21:35
Compare
Choose a tag to compare

Major new features and package improvements:

  • Added support for handling of duplicate values
  • Added support for bulk setting of parameters to
    • 'auto' for automated cleaning & preprocessing
    • 'manual' to define the AutoClean steps manually
  • Added help function, accessible through AutoClean.help()
  • Various other minor code improvements

Full changelog: v1.0.0...v1.1.0

v1.1.0-beta

03 Jul 21:15
fd1b4f8
Compare
Choose a tag to compare
v1.1.0-beta Pre-release
Pre-release

Major new features and package improvements

Full changelog: v1.0.0...v1.1.0-beta

v1.0.0

15 Jun 11:37
ead49e1
Compare
Choose a tag to compare

First initial stable release.

Changes & Bug fixes:

  • #1 @RaulBezerra Fixed bug appearing when index of input dataframe was not sorted
  • #2 Fixed typo in Modules.py
  • #3 Fixed AttributeError appearing when a parameter is set to False
  • #4 Fixed the typo in the logfile output when categorical variables are encoded

v0.0.1-beta

29 Mar 21:15
Compare
Choose a tag to compare

First beta release.

v0.0.1-alpha

23 Mar 17:21
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

First initial alpha release.