Releases: equinor/gordo
Releases · equinor/gordo
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)