openbabel:FirstLast

Last commit made on 2018-07-05
Get this branch:
git clone -b FirstLast https://git.launchpad.net/openbabel

Branch merges

Branch information

Name:
FirstLast
Repository:
lp:openbabel

Recent commits

aee9367... by baoilleach

On second thoughts - don't add 'm' option - it doesn't make any sense. Also add tests

656e564... by baoilleach

Add new option 'g' and 'm' as mirrors of 'f' (first) and 'l' (last) except that they do not adjust the hydrogen count

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

Merge pull request #1847 from baoilleach/KeepAromaticity

Keep aromaticity in EndModify()

e6e22dd... by Julien Nabet <email address hidden>

Fix#192: parse and use '-a' flag for obrotate (#1835)

* Fix#192: parse and use '-a' flag for obrotate

Only command-line parsing was missing

a2ef24d... by baoilleach

Fix an issue where ring membership of atoms and bonds was not being reset by the perception routine. (#1856)

dcee817... by baoilleach

Ensure that the check for OBBond::IsInRing obeys the OBMol perception flags (#1848)

* Ensure that the check for OBBond::IsInRing obeys the OBMol perception flags rather than first checking its own flags.

72c8e98... by Yi-Shu Tu

 Modify cleaning blank line behaviors (#1855)

* Modify cleaning blank line behaviors, with avoiding peek() and tellg() bugs.

635140c... by baoilleach

Merge pull request #1826 from dkoes/pluginfix

Generate useful error messages if plugins can't be found.

a4fbc8e... by David Koes <email address hidden>

Merge pull request #2 from baoilleach/pluginfix

Add a Python test

17b1cc0... by baoilleach

Minor fix so that the remaining tests keep working