* Implementing the rest of the Dashboard Filters: `source` and `time`
1.2.0
* Added an Assign function that will enable more complex detectors which are constructed by combining multiple data streams * Added a Ref flow operator that will enable referencing assignments in a way that can be validated at later steps by checking for an Assign object with a match between the reference string and the assignee
1.1.0
* Introducing Dashboard Filters(only variables as of now) which can be configured to provide various filters that affect the behavior of all configured charts (overriding any conflicting filters at the chart level). You may wish to do this in order to quickly change the environment that you're observing for a given set of charts.
1.0.0
* Symbolic release for `signal_analog`. Future version bumps should conform to the `semver` policy outlined [here][deployment].
0.25.1
* The timeshift method's arguments changed. Now accepts a single argument for offset.
0.24.0
* Fix string parsing to not exclude boolean False, which is required for certain functions like .publish()