ml-spectra-processing
Advanced tools
Comparing version 6.7.1 to 6.8.0
# Changelog | ||
## [6.8.0](https://www.github.com/mljs/spectra-processing/compare/v6.7.1...v6.8.0) (2021-07-23) | ||
### Features | ||
* add xUniqueSorted ([104cf0f](https://www.github.com/mljs/spectra-processing/commit/104cf0f8b31f1e31a07028093f8d374af5dfe5d3)) | ||
### [6.7.1](https://www.github.com/mljs/spectra-processing/compare/v6.7.0...v6.7.1) (2021-06-16) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "ml-spectra-processing", | ||
"version": "6.7.1", | ||
"version": "6.8.0", | ||
"description": "Various method to process spectra", | ||
@@ -46,11 +46,11 @@ "main": "lib/index.js", | ||
"@babel/plugin-transform-modules-commonjs": "^7.14.5", | ||
"@types/jest": "^26.0.23", | ||
"cheminfo-build": "^1.1.10", | ||
"eslint": "^7.28.0", | ||
"@types/jest": "^26.0.24", | ||
"cheminfo-build": "^1.1.11", | ||
"eslint": "^7.31.0", | ||
"eslint-config-cheminfo": "^5.2.4", | ||
"esm": "^3.2.25", | ||
"jest": "^27.0.4", | ||
"jest": "^27.0.6", | ||
"jest-matcher-deep-close-to": "^2.0.1", | ||
"prettier": "^2.3.1", | ||
"rollup": "^2.52.0" | ||
"prettier": "^2.3.2", | ||
"rollup": "^2.53.3" | ||
}, | ||
@@ -66,3 +66,3 @@ "dependencies": { | ||
"ml-array-standard-deviation": "^1.1.6", | ||
"ml-gsd": "^6.6.2", | ||
"ml-gsd": "^6.6.3", | ||
"ml-matrix": "^6.8.0", | ||
@@ -69,0 +69,0 @@ "spline-interpolator": "^1.0.0" |
@@ -38,2 +38,3 @@ /** | ||
export * from './x/xDivide'; | ||
export * from './x/xDotProduct'; | ||
export * from './x/xFindClosestIndex'; | ||
@@ -65,3 +66,3 @@ export * from './x/xGetFromToIndex'; | ||
export * from './x/xMeanSquaredError'; | ||
export * from './x/xDotProduct'; | ||
export * from './x/xUniqueSorted'; | ||
@@ -68,0 +69,0 @@ export * from './reim/reimAbsolute'; |
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
261759
107
6986
- Removedml-spectra-processing@6.8.0(transitive)
Updatedml-gsd@^6.6.3