Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-02-27 | 5.2 kB | |
v.0.10.0.tar.gz | 2022-02-27 | 62.8 MB | |
v.0.10.0.zip | 2022-02-27 | 62.9 MB | |
Totals: 3 Items | 125.7 MB | 0 |
What's Changed
Adds NodeJS support.
- Update example readmes by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/166
- Update example readmes by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/167
- Add a dependabot file by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/169
- Fix bad versions by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/170
- Remove extraneous scripts from examples by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/168
- Attempt to harden the browser tests by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/171
- Disallow favicon complaints by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/172
- Separate out build step to run once when the tests spin up by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/175
- Upgrade tfjs by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/176
- Rename cjs test lib to node by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/177
- Update UpscalerJS to import tfjs from external file by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/178
- Expose Node package by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/161
- Cut canary release by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/179
- Remove postinstall set:tfjs command by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/182
- Add Node Example to examples folder by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/181
- Update example script by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/183
- Support a GPU build by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/184
- Integration Tests for Loading Model in Browser by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/186
- Add tests for loading models via Node by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/187
- Add test to ensure model definitions are loaded in browser by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/188
- Add test to ensure model definitions are loaded in Node by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/189
- Add image unit tests by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/191
- Separate image.ts into separate files and add it to the generation script by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/192
- Add integration test for upscaling a rank 4 tensor by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/193
- Leverage tf.browser.fromPixels on input by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/194
- Manipulated scaffolding code to ensure build processes are referencing the correct builds by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/195
- Move all but browser tests to leverage puppeteer by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/196
- Remove generated files from repo by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/197
- Scaffold on install by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/198
- Enforce minimum Node version by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/199
- Specify exact version of Node for unit tests, and add 14- and 16- specific Node integration tests by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/201
- Disable CI cache by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/204
- Update changelog by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/203
- Add umd field in package json by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/202
- Migrate linter by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/200
- Bump lowest node support to 16 by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/205
- Add support for image loading in Node by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/206
- Remove scaffolding step by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/207
- Add an integration test checking patch sizes by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/211
- Sets up in-browser unit testing for *.browser tests by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/210
- Add an example for loading a model locally in Node by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/212
- Fix leaking tensors by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/213
- Update package.json scripts to enable publishing by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/214
- Update documentation to include Node by @thekevinscott in https://github.com/thekevinscott/UpscalerJS/pull/215
Full Changelog: https://github.com/thekevinscott/UpscalerJS/compare/v0.9.0...v0.10.0