Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot committed May 3, 2024
1 parent 49b48cc commit 082d737
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/mljs/airpls/compare/v1.0.3...v2.0.0) (2024-05-03)


### ⚠ BREAKING CHANGES

* improve result by use the noise level after first iteration ([#13](https://github.com/mljs/airpls/issues/13))

### Features

* improve result by use the noise level after first iteration ([#13](https://github.com/mljs/airpls/issues/13)) ([49b48cc](https://github.com/mljs/airpls/commit/49b48ccc0f2f43093b89e7c51fcbf6162a1feba0))

## [1.0.3](https://github.com/mljs/airpls/compare/v1.0.2...v1.0.3) (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-airpls",
"version": "1.0.3",
"version": "2.0.0",
"description": "Baseline correction using adaptive iteratively reweighted penalized least",
"main": "lib/index.js",
"types": "ml-airpls.d.ts",
Expand Down

0 comments on commit 082d737

Please sign in to comment.