Skip to content

Commit 8bc5871

Browse files
authored
chore(main): release 3.0.0 (#20)
1 parent 1ec8a91 commit 8bc5871

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/mljs/fcnnls/compare/v2.1.0...v3.0.0) (2023-10-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* main functions return the same type
9+
* use named exports in functions
10+
* new output and a few features ([#21](https://github.com/mljs/fcnnls/issues/21))
11+
12+
### Features
13+
14+
* intercepting at other than zero ([1ec8a91](https://github.com/mljs/fcnnls/commit/1ec8a91d2f56790cef072ade17679573db50788c))
15+
* log some execution information ([1ec8a91](https://github.com/mljs/fcnnls/commit/1ec8a91d2f56790cef072ade17679573db50788c))
16+
* new output and a few features ([#21](https://github.com/mljs/fcnnls/issues/21)) ([1ec8a91](https://github.com/mljs/fcnnls/commit/1ec8a91d2f56790cef072ade17679573db50788c))
17+
18+
19+
### Bug Fixes
20+
21+
* citation links ([66723d9](https://github.com/mljs/fcnnls/commit/66723d967a5a9d1502cea9d69465fdd7f6ab251a))
22+
23+
24+
### Documentation
25+
26+
* add Michael orcid ([16fb211](https://github.com/mljs/fcnnls/commit/16fb211224659051fe7f45d98a5a383d06a8c1a5))
27+
* add orcid ([45f0c57](https://github.com/mljs/fcnnls/commit/45f0c57b24a00dfbeaec752ca9fb62212f7eaba4))
28+
29+
30+
### Code Refactoring
31+
32+
* main functions return the same type ([1ec8a91](https://github.com/mljs/fcnnls/commit/1ec8a91d2f56790cef072ade17679573db50788c))
33+
* use named exports in functions ([1ec8a91](https://github.com/mljs/fcnnls/commit/1ec8a91d2f56790cef072ade17679573db50788c))
34+
335
## [2.1.0](https://github.com/mljs/fcnnls/compare/v2.0.1...v2.1.0) (2023-08-10)
436

537

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-fcnnls",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Fast Combinatorial Non-negative Least Squares",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)