Releases: JuliaAI/MLFlowClient.jl
Releases · JuliaAI/MLFlowClient.jl
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:
v0.3.1
MLFlowClient v0.3.1
Merged pull requests:
- Issue17 (#18) (@deyandyankov)
- V0.3 dev (#19) (@deyandyankov)
v0.3.0
MLFlowClient v0.3.0
Closed issues:
- documentation improvements (#11)
- Automatically convert parameters to strings (#14)
- implement listartifacts (#15)
Merged pull requests:
- V0.3 dev (#13) (@deyandyankov)
- listartifacts (#16) (@deyandyankov)
v0.2.0
MLFlowClient v0.2.0
Closed issues:
- Add a getorcreateexperiment method (#7)
Merged pull requests:
- #7 - getorcreateexperiment method. (#8) (@deyandyankov)
- v0.2 (#9) (@deyandyankov)