@kent-tokyo/chematic 0.14.1 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -597,7 +597,7 @@ export function cdxml_to_smiles_json(cdxml: string): string;
597
597
  * CIP stereo assignments via the accurate hierarchical-digraph engine, as a JSON
598
598
  * array of `{atomIdx, cipCode}` objects -- same shape as [`cip_assignments_json`],
599
599
  * but merges the accurate engine's tetrahedral R/S (~99.6% oracle-stable agreement,
600
- * see `docs/cip_accurate_rfc.md`) with legacy's E/Z and allene answers (the accurate
600
+ * see `docs/rfcs/cip_accurate_rfc.md`) with legacy's E/Z and allene answers (the accurate
601
601
  * engine computes neither). Atoms it can't resolve are omitted here -- see
602
602
  * [`cip_unresolved_json`] -- never a silently-guessed label. Returns `"null"` on an
603
603
  * internal engine error (budget-independent computations should not normally hit this).
@@ -1627,7 +1627,7 @@ export function random_smiles_json(smiles: string, count: number, seed: bigint):
1627
1627
  * `"rdkit-exact ecfp4: aromaticity: ..."`) if RDKit-parity aromaticity preprocessing
1628
1628
  * fails, never a silent fallback to `ecfp4_bitvec`'s Hückel-based engine -- the two
1629
1629
  * engines are not bit-compatible, so a silent substitution would look successful
1630
- * while actually returning the wrong hash. See `docs/ecfp4_bitexact_api_rfc.md`.
1630
+ * while actually returning the wrong hash. See `docs/rfcs/ecfp4_bitexact_api_rfc.md`.
1631
1631
  */
1632
1632
  export function rdkit_ecfp4_bitvec(mol: MolHandle): Uint8Array;
1633
1633
 
package/chematic_wasm.js CHANGED
@@ -1402,7 +1402,7 @@ export function cdxml_to_smiles_json(cdxml) {
1402
1402
  * CIP stereo assignments via the accurate hierarchical-digraph engine, as a JSON
1403
1403
  * array of `{atomIdx, cipCode}` objects -- same shape as [`cip_assignments_json`],
1404
1404
  * but merges the accurate engine's tetrahedral R/S (~99.6% oracle-stable agreement,
1405
- * see `docs/cip_accurate_rfc.md`) with legacy's E/Z and allene answers (the accurate
1405
+ * see `docs/rfcs/cip_accurate_rfc.md`) with legacy's E/Z and allene answers (the accurate
1406
1406
  * engine computes neither). Atoms it can't resolve are omitted here -- see
1407
1407
  * [`cip_unresolved_json`] -- never a silently-guessed label. Returns `"null"` on an
1408
1408
  * internal engine error (budget-independent computations should not normally hit this).
@@ -4049,7 +4049,7 @@ export function random_smiles_json(smiles, count, seed) {
4049
4049
  * `"rdkit-exact ecfp4: aromaticity: ..."`) if RDKit-parity aromaticity preprocessing
4050
4050
  * fails, never a silent fallback to `ecfp4_bitvec`'s Hückel-based engine -- the two
4051
4051
  * engines are not bit-compatible, so a silent substitution would look successful
4052
- * while actually returning the wrong hash. See `docs/ecfp4_bitexact_api_rfc.md`.
4052
+ * while actually returning the wrong hash. See `docs/rfcs/ecfp4_bitexact_api_rfc.md`.
4053
4053
  * @param {MolHandle} mol
4054
4054
  * @returns {Uint8Array}
4055
4055
  */
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "kent-tokyo <kent-tokyo@users.noreply.github.com>"
6
6
  ],
7
7
  "description": "WebAssembly bindings for chematic — use chematic from JavaScript/TypeScript",
8
- "version": "0.14.1",
8
+ "version": "0.16.0",
9
9
  "license": "MIT OR Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",