Skip to content

Releases: bonastreyair/node-red-contrib-teachable-machine

Release 1.4.1

30 Aug 14:05
bfc6fd8
Compare
Choose a tag to compare

Changed

  • Make package node-red compliant with Scorecard
  • Upgraded @tensorflow/tfjs-node to 4.10.0
  • Upgraded node-fetch to version 3.3.2
  • Upgraded pureimage to version 0.4.8
  • Changed pre-commit yaml formatter
  • Upgraded pre-commit hooks

Fixed

  • CI badge status

Release 1.4.0

30 Nov 09:10
8fd3f6f
Compare
Choose a tag to compare

Added

  • Local Mode Support

Changed

  • Improved code structure
  • Upgrade pre-commit dependencies
  • Dependency change from @tensorflow/tfjs to @tensorflow/tfjs-node
  • Upgraded node-fetch to version 3.3.0
  • Upgraded pureimage to version 0.3.14

Release 1.3.1

09 Oct 17:00
8f62569
Compare
Choose a tag to compare

Added

  • Using pre-commit.ci with its own badge
  • New Code Climate mantainability score badge

Changed

  • Improved status node information
    • shape:
      • dot: node is idle
      • ring: node is working
    • color:
      • 🟩 green: model is available
      • 🟨 yellow: preparing model
      • 🟥 red: node error

Fixed

  • Node hungs when using a bad image buffer, even with PNG images - #21

Release 1.3.0

24 Sep 16:14
0fe6b7a
Compare
Choose a tag to compare

Added

  • Model reload option flag during running time - #22 - Thanks @acejacek for the suggestion and the PR
  • pre-commit common checks with standard, yamlfmt and mdformat style checks
  • GitHub Actions CI test with badge
  • npm quality badge to the README file
  • Automatic dependency checks with dependabot

Changed

  • Upgraded node-fetch to version 3.0.0
  • Upgraded pureimage to version 0.3.5
  • Upgraded package-lock.json file format to v7
  • Updated the basic example with the new reload option flag

Release 1.2.2

24 Oct 17:26
e7bb841
Compare
Choose a tag to compare

Changed

  • Upgraded @tensorflow/tfjs-node to version 1.4.0 to help Raspberry Pi installation - #18

Release 1.2.1

24 Oct 08:08
Compare
Choose a tag to compare

Added

  • package-lock.json to ensure always exact versions during installation

Fixed

  • Output API was changed by mistake, now msg.payload still outputs class and score keys for each classification as in v1.1.0+ releases
  • When selecting all predictions without filter only one result was showing up

Release 1.2.0

23 Oct 13:00
Compare
Choose a tag to compare

Added

  • Compatibility with official Node-RED Dockerized image based on Alpine image
  • Compatibility with Raspberry Pi
  • pureimage npm package dependency to manage buffer images using pure javascript - #17
  • node-fetch npm package dependency to manage http request to obtain the model info

Removed

  • @teachablemachine/image npm package dependency
  • jsdom npm package dependency
  • canvas npm package dependency

Release 1.1.5

08 Sep 07:38
Compare
Choose a tag to compare

Fixed

  • Error when installing nodes - #15

Changed

  • Upgrade jsdom version from 16.2.2 to 16.4.0

Release 1.1.4

05 Jun 15:24
Compare
Choose a tag to compare

Fixed

  • Better usage of HTMLVideoElement class imported from dom.window
  • Better accuracy representation in the node status without decimals

Changed

  • Some variable types from const to var

Release 1.1.3

05 Jun 10:44
Compare
Choose a tag to compare

Fixed

  • Prediction does not work when save_image's box is checked - #14

Changed

  • Dependancy is now @tensorflow/tfjs v1.3.1 instead of @tensorflow/tfjs-node v1.4.0, to match teachable machine correct dependencies