Skip to content

Releases: bminixhofer/tractjs

v0.4.0 - update tract to version 0.15.2

23 Jul 11:17
Compare
Choose a tag to compare

This release updates tract to version 0.15.2 and removes the need to manually specify symbol values.

  • update docs, master -> main in ci 9136095
  • update tract, remove need for symbolValues 28f95f4
  • v0.3.4 68b0112

0.3.4...v0.4.0

v0.3.4 - move cypress to dev-dependencies

27 Feb 08:43
Compare
Choose a tag to compare

This release just moves cypress to the dev-dependencies (#25, thanks @bard!)

v0.3.3 - update to tract version 0.12.4

06 Jan 18:06
Compare
Choose a tag to compare

ONNX-ML decision trees (e. g. exported from LightGBM or XGBoost) are now supported! 🎉
See the demo here.

Commits:

Commit Range:
v0.3.2...master

v0.3.2 - get_metadata function

24 Oct 15:46
Compare
Choose a tag to compare

v0.3.0...v0.3.2

v0.3.1 - initial dynamic dimension support

23 Oct 08:09
3909ef1
Compare
Choose a tag to compare
  • Merge pull request #20 from bminixhofer/symbolic-dim 3909ef1
  • update README.md 13bc0bf
  • Symbol -> DimSymbol to avoid collision with typescript builtin 0c1d5af
  • initial support for symbolic dims 61e95d0

v0.3.0...v0.3.1

v0.3.0 - new load syntax

24 Aug 18:40
Compare
Choose a tag to compare

BREAKING CHANGE

Models are now loaded asynchronously:

tractjs.load("path/to/your/model").then((model) => { ... });

Other

  • Tested Node.js support.
  • Bug fix in destroy method.
  • New terminate method to stop the worker.
  • Unit tests.

v0.1.8 - experimental Node.js support

01 Aug 13:57
Compare
Choose a tag to compare
  • fix cypress command timeout 88a3135
  • audit fixes 91402fa
  • add CONTRIBUTING.md f11f78a
  • add Node.js usage 6eaa8e0
  • Merge pull request #10 from bminixhofer/nodejs-support f0b36e6
  • fix worker import syntax d88ff10
  • fix linter errors, add fileReplacePlugin 5f693d4
  • Run tests on all branches 9464e60
  • rollup.config.json -> rollup.js to generate different bundles for browser / node 011bdd2
  • update tract dependency 210f07a
  • Merge pull request #7 from danielbank/fix/throw-errors 0e6d78f
  • dont deploy to gh-pages on PR 053f6df
  • add catch block to worker message handler, resolves #6 100284f
  • v0.1.7 b0b8153

v0.1.7...v0.1.8

v0.1.7 - predict_one convenience method

02 Jul 17:24
Compare
Choose a tag to compare

v0.1.6...v0.1.7

v0.1.6 - Fixes in build system

20 Jun 10:43
Compare
Choose a tag to compare

v0.1.3...v0.1.6

v0.1.3 - Small doc fixes

20 Jun 09:49
a528fe6
Compare
Choose a tag to compare

v0.1.2...v0.1.3