From ed582928c9f10b2c0ce8af2c11ed3927e2dc9020 Mon Sep 17 00:00:00 2001 From: Francis Charette-Migneault Date: Tue, 23 Apr 2024 16:13:27 -0400 Subject: [PATCH 1/2] deprecate in favor of https://github.com/crim-ca/mlm-extension --- CHANGELOG.md | 5 ++++- README.md | 9 +++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b30f5a..05fbfc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - n/a ### Deprecated -- n/a +- The `dlm-extension` endpoint is itself deprecated in favor of + [`mlm-extension`](https://github.com/crim-ca/mlm-extension) (a direct fork of `dlm-extension`) + with the corresponding schema hosted on + [https://crim-ca.github.io/mlm-extension/v1.0.0/schema.json](https://crim-ca.github.io/mlm-extension/v1.0.0/schema.json). ### Removed - n/a diff --git a/README.md b/README.md index 07261ea..d2e6067 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # Machine Learning Model Extension Specification +> :info:
+> Formerly *Deep Learning Model (DLM) Extension Specification* + +> :warning:
+> This repository is deprecated in favor of +> [https://github.com/crim-ca/mlm-extension](https://github.com/crim-ca/mlm-extension).
+> The corresponding schemas are made available on +> [https://crim-ca.github.io/mlm-extension/](https://crim-ca.github.io/mlm-extension/). + [![hackmd-github-sync-badge](https://hackmd.io/lekSD_RVRiquNHRloXRzeg/badge)](https://hackmd.io/lekSD_RVRiquNHRloXRzeg?both) - **Title:** Machine Learning Model Extension From 836189d9d05ef99d98cd3c627a66e2b654f45abf Mon Sep 17 00:00:00 2001 From: Francis Charette-Migneault Date: Tue, 23 Apr 2024 16:15:24 -0400 Subject: [PATCH 2/2] fix emoji --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2e6067..a4046dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Machine Learning Model Extension Specification -> :info:
+> :information_source:
> Formerly *Deep Learning Model (DLM) Extension Specification* > :warning: