Skip to content

Commit 2c19b4a

Browse files
committed
Version 1.1.0
1 parent ed66521 commit 2c19b4a

File tree

5 files changed

+23
-14
lines changed

5 files changed

+23
-14
lines changed

CHANGELOG.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
1+
1.1.0 / 2022-10-31
2+
==================
3+
- Load data asynchronously in the example application (https://github.com/RonasIT/tfjs-node-helpers/pull/21)
4+
- Asynchronously loaded datasets (https://github.com/RonasIT/tfjs-node-helpers/pull/20)
5+
- Add `"node"` to `compilerOptions.types` (https://github.com/RonasIT/tfjs-node-helpers/commit/ed665210e726b0049d26688b1db26f60e5f14fa3)
6+
- Update `nx` to `v15.0.4` (https://github.com/RonasIT/tfjs-node-helpers/commit/b9ca2d3e62a60daddabce391154fc1d318bb03af)
7+
- Update `tslib` to `v2.4.0` (https://github.com/RonasIT/tfjs-node-helpers/commit/ad6348bd9f7fe704d75e418c0a993e85fdcb1f55)
8+
- Update roadmap (https://github.com/RonasIT/tfjs-node-helpers/commit/40ee9a4c8d08853a158c8fa6753b46a97f6d1d97, https://github.com/RonasIT/tfjs-node-helpers/commit/292dfa75f708c6654633e52cc2008076ebd5d6d1)
9+
110
1.0.3 / 2022-10-27
211
==================
3-
- Added `private` flag back to `package.json` (https://github.com/RonasIT/tfjs-node-helpers/commit/c3c91d9d92ca2b6e04b6e93e0670bcc06a9ca2a5)
12+
- Add `private` flag back to `package.json` (https://github.com/RonasIT/tfjs-node-helpers/commit/c3c91d9d92ca2b6e04b6e93e0670bcc06a9ca2a5)
413

514
1.0.2 / 2022-10-27
615
==================
7-
- Added changelog (https://github.com/RonasIT/tfjs-node-helpers/commit/88346bb33ecc244627e39d379675585c80bcb254)
8-
- Removed `private` flag from `package.json` (https://github.com/RonasIT/tfjs-node-helpers/commit/111f42115b833668b2f363c44e657a7f28d24e1f)
16+
- Add changelog (https://github.com/RonasIT/tfjs-node-helpers/commit/88346bb33ecc244627e39d379675585c80bcb254)
17+
- Remove `private` flag from `package.json` (https://github.com/RonasIT/tfjs-node-helpers/commit/111f42115b833668b2f363c44e657a7f28d24e1f)
918

1019
1.0.1 / 2022-10-27
1120
==================
12-
- Made `chalk` and `console-table-printer` dependencies of `@ronas-it/tfjs-node-helpers` (https://github.com/RonasIT/tfjs-node-helpers/commit/e96fcc628c9659484a785712fcf906b7fc457f45)
13-
- Updated `@tensorflow/tfjs-node` to `v4.0.0` (https://github.com/RonasIT/tfjs-node-helpers/commit/f447a223c043cc5597867d4d503435e6e8208b2e, https://github.com/RonasIT/tfjs-node-helpers/commit/20282e5382fdb4a564df1e70c43e55ac9462e38b)
14-
- Updated `nx` to `v15.0.3` (https://github.com/RonasIT/tfjs-node-helpers/commit/d59dcb4a1a3b8a3f009d2512c2c71d462443a0ba, https://github.com/RonasIT/tfjs-node-helpers/commit/8521847a3fe359a3c8aac0e40bcb003189266399, https://github.com/RonasIT/tfjs-node-helpers/commit/7a3a64c0c0c4fdf856f176571e8f209d66b09e8f)
15-
- Added roadmap (https://github.com/RonasIT/tfjs-node-helpers/commit/68a23ffa64302c0e27f76c4eaf460b857a31dfad)
21+
- Make `chalk` and `console-table-printer` dependencies of `@ronas-it/tfjs-node-helpers` (https://github.com/RonasIT/tfjs-node-helpers/commit/e96fcc628c9659484a785712fcf906b7fc457f45)
22+
- Update `@tensorflow/tfjs-node` to `v4.0.0` (https://github.com/RonasIT/tfjs-node-helpers/commit/f447a223c043cc5597867d4d503435e6e8208b2e, https://github.com/RonasIT/tfjs-node-helpers/commit/20282e5382fdb4a564df1e70c43e55ac9462e38b)
23+
- Update `nx` to `v15.0.3` (https://github.com/RonasIT/tfjs-node-helpers/commit/d59dcb4a1a3b8a3f009d2512c2c71d462443a0ba, https://github.com/RonasIT/tfjs-node-helpers/commit/8521847a3fe359a3c8aac0e40bcb003189266399, https://github.com/RonasIT/tfjs-node-helpers/commit/7a3a64c0c0c4fdf856f176571e8f209d66b09e8f)
24+
- Add roadmap (https://github.com/RonasIT/tfjs-node-helpers/commit/68a23ffa64302c0e27f76c4eaf460b857a31dfad)
1625

1726
1.0.0 / 2022-09-28
1827
==================
19-
- Added `BinaryClassificationTrainer` and `BinaryClassifier` (https://github.com/RonasIT/tfjs-node-helpers/pull/1, https://github.com/RonasIT/tfjs-node-helpers/pull/16)
28+
- Add `BinaryClassificationTrainer` and `BinaryClassifier` (https://github.com/RonasIT/tfjs-node-helpers/pull/1, https://github.com/RonasIT/tfjs-node-helpers/pull/16)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ronas-it/tfjs-node-helpers",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"license": "MIT",
55
"scripts": {},
66
"private": true,

packages/tfjs-node-helpers/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tfjs-node-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ronas-it/tfjs-node-helpers",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"type": "commonjs",
55
"dependencies": {
66
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)