Skip to content

0.5.3

Choose a tag to compare

@greenape greenape released this 15 Apr 12:39
· 11336 commits to master since this release

Added

  • Added new spatial_aggregate API endpoint and FlowClient function #599
  • Implemented new flowclient API entrypoint, total_network_objects(), to access (with simplified parameters) equivalent flowmachine query #581
  • Implemented new flowclient API entrypoint, location_introversion(), to access (with simplified parameters) equivalent flowmachine query #577
  • Implemented new flowclient API entrypoint, unique_subscriber_counts(), to access (with simplified parameters) equivalent flowmachine query #562
  • New schema aggregates and table aggregates.aggregates have been created for maintaining a record of the process and completion of scheduled aggregates.
  • New joined_spatial_aggregate API endpoint and FlowClient function #600

Changed

  • daily_location and modal_location query types are no longer accepted as top-level queries, and must be wrapped using spatial_aggregate
  • JoinedSpatialAggregate no longer accepts positional arguments
  • JoinedSpatialAggregate now supports "avg", "max", "min", "median", "mode", "stddev" and "variance" stats

Fixed

  • total_network_objects no longer returns results from AggregateNetworkObjects #603