Skip to content

Commit 8506540

Browse files
chore(release): 1.22.0 [skip ci]
# [1.22.0](v1.21.0...v1.22.0) (2022-05-18) ### Features * added back in logistic regression tests ([dc2ec4a](dc2ec4a)) * first pass at removing tensorflow from bundle ([7562da2](7562da2)) * more tests moved over ([76509d8](76509d8)) * removed hard dependency on tensorflow ([0f2736e](0f2736e)) * removed unneeded build steps ([d3814ca](d3814ca)) * updated serialize / deserialize to avoid tfjs error ([1bf508d](1bf508d))
1 parent ddb014b commit 8506540

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.22.0](https://github.com/javascriptdata/scikit.js/compare/v1.21.0...v1.22.0) (2022-05-18)
2+
3+
4+
### Features
5+
6+
* added back in logistic regression tests ([dc2ec4a](https://github.com/javascriptdata/scikit.js/commit/dc2ec4a5caf7f2eb95e9f91a730a28af6914a144))
7+
* first pass at removing tensorflow from bundle ([7562da2](https://github.com/javascriptdata/scikit.js/commit/7562da244513f43e8e9d4ccbfb490c80f81f2704))
8+
* more tests moved over ([76509d8](https://github.com/javascriptdata/scikit.js/commit/76509d8cc34628cf8f9e1ec2eeb076ecc332e191))
9+
* removed hard dependency on tensorflow ([0f2736e](https://github.com/javascriptdata/scikit.js/commit/0f2736ef7abdfa47f535b396cc9cdac2ee40de47))
10+
* removed unneeded build steps ([d3814ca](https://github.com/javascriptdata/scikit.js/commit/d3814caff4e204a0e919977ffec3686f69e28d24))
11+
* updated serialize / deserialize to avoid tfjs error ([1bf508d](https://github.com/javascriptdata/scikit.js/commit/1bf508dd2e4baea5867c81183fdb609adde1938a))
12+
113
# [1.21.0](https://github.com/javascriptdata/scikit.js/compare/v1.20.0...v1.21.0) (2022-05-08)
214

315

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": "scikitjs",
3-
"version": "1.21.0",
3+
"version": "1.22.0",
44
"description": "Scikit-Learn for JS",
55
"output": {
66
"node": "dist/node/index.js",

0 commit comments

Comments
 (0)