From a2cd830209655c92cbce2c7940be0096d2c226f9 Mon Sep 17 00:00:00 2001 From: Liqun Fu Date: Mon, 30 Oct 2023 12:44:27 -0700 Subject: [PATCH 1/3] add onnx release 1.15.0 news Signed-off-by: Liqun Fu --- js/news.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/js/news.json b/js/news.json index 7d9172b..c8dca95 100644 --- a/js/news.json +++ b/js/news.json @@ -1,5 +1,15 @@ { "newsContent": [ + { + "id": "75", + "newsId": "news75", + "newsTitle": "ONNX v1.15.0 Released", + "newsShortTitle": "ONNX v1.15.0 Released", + "newsDescription": "ONNX v1.15.0 is now available with many new and updated operations in both the ONNX and ONNX.ML domains, extending support for real-world ML models. The release includes numerous new features and necessary fixes.", + "newsLinkText": "READ MORE", + "newsLinkURL": "https://github.com/onnx/onnx/releases/tag/v1.15.0", + "newsDate": "October 30, 2023" + }, { "id": "74", "newsId": "news74", From c8660c0d6d0c53d78a670176c7cbce87faa62fdc Mon Sep 17 00:00:00 2001 From: Liqun Fu Date: Mon, 30 Oct 2023 13:40:55 -0700 Subject: [PATCH 2/3] operators Signed-off-by: Liqun Fu --- js/news.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/news.json b/js/news.json index c8dca95..3987a23 100644 --- a/js/news.json +++ b/js/news.json @@ -5,7 +5,7 @@ "newsId": "news75", "newsTitle": "ONNX v1.15.0 Released", "newsShortTitle": "ONNX v1.15.0 Released", - "newsDescription": "ONNX v1.15.0 is now available with many new and updated operations in both the ONNX and ONNX.ML domains, extending support for real-world ML models. The release includes numerous new features and necessary fixes.", + "newsDescription": "ONNX v1.15.0 is now available with many new and updated operators in both the ONNX and ONNX.ML domains, extending support for real-world ML models. The release includes numerous new features and necessary fixes.", "newsLinkText": "READ MORE", "newsLinkURL": "https://github.com/onnx/onnx/releases/tag/v1.15.0", "newsDate": "October 30, 2023" From 39662e3abf31c7473bce4fc8e83c72e3e69e75e9 Mon Sep 17 00:00:00 2001 From: Liqun Fu Date: Mon, 30 Oct 2023 13:43:06 -0700 Subject: [PATCH 3/3] more real world models Signed-off-by: Liqun Fu --- js/news.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/news.json b/js/news.json index 3987a23..cc2cea5 100644 --- a/js/news.json +++ b/js/news.json @@ -5,7 +5,7 @@ "newsId": "news75", "newsTitle": "ONNX v1.15.0 Released", "newsShortTitle": "ONNX v1.15.0 Released", - "newsDescription": "ONNX v1.15.0 is now available with many new and updated operators in both the ONNX and ONNX.ML domains, extending support for real-world ML models. The release includes numerous new features and necessary fixes.", + "newsDescription": "ONNX v1.15.0 is now available with many new and updated operators in both the ONNX and ONNX.ML domains, extending support for more real-world ML models. The release includes numerous new features and necessary fixes.", "newsLinkText": "READ MORE", "newsLinkURL": "https://github.com/onnx/onnx/releases/tag/v1.15.0", "newsDate": "October 30, 2023"