Comparing version 6.5.0 to 6.6.0
# Changelog | ||
## [6.6.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.5.0...v6.6.0) (2021-01-21) | ||
### Features | ||
* update ml-spectra-fitting to 0.13.0 ([2b4f119](https://www.github.com/mljs/global-spectral-deconvolution/commit/2b4f119ce747208f1045b0a6ddc93b9b9bfbbe15)) | ||
## [6.5.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.4.0...v6.5.0) (2021-01-13) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "ml-gsd", | ||
"version": "6.5.0", | ||
"version": "6.6.0", | ||
"description": "Global Spectra Deconvolution", | ||
@@ -80,5 +80,5 @@ "main": "lib/index.js", | ||
"ml-savitzky-golay-generalized": "2.0.3", | ||
"ml-spectra-fitting": "^0.12.0", | ||
"ml-spectra-fitting": "^0.13.0", | ||
"ml-spectra-processing": "^4.10.0" | ||
} | ||
} |
@@ -40,3 +40,5 @@ import { gsd, optimizePeaks } from '..'; | ||
factorWidth: 4, | ||
functionName: 'gaussian', | ||
shape: { | ||
kind: 'gaussian', | ||
}, | ||
}); | ||
@@ -43,0 +45,0 @@ expect(result[0].x).toBeCloseTo(69.938, 1); |
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
5865725
1784
+ Addedassign-deep@1.0.1(transitive)
+ Addedassign-symbols@2.0.2(transitive)
+ Addedml-spectra-fitting@0.13.0(transitive)
- Removedml-spectra-fitting@0.12.0(transitive)
Updatedml-spectra-fitting@^0.13.0