mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Partial fix to a problem with implicit Hs being written to SMARTS (#8893)
* Partially resolve a problem with implicit Hs ending up in SMARTS * update doctest * document in release notes
This commit is contained in:
@@ -22,6 +22,9 @@ GitHub)
|
||||
`Chem.CanonicalRankAtoms(mol, breakTies=False)`.
|
||||
- The behavior of H removal has changed slightly: hydrides will no longer removed
|
||||
by default, as this changes the global charge of the mol.
|
||||
- `MolToSmarts()` no longer adds implicit hydrogens to atoms without queries. The
|
||||
one exception to this is for chiral atoms, which will still have an implicit H
|
||||
added if present.
|
||||
|
||||
## New Features and Enhancements:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user