v0.3.2
Highlights
- A
step
in MLFlow logging is now shown as aStep
in the Aim UI, and what used to be called aStep
is now called aLog iteration
- Much improved support for artifacts
- Stability improvements with PostgreSQL backend
What's Changed
- Announce version 0.3.1 on website by @jgiannuzzi in #351
- Update Pipfile by @jgiannuzzi in #350
- Add VS Code debug binary and Go workspace files to
.gitignore
by @jgiannuzzi in #365 - Fix broken link to quickstart guide in README by @jgiannuzzi in #366
- Change UI static files serving to be under
/static/<ui>/
by @jgiannuzzi in #364 - Rename Step and Epoch labels in Aim UI by @dependabot in #369
- Change
get-artifact
endpoint toajax-api/2.0/mlflow/artifacts/get
in MLFlow UI by @dependabot in #370 - Support multiple artifact storage backends by @dsuhinin in #378
- Fix website config linting issue by @jgiannuzzi in #379
- Fix typo in
const
used forGetRun
in MLFlow API by @jgiannuzzi in #380 - Improve setup for integration tests by @jgiannuzzi in #381
- Make sure the results of integration tests are never cached by @jgiannuzzi in #382
- Fix
ListArtifacts
to return correct paths by @jgiannuzzi in #367 - Aim integration tests project by @suprjinx in #280
- Fix Postgres connection pool regression by @jgiannuzzi in #387
- Improve our mock setup by @jgiannuzzi in #389
- Get artifacts from local or s3 storage by @suprjinx in #368
- Fix bug preventing getting/listing artifacts with space in the name by @jgiannuzzi in #405
Full Changelog: v0.3.1...v0.3.2