ml-spectra-processing
Advanced tools
Comparing version 5.6.0 to 5.7.0
# Changelog | ||
## [5.7.0](https://www.github.com/mljs/spectra-processing/compare/v5.6.0...v5.7.0) (2021-03-04) | ||
### Features | ||
* add xyFilterXPositive ([7d8ffcb](https://www.github.com/mljs/spectra-processing/commit/7d8ffcbe39702db030f514e37dcf7ba7f4d18db4)) | ||
## [5.6.0](https://www.github.com/mljs/spectra-processing/compare/v5.5.3...v5.6.0) (2021-03-03) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "ml-spectra-processing", | ||
"version": "5.6.0", | ||
"version": "5.7.0", | ||
"description": "Various method to process spectra", | ||
@@ -43,7 +43,7 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.13.0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.13.8", | ||
"@types/jest": "^26.0.20", | ||
"cheminfo-build": "^1.1.9", | ||
"eslint": "^7.20.0", | ||
"eslint-config-cheminfo": "^5.2.2", | ||
"cheminfo-build": "^1.1.10", | ||
"eslint": "^7.21.0", | ||
"eslint-config-cheminfo": "^5.2.3", | ||
"esm": "^3.2.25", | ||
@@ -53,3 +53,3 @@ "jest": "^26.6.3", | ||
"prettier": "^2.2.1", | ||
"rollup": "^2.39.1" | ||
"rollup": "^2.40.0" | ||
}, | ||
@@ -59,6 +59,6 @@ "dependencies": { | ||
"is-any-array": "0.1.1", | ||
"ml-array-max": "^1.2.1", | ||
"ml-array-max": "^1.2.2", | ||
"ml-array-mean": "^1.1.4", | ||
"ml-array-median": "^1.1.4", | ||
"ml-array-min": "^1.2.0", | ||
"ml-array-min": "^1.2.1", | ||
"ml-array-standard-deviation": "^1.1.5", | ||
@@ -65,0 +65,0 @@ "ml-gsd": "^6.6.0", |
@@ -77,2 +77,3 @@ /** | ||
export * from './xy/xyExtract'; | ||
export * from './xy/xyFilterXPositive'; | ||
export * from './xy/xyGetNMaxY'; | ||
@@ -79,0 +80,0 @@ export * from './xy/xyGrowingX'; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
218285
93
5999
Updatedml-array-max@^1.2.2
Updatedml-array-min@^1.2.1