Skip to content

Commit b3ae3d4

Browse files
committed
chore(main): release 2.1.0
1 parent 0c3d65c commit b3ae3d4

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/mljs/airpls/compare/v2.0.0...v2.1.0) (2026-03-27)
4+
5+
6+
### Features
7+
8+
* add weight adjustment for signal zones in airPLS algorithm ([#15](https://github.com/mljs/airpls/issues/15)) ([0c3d65c](https://github.com/mljs/airpls/commit/0c3d65c8ee94ca8dd92da439cefaa75d02ecc024))
9+
310
## [2.0.0](https://github.com/mljs/airpls/compare/v1.0.3...v2.0.0) (2024-05-03)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-airpls",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Baseline correction using adaptive iteratively reweighted penalized least",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)