Releases: JuliaAI/MLFlowClient.jl
Releases · JuliaAI/MLFlowClient.jl
v0.7.0
v0.6.1
MLFlowClient v0.6.1
- Two new parameters in
MLFlow
instance constructor:username
andpassword
.- These will be injected to the
Authorization
header for each call to the server. - In the case
username
,password
, and theAuthorization
header are provided, the instantiation will throw an error indicating that you can't do that.
- These will be injected to the
- Allowing
MLFLOW_TRACKING_USERNAME
andMLFLOW_TRACKING_PASSWORD
environment variables to set theusername
andpassword
respectively.
Merged pull requests:
- Auth using environment variables (#56) (@characat0)
Closed issues:
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:
v0.5.1
MLFlowClient v0.5.1
- Moved
baseuri
toapiroot
, allowing users to specify its own API route (improving compatibility with platforms) - Removed
healthcheck
function due to lack of support. It is not working on every platform providing amlflow
instance - Added a
MLFLOW_TRACKING_URI
check when running tests
Merged pull requests:
Closed issues:
v0.4.7
MLFlowClient v0.4.7
Addings
- URI default to
ENV["MLFLOW_TRACKING_URI"]
if exists, just asmlflow
documentation mentions.
Merged pull requests:
Closed issues:
- main doesn't pass it's own test (#42)
v0.4.6
MLFlowClient v0.4.6
(fix)
- Solving Documenter pipeline failing on building
- Increasing project maintainability
- Increasing code test coverage
Merged pull requests:
Closed issues:
- Issue to trigger new releases (#39)
v0.4.5
MLFlowClient v0.4.5
Merged pull requests:
v0.4.4
v0.4.3
v0.4.2
MLFlowClient v0.4.2
Closed issues:
- Improve implementation of listexperiments (#10)
- add pretty printing of types using ShowCases (#12)
- createrun fails when HTTP response dictionary contains Int64 values (#17)
- Incorrect start time displayed on MLFlow dashboard (#20)
- Extending support for remote MLFlow server (#21)
Merged pull requests: