Releases: equinor/gordo
Releases · equinor/gordo
Release candidate 0.38.0-rc1
Commits (#PRs)
- Fixed typo logging -> logger (#588)
- Remove Client async allow for init session (#587)
- Add catboost to requirements (#586)
- Add typing_extensions to requirements (#589)
- Bump typing-extensions from 3.7.4 to 3.7.4.1 (#595)
gordo-components workflow generate
updates (#590)- Remove concept of cleanup_version
- Accept env vars for all options
- Rename kwargs to context in workflow generator CLI
- Compare workflow generate stdout and file output
- Add required for machine-config and project-name
- Bump black from 19.3b0 to 19.10b0 (#597)
- Bump black from 19.3b0 to 19.10b0
- Fix black 19.3b0 to 19.10b0 format changes
- Move ml-server outside of influx block (#598)
- Remove ruamel.yaml test dependency (#596)
0.37.0
- Add optional base_path argument to NCS reader 📖 (#553)
- Support no resampling in TimeSeriesDataset 🕐 (#539)
- Workflow: Add start ml-server after ensure-single-workflow
Ⓜ️ (#572) - Add ml-server as dependency for model-building 🤞 (#572)
- Make client have Mutex for setting endpoints 💻 (#519)
- Fix grafana metrics query ❓ (#582)
- Add istio virtualservice to workflow 🥅 (#563)
- Add more logging to server 🌳 (#576)
- Version bumps 🇻🇮
0.37.0-rc2
User-facing changes:
- Support row filter buffering (#542)
- Url encode requests to datalake (#562)
- Increase default client batch size from 1000 to 100000 (#545)
NB: #562 implies an important change in how you write the tag-names for Equinor tags. If the tag-name contain a slash, as in e.g. ABC-f2612/garPaD/DAMN
then you previosly wrote the tag as ABC-f2612%2FgarPaD&2FDAMN
, which is how the tag is listed in the datalake. You shall now write the tag with the actual tag-name (i.e. ABC-f2612/garPaD/DAMN
)
Other changes:
0.37.0-rc1
0.34.0
0.33.0
0.32.0-rc3
0.32.0-rc2
0.32.0-rc2 fixes a minor issue regarding parsing of gordo-components own version number.
0.32.0-rc1
0.31.0
- Update requirements (#440)
- Make autoencoder API parameters match and add some input validation (#431)
- Expose
optimizer
andoptimizer_kwargs
in feedforward_model factory (#429) - Change interactive logic (#428)
- Cli dockstring fix (#439)
- Add model offset to metadata (#444)
- Model builder - Support a pure CV/HP mode (#395)
- Switch to CircleCI and push to Dockerhub (#442, #451, #450, #454)
- Add EV, R2, MSE and MAE to metadata (#377)
- Client adjust for offset (#445)
- Add more explicit docs about resolution strings (#457)