-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from mljs/release-v0.3.0
chore: release 0.3.0
- Loading branch information
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
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,31 @@ | ||
# Changelog | ||
|
||
## [0.3.0](https://www.github.com/mljs/array-xy/compare/v0.2.9...v0.3.0) (2021-10-19) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* | ||
|
||
### Features | ||
|
||
* add covariance ([2fd5788](https://www.github.com/mljs/array-xy/commit/2fd57880bbfc06454eb46ecc554f0254cfe68d5b)) | ||
* add github workflows ([dc2ac96](https://www.github.com/mljs/array-xy/commit/dc2ac96b901caccaad87d909a09a7fcc17d02fb2)) | ||
* equally-space allows now large array ([da32706](https://www.github.com/mljs/array-xy/commit/da32706e659977614320a77cab40f6f100a478b5)) | ||
* **equallySpaced:** allows to specify zones to keep ([e87bac8](https://www.github.com/mljs/array-xy/commit/e87bac8b8842276429d52534dcd17cd8dd64301c)) | ||
* publish ml-array-xy ([b6413f1](https://www.github.com/mljs/array-xy/commit/b6413f128e737f07443ef303f935df5c56e349f2)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add lerna build before tests ([e921a0d](https://www.github.com/mljs/array-xy/commit/e921a0d530fd71fa82ab8cf155dcc904c86ea338)) | ||
* **equallySpaced:** throw if numberOfPoints < 2 ([4a7f866](https://www.github.com/mljs/array-xy/commit/4a7f866b2d5d80a1d72290bde83d221363a34c85)) | ||
* infinite loop for small slots ([108076a](https://www.github.com/mljs/array-xy/commit/108076a3f13205229691a5059687cd07c79b59b1)) | ||
* **lerna:** no-package-lock ([ade5a10](https://www.github.com/mljs/array-xy/commit/ade5a10e69cc4654a7e2e93e7fbc0c4527e1584d)) | ||
* throw error in case not growing series ([ab1c17b](https://www.github.com/mljs/array-xy/commit/ab1c17b9159780f82bb687ee8b4cdf91e13d5c32)) | ||
* wrong package dependency ml-zones ([1cbe592](https://www.github.com/mljs/array-xy/commit/1cbe5920f80bba0fff3cf7fa407ce2672965b417)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* update dependencies and remove support for Node.js 6 ([dc23f9c](https://www.github.com/mljs/array-xy/commit/dc23f9c37c311fdabcbafe429ef8d8239834823d)) |
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