Skip to content

Releases: equinor/gordo

Release 0.21.0 of gordo-components

04 Jun 10:32
Compare
Choose a tag to compare

Breaking change:

  • Add name as a mandatory input to model building, and insert the name into metadata (#291)

Other:

  • Upgrade several test-dependencies (#309)
  • Add major and minor versions to model key calculation, so now models are rebuilt with new versions of gordo-components (#312)

Release 0.20.2 of gordo-components

03 Jun 15:05
Compare
Choose a tag to compare

Minor version with a few fixes:

  • Client should also retry on BadRequest errors (#295)
  • Upgrade several dependencies in the docker builds (#307)
  • We now push pypi packages on releases.

Release 0.20.1 of gordo-components

28 May 13:22
Compare
Choose a tag to compare

This is a bugfix release on 0.20.1 with the following changes:

  • Uses the proper TimeoutError in the client (#292)
  • Improved logging in the server (#289)

Release 0.20.0 of gordo-components

27 May 17:47
Compare
Choose a tag to compare

Breaking change:

  • Rename Watchman's "metadata" top-level key to "endpoint-metadata" (#249)

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)

Release 0.19.0 of gordo-components

21 May 08:02
Compare
Choose a tag to compare
  • 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

14 May 12:55
Compare
Choose a tag to compare
  • 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)

Release 0.17.0 of gordo-components

07 May 09:45
Compare
Choose a tag to compare

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.

Release 0.16.0 of gordo-components

27 Apr 11:51
Compare
Choose a tag to compare
  • 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

25 Apr 07:46
Compare
Choose a tag to compare

This is a minor release with two fixes

Release 0.15.0 of gordo-components

16 Apr 14:17
Compare
Choose a tag to compare
  • 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)