From 222064d468a42f3b4175cddc99e2a673a347cb03 Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Wed, 4 Sep 2024 16:13:10 +0100 Subject: [PATCH 1/2] Tweaks to pxt and readme --- README.md | 4 +++- pxt.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c2ee3d..6c26da5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Experimental MakeCode extension to run ML4F models +# MakeCode extension to run ML4F models + +This extension is a work in progress. It supports unreleased work on the micro:bit machine learning tool. [![MakeCode Project](https://github.com/microbit-foundation/pxt-ml-runner-poc/actions/workflows/makecode.yml/badge.svg)](https://github.com/microbit-foundation/pxt-ml-runner-poc/actions/workflows/makecode.yml) [![Header Generator Tests](https://github.com/microbit-foundation/pxt-ml-runner-poc/actions/workflows/header-gen.yml/badge.svg)](https://github.com/microbit-foundation/pxt-ml-runner-poc/actions/workflows/header-gen.yml) diff --git a/pxt.json b/pxt.json index 66040b0..5be9081 100644 --- a/pxt.json +++ b/pxt.json @@ -1,7 +1,7 @@ { - "name": "ml-runner-poc", + "name": "Machine Learning Runner", "version": "0.3.9", - "description": "Experimental extension to run ML4F models in micro:bit MakeCode", + "description": "Extension to run ML4F models in micro:bit MakeCode", "dependencies": { "core": "*" }, From f058371754b24b3016283d0f5cc2157122df8f96 Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Wed, 4 Sep 2024 16:33:36 +0100 Subject: [PATCH 2/2] Update name to follow common format --- pxt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxt.json b/pxt.json index 5be9081..1418b5d 100644 --- a/pxt.json +++ b/pxt.json @@ -1,5 +1,5 @@ { - "name": "Machine Learning Runner", + "name": "machine-learning-runner", "version": "0.3.9", "description": "Extension to run ML4F models in micro:bit MakeCode", "dependencies": {