You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(rdkit): correct FractionCSP3 / CalcFractionCSP3 casing in docs (fixes#242)
Descriptors.FractionCsp3 and rdMolDescriptors.CalcFractionCsp3 do not
exist in RDKit 2026.03.x — the valid APIs are FractionCSP3 and
CalcFractionCSP3 (and Lipinski.FractionCSP3). Update
descriptors_reference.md (section title, usage example and diversity
helper) and api_reference.md. Bump skill metadata.version 1.2 -> 1.3.
Copy file name to clipboardExpand all lines: skills/rdkit/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ license: BSD-3-Clause license
5
5
allowed-tools: Read Write Edit Bash
6
6
compatibility: Examples target RDKit 2026.03.x. Use conda-forge for the broadest binary support or PyPI package `rdkit` for supported platform wheels; `rdkit-pypi` is the legacy PyPI name.
0 commit comments