Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nmr-processing

Package Overview
Dependencies
Maintainers
4
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nmr-processing - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

CHANGELOG.md
# 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 @@

4

package.json
{
"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 @@ 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc