Skip to content

0.4.0

Choose a tag to compare

@greenape greenape released this 11 Mar 11:25
· 12258 commits to master since this release

Added

  • Dockerised development setup, with support for live reload of flowmachine and flowapi after source code changes.
  • Pre-commit hook for Python formatting with black.
  • Added new IntereventPeriod, ContactReciprocal, ProportionContactReciprocal, ProportionEventReciprocal, ProportionEventType, MDSVolume query classes to FlowMachine.

Changed

  • CustomQuery now requires column names to be specified
  • Query classes are now required to declare the column names they return via the column_names property
  • FlowDB test data and synthetic data images are now available from their own Docker repos (Flowminder/flowdb-testdata, Flowminder/flowdb-synthetic-data)
  • Changed query class name from NocturnalCalls to NocturnalEvents.

Removed

  • Arbitrary Flow maths
  • EdgeList query type
  • Removes query class ProportionOutgoing as it becomes redundant with the the introduction of ProportionEventType.