Skip to content

Commit

Permalink
chore(release): 1.23.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.23.0](v1.22.0...v1.23.0) (2022-05-19)

### Features

* added test case for custom callbacks. works great and somehow serializes. ([7fa5c42](7fa5c42))
* custom modelfitargs for linear models ([2ddcad9](2ddcad9))
  • Loading branch information
semantic-release-bot committed May 19, 2022
1 parent 60d99c8 commit 3d7731c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.23.0](https://github.com/javascriptdata/scikit.js/compare/v1.22.0...v1.23.0) (2022-05-19)


### Features

* added test case for custom callbacks. works great and somehow serializes. ([7fa5c42](https://github.com/javascriptdata/scikit.js/commit/7fa5c4259902d7dca0a925002cbfaf1937dc2b1b))
* custom modelfitargs for linear models ([2ddcad9](https://github.com/javascriptdata/scikit.js/commit/2ddcad9053097c75bcdd97d234c1f8b605a88241))

# [1.22.0](https://github.com/javascriptdata/scikit.js/compare/v1.21.0...v1.22.0) (2022-05-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scikitjs",
"version": "1.22.0",
"version": "1.23.0",
"description": "Scikit-Learn for JS",
"output": {
"node": "dist/node/index.js",
Expand Down

0 comments on commit 3d7731c

Please sign in to comment.