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