rdkit-js icon indicating copy to clipboard operation
rdkit-js copied to clipboard

A powerful cheminformatics and molecule rendering toolbelt for JavaScript, powered by RDKit .

Results 96 rdkit-js issues
Sort by recently updated
recently updated
newest added

Bumps [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) from 14.1.2 to 17.3.0. Release notes Sourced from @​angular-eslint/eslint-plugin's releases. v17.3.0 17.3.0 (2024-03-15) 🚀 Features eslint-plugin: add consistent-component-styles rule (#1710) eslint-plugin: add prefer-standalone rule for checking all components,...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 5.2.2. Release notes Sourced from typescript's releases. TypeScript 5.2 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.2.0 to 18.3.1. Release notes Sourced from react-dom's releases. 18.3.1 (April 26, 2024) Export act from react f1338f 18.3.0 (April 25, 2024) This release is identical to...

dependencies

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.12 to 6.2.1. Release notes Sourced from tar's releases. v6.1.13 6.1.13 (2022-12-07) Dependencies cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0 Changelog Sourced from tar's changelog. Changelog...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.7 to 3.2.10. Changelog Sourced from vite's changelog. 3.2.10 (2024-03-24) 3.2.9 (2024-03-24) fix: port #15653 to v3 (#15655) (99080ca), closes #15653 #15655 fix: port #16250 to v3...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.7 to 3.2.10. Changelog Sourced from vite's changelog. 3.2.10 (2024-03-24) 3.2.9 (2024-03-24) fix: port #15653 to v3 (#15655) (99080ca), closes #15653 #15655 fix: port #16250 to v3...

dependencies

As mentioned in #389, a .d.ts file was generated with the `--embind-tsd` flag, and added to the repo. TODO: - Modify the build script?

Added the following things mentioned in #389: - Documented Reaction API (JSReaction) - Documented for logging API (JSLog) - Documented non-tetrahedral chirality control function - Updated is_valid docstrings to be...

Add examples on how to use rdkit-js in a offline-first app see context here https://github.com/rdkit/rdkit-js/discussions/150#discussioncomment-3338647

documentation
enhancement

**Describe the bug** Hi, I have an `Uncaught` error when using `get_svg` or `draw_to_canvas` for this smarts `[nH1]` with `qmol`. `[n&H1]` is the same smarts but for this one drawing...