Skip to content

Releases: sfu-db/dataprep

v0.2.2

04 Apr 05:09
Compare
Choose a tag to compare

Fix

  • constrain the x-ticks of boxplots (issue #104 ), and polish the x/yaxis (9f9235e)

Documentation

  • Polish readme (0585f90)
  • Add two examples (issue #75 and #78) and embed interactive fig. to doc (5bac8d5)
  • Add sphinx documentation (97f34ff)

v0.2.1

20 Mar 22:07
Compare
Choose a tag to compare

This is a hotfix release

Fix

  • No pyproject in the installed library (20cc7b8)

v0.2.0

20 Mar 21:05
Compare
Choose a tag to compare

This release includes some new features and lots of bug fixes.

Feature

Fix

  • Remove_if_empty on template (4430972)
  • Fix parameter names (ef0119f)
  • Improved plot(df) efficiency (1ecd543)
  • Fixed xtic rounding (697496e)
  • Fix scatter and top-k nan (6a1bdb7)
  • Fixed xtics for histograms (1f13d1b)
  • Plot_correlation only supports for numerical data (c067260)
  • It works for the columns with missing values (5329c54)
  • Make the tooltip style align with plot(df) (33e5403)

Documentation