ml-spectra-processing
Advanced tools
Comparing version 5.2.0 to 5.3.0
# Changelog | ||
## [5.3.0](https://www.github.com/mljs/spectra-processing/compare/v5.2.0...v5.3.0) (2021-02-15) | ||
### Features | ||
* exporting xDotProduct in index.js ([#51](https://www.github.com/mljs/spectra-processing/issues/51)) ([e84b430](https://www.github.com/mljs/spectra-processing/commit/e84b4304b58919cfed0c8ef32e345666b7d20d7e)) | ||
## [5.2.0](https://www.github.com/mljs/spectra-processing/compare/v5.1.0...v5.2.0) (2021-02-10) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "ml-spectra-processing", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"description": "Various method to process spectra", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -60,2 +60,3 @@ /** | ||
export * from './x/xMeanSquaredError'; | ||
export * from './x/xDotProduct'; | ||
@@ -62,0 +63,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
204377
5668