Skip to content

v0.6.0

Choose a tag to compare

@kentwelcome kentwelcome released this 11 Aug 09:09
· 2101 commits to main since this release

What's new in PipeRider v0.6.0

Released on 08-11-2022

PipeRider version 0.6.0 is out now! We've added new profiling metrics, a new grid-based report design, and you can now specify the location of your reports.

🔎 More metrics for profiling your data

  • text length analysis for string columns
  • most frequent categories for integer columns
  • distinct and duplicates values for integer, string, and datetime columns

Discover all of our supported metrics

🎨 New grid layout in profiling report

Created a new grid-based layout for easier and quicker insights into your data

🚗 Specify the path of your reports

You can now specify the path where the reports will be stored in two ways:

  1. Use --report-dir $PATH to specify when running piperider:
piperider compare-reports --report-dir "reports/"
  1. Specify report_dir in the project’s config.yml:
# default value ( `.` always refer to `.piperider`)
# report will go to {outputs, comparisons}
report_dir: "reports/" # report will save to reports/ folder in your project

💭 Giving feedback is now easier

We added a sidebar and a button below where you can give quick & easy feedback

Contact

We'd love your feedback! Send us a message on piperider.io, join our Discord, or report an issue on GitHub


All changes

Full Changelog: v0.5.0...v0.6.0