nmr-processing
Advanced tools
Comparing version 1.5.0 to 1.5.1
# Changelog | ||
### [1.5.1](https://www.github.com/cheminfo/nmr-processing/compare/v1.5.0...v1.5.1) (2021-07-16) | ||
### Bug Fixes | ||
* don't need openchemlib as dependency ([edecc62](https://www.github.com/cheminfo/nmr-processing/commit/edecc621b47b2c34982b807334429b4344d714b0)) | ||
## [1.5.0](https://www.github.com/cheminfo/nmr-processing/compare/v1.4.0...v1.5.0) (2021-07-15) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "nmr-processing", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -5,7 +5,6 @@ import { | ||
} from 'openchemlib-utils'; | ||
import OCL from 'openchemlib/minimal'; | ||
export function createInputJSON(molecule, options) { | ||
const { levels } = options; | ||
const OCL = molecule.getOCL(); | ||
let diaIDs = getGroupedDiastereotopicAtomIDs(molecule); | ||
@@ -12,0 +11,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
338260
12610