Releases: equinor/gordo
Releases · equinor/gordo
Release 0.21.0 of gordo-components
Release 0.20.2 of gordo-components
Release 0.20.1 of gordo-components
Release 0.20.0 of gordo-components
Release 0.19.0 of gordo-components
- 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)
Release 0.18.0 of gordo-components
Release 0.17.0 of gordo-components
Release 0.16.0 of gordo-components
- 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.
Release 0.15.1 of gordo-components
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)
Release 0.15.0 of gordo-components
- Fix missing swagger when viewed behind public DNS (#189)
- Load model and metadata before the ML server starts, storing in application (#192)
- Rename
DataProvider.load_dataframes
->DataProvider.load_series
(#196) - Upgrade all dependencies (#199)
- Fix client closed session and use async functions instead of async generators for forwarders (#203)