Skip to content

v0.5.1

Compare
Choose a tag to compare
@tailaiw tailaiw released this 02 Jan 21:37
· 54 commits to master since this release
fff5487
  • Added many new unit tests, and modified some old unit test
  • Removed seaborn from dependencies (use matplotlib built-in style now)
  • Fixed a bug in the metric module of dict objects as input
  • Fixed a bug in the detector OutlierDetector that output series has dtype object if NaN is present
  • Fixed a bug in transformer pipeline that detect and transform methods are confused
  • Fixed a bug in pipenet that an aggregator node may crash if its input is from a node where subset contains a single item
  • Fixed a bug in pipenet summary that subset column are always "all" even if not
  • Some minor optimization of code