Other: - Watchman: set endpoint healthy via metadata response instead of seperate request (279) - Add resampling_endpoint up to which data will be forward filled (269) - Client: Support retrying failed batches for POST requests - Client: Improve logging (280)
0.19.0
- Add ability to have template variables in model config (250) (for hyperparameter tuning) - Add toggle to print cross-validation scores (256) (for hyperparameter tuning) - Add ability to download tag-data from Gina Krogh (264) - Fix `row_filter` by using backticks for column-names (267) - Support caching for Watchman (261)
0.18.0
- Add support for prefix less tag (e.g Statfjord) 183 . - Allow watchman to look for ambassador in seperate namespace (232) - Make client optionally ignore unhealthy endpoints (240)
0.17.0
Model builder: - Add forecast based LSTM model (167)
Client: - Non-zero exit code for client on errors (235)
General: - Upgrade several dependencies - Further tuning of the tests, improving runtime and stability.
0.16.0
- From this release onwards we push a dockerimage with the gordo client, named `gordo-components/gordo-client`. - Add --forward-resampled-sensors to client predict, which can forward the sensor-data to influx when using POST (214). - Various fixes to make the tests run significantly faster.
0.15.1
This is a minor release with two fixes
- Update dependency urllib3 >= 1.24.2 to address urllib3 security alert: https://nvd.nist.gov/vuln/detail/CVE-2019-11324 - Fix bug where the prediction only forwarded the last batch in batched POST mode (204)