nmr-processing
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changelog | ||
### [1.0.1](https://www.github.com/cheminfo/nmr-processing/compare/v1.0.0...v1.0.1) (2021-03-24) | ||
### Bug Fixes | ||
* update ml-matrix-peaks-finder to v1.0.0 ([da734cc](https://www.github.com/cheminfo/nmr-processing/commit/da734cc91928750ca2038ff285f8d2db65130284)) | ||
## [1.0.0](https://www.github.com/cheminfo/nmr-processing/compare/v0.14.0...v1.0.0) (2021-03-24) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "nmr-processing", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -67,3 +67,3 @@ "main": "lib/index.js", | ||
"ml-matrix-convolution": "^1.0.0", | ||
"ml-matrix-peaks-finder": "^0.4.0", | ||
"ml-matrix-peaks-finder": "^1.0.0", | ||
"ml-peak-shape-generator": "^1.0.0", | ||
@@ -70,0 +70,0 @@ "ml-simple-clustering": "^0.1.0", |
@@ -0,0 +0,0 @@ # nmr-processing |
@@ -0,0 +0,0 @@ export const couplingPatterns = [ |
@@ -0,0 +0,0 @@ // sources: |
@@ -0,0 +0,0 @@ /* eslint-disable camelcase */ |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { impurities } from '../constants/impurities'; |
@@ -0,0 +0,0 @@ // import { Ranges } from 'spectra-data-ranges'; |
@@ -0,0 +0,0 @@ import LM from 'ml-levenberg-marquardt'; |
@@ -0,0 +0,0 @@ export function getKernel(options = {}) { |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ export function joinRanges(ranges) { |
@@ -0,0 +0,0 @@ let diagonalError = 0.05; |
@@ -0,0 +0,0 @@ import FormData from 'form-data'; |
@@ -0,0 +0,0 @@ import { signalJoinCouplings } from '../signal/signalJoinCouplings'; |
@@ -0,0 +0,0 @@ import { couplingPatterns } from '../constants/couplingPatterns'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ export function signalsToRanges(signals, options = {}) { |
@@ -0,0 +0,0 @@ import rescale from 'ml-array-rescale'; |
@@ -0,0 +0,0 @@ import isAnyArray from 'is-any-array'; |
@@ -0,0 +0,0 @@ import { SparseMatrix } from 'ml-sparse-matrix'; |
@@ -0,0 +0,0 @@ import Matrix from 'ml-matrix'; |
@@ -0,0 +0,0 @@ import binarySearch from 'binary-search'; |
@@ -0,0 +0,0 @@ import { gsd, joinBroadPeaks, optimizePeaks } from 'ml-gsd'; |
@@ -0,0 +0,0 @@ import { peaksFilterImpurities } from '../peaks/peaksFilterImpurities'; |
@@ -0,0 +0,0 @@ import { Matrix } from 'ml-matrix'; |
@@ -0,0 +0,0 @@ import assignDeep from 'assign-deep'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
329303
3
+ Addedml-matrix-peaks-finder@1.0.0(transitive)
- Removedml-matrix-convolution@0.5.2(transitive)
- Removedml-matrix-peaks-finder@0.4.0(transitive)
- Removedml-stat@1.3.3(transitive)