Skip to content

earthmover 0.3.0

Compare
Choose a tag to compare
@jayckaiser jayckaiser released this 17 Apr 15:59
· 152 commits to main since this release
983a2f8

What's Changed

  • feature: add project composition using packages keyword in template file (see README)
  • feature: add installation extras for optional libraries, and improve error logging to notify which is missing
  • feature: GroupByWithRankOperation cumulatively sums record counts by group-by columns
  • feature: setting log_level: DEBUG in template configs or setting debug: True for a node displays the head of the node mid-run
  • feature: add optional_fields key to all Sources to add optional empty columns when missing from schema
  • feature: add optional ignore_errors and exact_match boolean flags to DateFormatOperation
  • internal: remove attempted directory-hashing when a source is a directory (i.e., Parquet)
  • internal: Remove unused group_by_with_count and group_by_with_agg operations

Full Changelog: v0.2.1...v0.3.0

Note: This version has slightly different packaging requirements than v0.2.1. Please make sure to re-install the package if using locally.