From af167e67f50c5a7d983e3a460c91b9767c68f64e Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Fri, 7 Feb 2025 10:51:42 +1300 Subject: [PATCH 1/2] add lifecycle badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 144c795..20aa87f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ Tool for testing implementations of the [LearnAPI.jl](https://juliaai.github.io/LearnAPI.jl/dev/) interface, for algorithms in machine learning and statistics +[![Lifecycle:Maturing](https://img.shields.io/badge/Lifecycle-Maturing-007EC6)](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/ROADMAP.md) [![Build Status](https://github.com/JuliaAI/LearnTestAPI.jl/workflows/CI/badge.svg)](https://github.com/JuliaAI/LearnTestAPI.jl/actions) -[![codecov](https://codecov.io/gh/JuliaAI/LearnTestAPI.jl/graph/badge.svg?token=9IWT9KYINZ)] +[![codecov](https://codecov.io/gh/JuliaAI/LearnTestAPI.jl/graph/badge.svg?token= +9IWT9KYINZ)] See [LearnAPI.jl](https://juliaai.github.io/LearnAPI.jl/stable/) for documentation. From 314e30901f4d2ec674dade59d1b1b30ceacf4625 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Fri, 7 Feb 2025 10:52:51 +1300 Subject: [PATCH 2/2] bump 0.2.0 to sync with LearnAPI --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 65f52ff..282c099 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LearnTestAPI" uuid = "3111ed91-c4f2-40e7-bb19-7f6c618409b8" authors = ["Anthony D. Blaom "] -version = "0.1.0" +version = "0.2.0" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"