nmr-processing
Advanced tools
Comparing version 0.2.5 to 0.3.0
{ | ||
"name": "nmr-processing", | ||
"version": "0.2.5", | ||
"version": "0.3.0", | ||
"description": "", | ||
@@ -42,25 +42,25 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.10.4", | ||
"@types/jest": "^25.2.1", | ||
"cheminfo-build": "^1.1.4", | ||
"eslint": "^7.7.0", | ||
"eslint-config-cheminfo": "^3.0.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jest": "^23.20.0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.12.1", | ||
"@types/jest": "^26.0.15", | ||
"cheminfo-build": "^1.1.8", | ||
"eslint": "^7.12.1", | ||
"eslint-config-cheminfo": "^5.2.2", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jest": "^24.1.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"esm": "^3.2.25", | ||
"jest": "^26.4.1", | ||
"jest": "^26.6.1", | ||
"jest-matcher-deep-close-to": "^2.0.1", | ||
"ml-array-median": "^1.1.3", | ||
"ml-array-median": "^1.1.4", | ||
"nmr-xy-testdata": "^0.2.1", | ||
"prettier": "^2.0.5", | ||
"rollup": "^2.26.4" | ||
"prettier": "^2.1.2", | ||
"rollup": "^2.32.1" | ||
}, | ||
"dependencies": { | ||
"ml-gsd": "^5.0.1", | ||
"ml-matrix-convolution": "^0.4.3", | ||
"ml-matrix-peaks-finder": "^0.2.2", | ||
"ml-gsd": "^5.0.2", | ||
"ml-matrix-convolution": "^0.5.2", | ||
"ml-matrix-peaks-finder": "^0.3.1", | ||
"ml-simple-clustering": "^0.1.0", | ||
"ml-spectra-processing": "^4.2.0" | ||
"ml-spectra-processing": "^4.5.1" | ||
} | ||
} |
// sources: | ||
// https://en.wikipedia.org/wiki/Gyromagnetic_ratio | ||
// TODO: can we have a better source and more digits ? @jwist | ||
// TODO: #13 can we have a better source and more digits ? @jwist | ||
@@ -6,0 +6,0 @@ export const gyromagneticRatio = { |
import * as convolution from 'ml-matrix-convolution'; | ||
import matrixPeakFinders from 'ml-matrix-peaks-finder'; | ||
import * as matrixPeakFinders from 'ml-matrix-peaks-finder'; | ||
import simpleClustering from 'ml-simple-clustering'; | ||
@@ -4,0 +4,0 @@ |
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
232313
9908
+ Addedml-matrix-convolution@0.5.2(transitive)
+ Addedml-matrix-peaks-finder@0.3.2(transitive)
- Removedml-matrix-convolution@0.4.3(transitive)
- Removedml-matrix-peaks-finder@0.2.6(transitive)
Updatedml-gsd@^5.0.2
Updatedml-matrix-convolution@^0.5.2
Updatedml-spectra-processing@^4.5.1