openbabel:IsInRing

Last commit made on 2017-12-08
Get this branch:
git clone -b IsInRing https://git.launchpad.net/openbabel

Branch merges

Branch information

Name:
IsInRing
Repository:
lp:openbabel

Recent commits

9ab4c64... by baoilleach

Make sure that OBAtom::IsInRing always triggers ring perception if not set as perceived

1c7c093... by Geoff Hutchison <email address hidden>

Merge pull request #1712 from baoilleach/SmilesAtomOrder2

Make generation of the SMILES atom order vector optional (Take 2)

d80d036... by Geoff Hutchison <email address hidden>

Merge pull request #1719 from baoilleach/FixImplicitRef

Fix bug when copying stereo during obmol += obmolB

fe6c148... by baoilleach

Add test case

8a79ebe... by Geoff Hutchison <email address hidden>

Merge pull request #1716 from baoilleach/SmilesReader

When reading, don't pre-scan the SMILES string for illegal characters

b44045f... by baoilleach

Changes to avoid scanning over the string in the SMILES reader

b372010... by Geoff Hutchison <email address hidden>

Merge pull request #1714 from baoilleach/LogMessages

Avoid logging messages that are taking time

d0e8c1c... by baoilleach

Avoid logging messages that are taking time

1c0ba79... by baoilleach

When adding one molecule to another, and copying the stereo refs, make sure that implicitrefs are copied (and not just set to 0).

325150e... by baoilleach

Make generation of the SMILES atom order vector optional, but also more efficient. Ensure that option 'x' keeps working.