Skip to content
Snippets Groups Projects

Patch v0.5.1

Merged Matthew K Defenderfer requested to merge patch-v0.5.1 into main

This is a somewhat larger patch where a couple of things were fixed, added, and refactored to a more suitable state.

Major Changes

  • Added initial testing framework with pytest, and added tests for all functions in the utils module. Leaving the other modules for later
  • Added tld grouping back to hive pipeline.
  • convert-to-parquet uses the Rust backend instead of pyarrow for parquet creation. This allows us to export full statistics and use those in our parquet scans in other pipelines.

Bugfixes

  • Naked integers passed as breakpoints to prep_age_distribution are handled properly
  • Naked timedeltas passed to create_timedelta_breakpoints are now handled properly
  • Timedelta values less than or equal to zero are now removed in both create_timedelta_labels and create_timedelta_breakpoints

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading