v0.6.0
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:
- Use
--report-dir $PATHto specify when running piperider:
piperider compare-reports --report-dir "reports/"- Specify
report_dirin the project’sconfig.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
- [Release] Bump version to v0.6.0 for next release by @kentwelcome in #327
- [Feature] sc-27727 CLI will provide metadata for static report by @kentwelcome in #329
- [Feature] sc-27510 Pass project_id value to static report by @kentwelcome in #345
- [Feature] integrate amplitude by @neighborhood999 in #346
- [Feature] column cards by @jonycfu in #347
- [Feature] add sidebar and user feedback feature by @neighborhood999 in #334
- [Feature] Support to change the report directory by --report-dir by @qrtt1 in #354
- [Feature] Remove distinct metric from other type by @popcornylu in #359
- [Feature] Aggregate automation user data by project-id by @qrtt1 in #343
- [Feature] Add text length analytics, duplicates, data composition metrics by @popcornylu in #309
- [Feature] Add a latest link to the latest comparison report by @wcchang1115 in #348
- [Document] Add metric document by @popcornylu in #339
- [Document] Add metric document by @popcornylu in #337
- [Chore] update feedback title and added optional email by @neighborhood999 in #355
- [Chore] remove a redunant artifact by @wcchang1115 in #356
- [Chore] e2e edge asymmetric cases by @jonycfu in #341
- [Chore] added email optional wording by @neighborhood999 in #358
- [Chore] Update sample reports by @ctiml in #344
- [Chore] Update sample comparison report by @ctiml in #349
- [Chore] Change to use the new metrics to recommendation logic by @popcornylu in #335
- [Chore] Adjust the json schema by @popcornylu in #338
- [Chore] Add suffix to user id if the event triggered by CI by @ctiml in #357
- [Bug] strict null checks for data flow resilience by @jonycfu in #340
- [Bug] sending an event when user into a report page by @neighborhood999 in #351
- [Bug] sc-27731 Fix frontend e2e test failed issue by @kentwelcome in #330
- [Bug] sc-27727 Remove redundant print by @kentwelcome in #331
- [Bug] sc-27727 Add SENTRY_DNS file in setup.py package_data field by @kentwelcome in #332
- [Bug] comparison report changed metrics 27701 by @jonycfu in #350
- [Bug] asymmetric column handling UI by @jonycfu in #328
- [Bug] add user id for amplitude to identify users by @neighborhood999 in #360
- [Bug] Fix wrong number format by @popcornylu in #336
- [Bug] Fix output-location bugs and wording by @qrtt1 in #333
Full Changelog: v0.5.0...v0.6.0
