-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs: mljs/ml#174
- Loading branch information
Showing
9 changed files
with
2,446 additions
and
436 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Deploy documentation.js on GitHub pages | ||
|
||
on: | ||
workflow_dispatch: | ||
release: | ||
types: [published] | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Build documentation | ||
uses: zakodium/documentationjs-action@v1 | ||
- name: Deploy to GitHub pages | ||
uses: JamesIves/github-pages-deploy-action@releases/v4 | ||
with: | ||
token: ${{ secrets.BOT_TOKEN }} | ||
branch: gh-pages | ||
folder: docs | ||
clean: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Release | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
release: | ||
# Documentation: https://github.com/zakodium/workflows#release | ||
uses: zakodium/workflows/.github/workflows/release.yml@release-v1 | ||
with: | ||
npm: true | ||
secrets: | ||
github-token: ${{ secrets.BOT_TOKEN }} | ||
npm-token: ${{ secrets.NPM_BOT_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,59 @@ | ||
## [2.0.3](https://github.com/mljs/regression-multivariate-linear/compare/v2.0.2...v2.0.3) (2019-12-06) | ||
# Changelog | ||
|
||
## [2.0.3](https://github.com/mljs/regression-multivariate-linear/compare/v2.0.2...v2.0.3) (2019-12-06) | ||
|
||
### Bug Fixes | ||
|
||
* add weights to TS definition ([#16](https://github.com/mljs/regression-multivariate-linear/issues/16)) ([773df98](https://github.com/mljs/regression-multivariate-linear/commit/773df986b3c5530d0f3f0a1f8517dbdc050d1f04)) | ||
|
||
|
||
- add weights to TS definition ([#16](https://github.com/mljs/regression-multivariate-linear/issues/16)) ([773df98](https://github.com/mljs/regression-multivariate-linear/commit/773df986b3c5530d0f3f0a1f8517dbdc050d1f04)) | ||
|
||
## [2.0.2](https://github.com/mljs/regression-multivariate-linear/compare/v2.0.1...v2.0.2) (2019-06-22) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **ts:** correct TypeScript definitions ([f3346c4](https://github.com/mljs/regression-multivariate-linear/commit/f3346c4)) | ||
* change algorithm to fix bug with some datasets ([fc3e052](https://github.com/mljs/regression-multivariate-linear/commit/fc3e052)) | ||
|
||
|
||
- **ts:** correct TypeScript definitions ([f3346c4](https://github.com/mljs/regression-multivariate-linear/commit/f3346c4)) | ||
- change algorithm to fix bug with some datasets ([fc3e052](https://github.com/mljs/regression-multivariate-linear/commit/fc3e052)) | ||
|
||
## [2.0.1](https://github.com/mljs/regression-multivariate-linear/compare/v2.0.0...v2.0.1) (2019-06-02) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* stop depending on BaseRegression ([#13](https://github.com/mljs/regression-multivariate-linear/issues/13)) ([8be20a4](https://github.com/mljs/regression-multivariate-linear/commit/8be20a4)) | ||
|
||
|
||
- stop depending on BaseRegression ([#13](https://github.com/mljs/regression-multivariate-linear/issues/13)) ([8be20a4](https://github.com/mljs/regression-multivariate-linear/commit/8be20a4)) | ||
|
||
# [2.0.0](https://github.com/mljs/regression-multivariate-linear/compare/v1.2.0...v2.0.0) (2019-05-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add missing fields to TS definitions ([43fdf75](https://github.com/mljs/regression-multivariate-linear/commit/43fdf75)) | ||
* include TS definitions in npm package ([4c49609](https://github.com/mljs/regression-multivariate-linear/commit/4c49609)) | ||
|
||
- add missing fields to TS definitions ([43fdf75](https://github.com/mljs/regression-multivariate-linear/commit/43fdf75)) | ||
- include TS definitions in npm package ([4c49609](https://github.com/mljs/regression-multivariate-linear/commit/4c49609)) | ||
|
||
### chore | ||
|
||
* update ml-matrix to 6.0.0 ([4984850](https://github.com/mljs/regression-multivariate-linear/commit/4984850)) | ||
|
||
- update ml-matrix to 6.0.0 ([4984850](https://github.com/mljs/regression-multivariate-linear/commit/4984850)) | ||
|
||
### BREAKING CHANGES | ||
|
||
* Node.js 6 is no longer supported. | ||
|
||
|
||
- Node.js 6 is no longer supported. | ||
|
||
<a name="1.2.0"></a> | ||
# [1.2.0](https://github.com/mljs/regression-multivariate-linear/compare/v1.1.0...v1.2.0) (2018-05-11) | ||
|
||
# [1.2.0](https://github.com/mljs/regression-multivariate-linear/compare/v1.1.0...v1.2.0) (2018-05-11) | ||
|
||
### Features | ||
|
||
* add option to make statistics calculations optional ([#5](https://github.com/mljs/regression-multivariate-linear/issues/5)) ([59726a0](https://github.com/mljs/regression-multivariate-linear/commit/59726a0)) | ||
|
||
|
||
- add option to make statistics calculations optional ([#5](https://github.com/mljs/regression-multivariate-linear/issues/5)) ([59726a0](https://github.com/mljs/regression-multivariate-linear/commit/59726a0)) | ||
|
||
<a name="1.1.0"></a> | ||
# [1.1.0](https://github.com/mljs/regression-multivariate-linear/compare/v1.0.1...v1.1.0) (2018-02-16) | ||
|
||
# [1.1.0](https://github.com/mljs/regression-multivariate-linear/compare/v1.0.1...v1.1.0) (2018-02-16) | ||
|
||
### Features | ||
|
||
* add stats around the calculated betas to be able to interpret them ([#2](https://github.com/mljs/regression-multivariate-linear/issues/2)) ([b2d395e](https://github.com/mljs/regression-multivariate-linear/commit/b2d395e)) | ||
|
||
|
||
- add stats around the calculated betas to be able to interpret them ([#2](https://github.com/mljs/regression-multivariate-linear/issues/2)) ([b2d395e](https://github.com/mljs/regression-multivariate-linear/commit/b2d395e)) | ||
|
||
<a name="1.0.1"></a> | ||
## [1.0.1](https://github.com/mljs/regression-multivariate-linear/compare/v1.0.0...v1.0.1) (2017-07-21) | ||
|
||
|
||
## [1.0.1](https://github.com/mljs/regression-multivariate-linear/compare/v1.0.0...v1.0.1) (2017-07-21) | ||
|
||
<a name="1.0.0"></a> | ||
# 1.0.0 (2017-06-28) | ||
|
||
|
||
|
||
# 1.0.0 (2017-06-28) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.