Skip to content

Commit d0dee22

Browse files
committed
Bump to v0.6.0
1 parent 6acab99 commit d0dee22

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLFlowClient"
22
uuid = "64a0f543-368b-4a9a-827a-e71edb2a0b83"
33
authors = ["@deyandyankov, @pebeto, and contributors"]
4-
version = "0.5.1"
4+
version = "0.6.0"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# MLFlowClient
2-
32
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaai.github.io/MLFlowClient.jl/stable)
43
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaai.github.io/MLFlowClient.jl/dev)
54
[![Build Status](https://github.com/JuliaAI/MLFlowClient.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaAI/MLFlowClient.jl/actions/workflows/CI.yml?query=branch%3Amain)
65
[![Coverage](https://codecov.io/gh/JuliaAI/MLFlowClient.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaAI/MLFlowClient.jl)
76

7+
Julia client for [MLFlow](https://www.mlflow.org/) `2.20.1` (but should work with other versions as well).
88

9-
Julia client for [MLFlow](https://www.mlflow.org/)
9+
- [x] Supports tracking of metrics, parameters, tags, artifacts, and models.
10+
- [x] Compatible with latest MLFlow server capabilities.
11+
- [x] Mirroring types from MLFlow API for easy use.
12+
- [x] Includes MLflow Authentication REST API interface.
13+
- [ ] Supports artifact download/upload.

0 commit comments

Comments
 (0)