Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 20:54
· 13 commits to main since this release
d0dee22

MLFlowClient v0.6.0

Diff since v0.5.1

  • New project structure to ensure better maintainability.
  • Adopting Blue Style to improve readability.
  • Pair with all the types from MLflow REST API.
  • Implement all the endpoints from MLflow latest release.
  • Improved documentation with multiple dispatch definitions.
  • Simplify function definitions.
  • Simplify test definitions.

Important

This update comes with some breaking changes. Projects like MLJFlow.jl will need to update carefully. It will be the same with personal projects.

Merged pull requests:

  • Change MLFlow instances URI to use trailing /api (#47) (@pebeto)
  • Improve documentation clarity for tags variable and update type in function definition. (#52) (@vonpetersenn)
  • Add settag (#53) (@dpaetzel)
  • Pairing with mlflow release api definition (#59) (@pebeto)

Closed issues:

  • Improve tag definition (#30)
  • Attributes such as model and dataset (#32)
  • Proposal to buffer service requests (#41)
  • Can't create experiment with v0.5.1 (#46)
  • Update to the 2.x API (#54)
  • Throw more readable HTTP error. (#58)