You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.