github uwdata/arquero v1.1.0

latest releases: v7.1.0, v7.0.0, v6.0.1...
3 years ago

Changes from v1.0.0:

  • Update join to drop paired key columns that share the same name. Previously, both columns would by default be retained with suffixes appended (e.g., 'key_1', 'key_2'). In the case of full outer joins, shared key columns will be merged as needed.
  • Add support for one-sided join key specifications:
    • join(table, 'key') is now equivalent to join(table, ['key', 'key'])
    • join(table, [['key1', 'key2']]) is now equivalent to join(table, [['key1', 'key2'], ['key1', 'key2']])
  • Add BigInt support, including for sum, product, median, and quantile aggregation functions.
  • Fix product aggregation streaming (windowed) behavior.
  • Fix unique aggregation streaming (windowed) behavior.
  • Fix hash-join logic to properly handle filtered tables.
  • Refactor join methods to reuse setup and output logic.

Don't miss a new arquero release

NewReleases is sending notifications on new releases.