Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 7.0.0 #183

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 44 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# Changelog

## [7.0.0](https://github.com/mljs/ml/compare/v5.3.0...v7.0.0) (2024-02-02)


### ⚠ BREAKING CHANGES

* update dependencies
* update dependencies
* remove support for Node.js 12
* remove num-sort package exportation
* update all dependencies
* Remove dist from git

### release-as

* 7.0.0 ([27176ee](https://github.com/mljs/ml/commit/27176ee3eefa493144d76296ec3401c2c84fe190))


### Features

* add lactame.com action release ([2547a9a](https://github.com/mljs/ml/commit/2547a9a1760582612e3c5a012f5ff977655a3f6c))
* Remove dist from git ([90392a5](https://github.com/mljs/ml/commit/90392a5dec7e1d75cf73398cdfffc0e91765302f))
* remove num-sort package exportation ([4b8c47b](https://github.com/mljs/ml/commit/4b8c47b25a903dd06d664afd84d3738bdcbc26ae))
* update all dependencies ([114d814](https://github.com/mljs/ml/commit/114d81448d47eca961223f2c2f38da297466c238))
* update and improve GSD ([7222a2c](https://github.com/mljs/ml/commit/7222a2c797dfff0ae1b4777dbbd09c3c41488187))
* update dependencies ([8adb8f1](https://github.com/mljs/ml/commit/8adb8f1ddb4842b32afe92a28a354408034889a3))


### Bug Fixes

* add missing ml-array-sum package ([d471033](https://github.com/mljs/ml/commit/d471033dc121a50313a2ab8ae0cccdb61f26c113))
* correct link to lactame.com to v6.0.0 ([65e9ca0](https://github.com/mljs/ml/commit/65e9ca0629dfc6b64ea1b17e8c11273e97fa0656))
* update dependencies to fix nGMCA ([9b040d0](https://github.com/mljs/ml/commit/9b040d0fa66baca16f3c8fb2ebb2a74eb39f5b46))


### Documentation

* update Array.seqentialFill Link ([#167](https://github.com/mljs/ml/issues/167)) ([46bb1ec](https://github.com/mljs/ml/commit/46bb1ec2150e496f67ca617acb2da2e2894dbfdc))


### Miscellaneous Chores

* remove support for Node.js 12 ([88c0717](https://github.com/mljs/ml/commit/88c0717ffb4e5ee0b3cc0401bd7f38fb96c3eade))
* update dependencies ([88c0717](https://github.com/mljs/ml/commit/88c0717ffb4e5ee0b3cc0401bd7f38fb96c3eade))

## [6.0.0](https://github.com/mljs/ml/compare/v5.3.0...v6.0.0) (2021-06-10)


Expand Down Expand Up @@ -411,6 +455,3 @@

<a name="0.0.1"></a>
## 0.0.1 (2014-10-28)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml",
"version": "6.0.0",
"version": "7.0.0",
"description": "Machine learning tools",
"main": "src/index.js",
"scripts": {
Expand Down
Loading