v0.6.0
MLFlowClient v0.6.0
- 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: