Changelog — roboflow.js

A list of public facing changes for the roboflow.js package

0.2.23 July 27, 2022

  • Updates Tensorflow.js backend to the most recent version (3.19.0) to pull in arm64 support

0.2.21 March 18, 2022

  • Omits an errant console.log on each inference to make the browser build faster.

0.2.20 March 7, 2022

  • Introduces compatibility for new models, Fast and Accurate.

0.2.15 - July 27, 2021

  • Updates Tensorflow.js backend to the most recent version (3.8.0) to pull in several bug fixes and performance enhancements and unify with the node.js version.

0.2.0 - February 15, 2021

  • BREAKING CHANGE - the prediction bbox type signature has changed from an array [x,y,width,height] to an object: {x:Number,y:Number,width:Number,height:Number} and the x/y positions now represent the box center instead of the top-left point.

0.1.15 - January 24, 2021

  • Added getConfiguration and getMetadata functions to the model object.

0.1.14 - January 24, 2021

  • Added support for filtering output by class.

  • Improved error checking of model.configure options.

0.1.13 - December 22, 2020

  • Throw an error if you try to obtain a prediction from a model that has already been destroyed.

0.1.12 - December 20, 2020

  • Added a model.teardown function to allow cleanup of a model and its resources when it's no longer needed.

  • Better internal testing configuration.

0.1.11 - December 20, 2020

  • First publicly released version.

  • Exposed a roboflow.__VERSION__ to determine which version of roboflow.js is loaded.

Last updated