jingyanwangms
8043a9facc
Bump master version to 1.11 ( #9957 )
...
* Bump master version to 1.11
* Update Windows AI version
* update version in onnxruntime_c_api.cc
2021-12-14 23:32:06 -08:00
Yulong Wang
27e337ed7a
[js/node] npm audit fix ( #9861 )
2021-11-29 13:11:19 -08:00
Yulong Wang
c6fddb263f
Add Node.js binding support to packaging pipeline ( #9577 )
2021-11-05 15:29:40 -07:00
Yulong Wang
90555bf96d
[node.js binding] enable CI for macOS arm64 ( #9532 )
...
* nodejs aggr
* add dependency
* no unzip
* fix aggregation
* add arm64 for mac
* mac arm64 build
* fix commandline
* add check for multi-CMAKE_OSX_ARCHITECTURES
* fix
2021-10-26 16:42:19 -07:00
Yulong Wang
bf4c3fa3d6
[node.js binding] aggregate binaries for multiple platforms in single NPM package ( #9501 )
2021-10-25 20:16:10 -07:00
Ye Wang
4934455ab6
Bumping up to 1.10 ( #9006 )
...
* bump to 1.10
* Update Versioning.md
* Update README.rst
* Change opset version to 15
2021-09-22 16:34:28 -07:00
Ye Wang
e2194797a7
bumping up to version 1.9 ( #8982 )
...
* bump up version
* makes the windowAI column align with ORT version
* update the hardcoded version string
* fix a typo
2021-09-07 14:30:55 -07:00
Guoyu Wang
52a212e4f1
Bump ORT master version to 1.8.2 ( #8646 )
2021-08-09 11:10:29 -07:00
Yulong Wang
1ce4328846
[js/node] fix js node install ( #8650 )
2021-08-06 23:36:53 -07:00
harshithapv
0f989c6162
bumping onnxruntime version to 1.8.1 ( #8429 )
2021-07-19 16:48:56 -07:00
Yulong Wang
0a1c00e8db
[js/node] remove unused dependency node-pre-gyp-github ( #8388 )
2021-07-14 14:30:44 -07:00
Yulong Wang
1cc896c8ae
optimize js package folder structure ( #7989 )
...
* put generated .js files into dist/ folder
* format code
2021-06-08 16:49:06 -07:00
Yulong Wang
b852b73e84
[js][doc] update some part of documents. ( #7768 )
...
* [js][doc] update some part of documents.
* resolve comments
2021-05-21 11:42:36 -07:00
Xueyun Zhu
e92b3c1394
bumping up version number to 1.8 ( #7733 )
...
* bump to 1.8
* fix windows AI
2021-05-18 09:03:37 -07:00
Yulong Wang
ec885040ef
[js] specify correct config for terser ( #7627 )
...
* add copyright banner
* fix worker loading failure
* add a section in document for formatter and linter
2021-05-10 11:50:39 -07:00
Yulong Wang
8eaa4c33e2
[js] fix library bundling and some trivial improvement ( #7550 )
...
* [js] fix library bundling
* fix filename in code comments
2021-05-03 18:31:55 -07:00
Yulong Wang
97de078c24
[js/node] fix pacakge metadata of onnxruntime-node ( #7542 )
2021-05-02 11:17:32 -07:00
Yulong Wang
4ebc9c3b5e
[JS] onnxruntime-web ( #7394 )
...
* add web
* add script and test
* fix lint
* add test/data/ops
* add test/data/node/ to gitignore
* modify scripts
* add onnxjs
* fix tests
* fix test-runner
* fix sourcemap
* fix onnxjs profiling
* update test list
* update README
* resolve comments
* set wasm as default backend
* rename package
* update copyright header
* do not use class "Buffer" in browser context
* revise readme
2021-04-27 00:04:25 -07:00
Yulong Wang
009f342caf
[JS] refactor Javascript/Typescript libraries in ONNX Runtime ( #7308 )
...
* working on re-organizing js code for ortweb
* remove dup files
* move folder
* fix common references
* fix common es5
* add webpack to common
* split interfact/impl
* use cjs for node
* add npmignore for common
* update sourcemap config for common
* update node
* adjust folder/path in CI and build
* update folder
* nit: readme
* add bundle for dev
* correct nodejs paths
* enable ORT_API_MANUAL_INIT
* set name for umd library
* correct name for commonjs export
* add priority into registerBackend()
* fix npm ci pwd
* update eslintrc
* revise code
* revert package-lock lockfileVersion 2->1
* update prebuild
* resolve comments
* update document
* revise eslint config
* update eslint for typescript rules
* revert changes by mistake in backend.ts
* add env
* resolve comments
2021-04-16 01:33:10 -07:00