Skip to content

Commit

Permalink
chore(main): release 14.6.0 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Oct 10, 2024
1 parent eef13cd commit f8904b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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

0 comments on commit f8904b1

Please sign in to comment.