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 14.6.0 #257

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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [14.6.0](https://github.com/mljs/spectra-processing/compare/v14.5.3...v14.6.0) (2024-10-09)


### Features

* add xBoxPlotWithOutliers mehtod to deal with possible outliers ([#260](https://github.com/mljs/spectra-processing/issues/260)) ([985caee](https://github.com/mljs/spectra-processing/commit/985caeef2e4ea0a4b5fbfa5e04be503a3c42e403))
* xBoxPlot has an option to calculate outliers ([#256](https://github.com/mljs/spectra-processing/issues/256)) ([69cb82c](https://github.com/mljs/spectra-processing/commit/69cb82cf039fc56f04f2c17fe91d372c17c5c205))


### Bug Fixes

* **auto phase:** avoid NaN phase correction value ([#262](https://github.com/mljs/spectra-processing/issues/262)) ([eef13cd](https://github.com/mljs/spectra-processing/commit/eef13cd8798237de40cb654a3c1c2414099ab2f2))

## [14.5.3](https://github.com/mljs/spectra-processing/compare/v14.5.2...v14.5.3) (2024-07-30)


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-spectra-processing",
"version": "14.5.3",
"version": "14.6.0",
"description": "Various method to process spectra",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down
Loading