* Added Op class in flow.py to allow multiplying and dividing datastreams to create SignalFlow Functions
0.22.0
* Added Mul and Div combinators for multiplying and dividing streams * Added "enable" option for publishing a stream. Setting enable=False will hide that particular stream in a chart/detector.
0.21.0
* Dashboard Group support has been added giving you the ability group sets of dashboards together in a convenient construct * Detector support has been added giving you the ability to create detectors from scratch or re-use the SignalFlow program of an existing Chart * Dashboards and Charts now update via their `id` instead of by name to mitigate name conflicts when creating multiple resources with the same name * Dry-run results are now more consistent between all resources and expose the API call (sans-headers) that would have been made to use for the given resource
0.20.0
* Dashboards have learned how to update their child resources (e.g. if you add a chart in your config, the change will be reflected when you next run your configuration against SignalFx) * The CLI builder has learned how to pass dry-run options to its configured resources * Minor bugfixes for the `signal_analog.flow` module
0.19.1
* Added click to setup.py
0.19.0
* Added CLI builder to create and update dashboard resources