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
Deduplify enumeration of port pairs (preclude need for set operations)
Determine proper function for counting number of bonds in the general case (RDAtom.GetDegree(), RDAtom.GetTotalDegree(), len(RDAtom.GetBonds(), or RDAtom.GetExplicitDegree())
Deprecate support for flavor-0 ports as being able to bond with anything
Add support for using Enum to describe flavors (would still be ints and isotope number under the hood)
The text was updated successfully, but these errors were encountered:
Several refinements and additions planned for the rdutils.amalgamation.portlib module:
RDAtom.GetExplicitDegree())The text was updated successfully, but these errors were encountered: