Releases: bminixhofer/tractjs
Releases · bminixhofer/tractjs
v0.4.0 - update tract to version 0.15.2
v0.3.4 - move cypress to dev-dependencies
v0.3.3 - update to tract version 0.12.4
ONNX-ML decision trees (e. g. exported from LightGBM or XGBoost) are now supported! 🎉
See the demo here.
Commits:
- fix version location 01c4577
- add tree demo 4f9c2e9
- update cypress 3fc0bb1
- update readme 28b3992
- download test models from backblaze 4e7a0c8
- update to tract 12.2, more exhaustive DatumType matching 8f5468b
- v0.3.2 2252423
Commit Range:
v0.3.2...master
v0.3.2 - get_metadata function
- fix typo 8f36820
- lint 93e2916
- add cargo.lock d911ebe
- add function to get metadata of model 11ebe05
- v0.3.1 a693fe6
- 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.1 - initial dynamic dimension support
v0.3.0 - new load syntax
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
- 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