openbabel:SwigIterators

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

Branch merges

Branch information

Name:
SwigIterators
Repository:
lp:openbabel

Recent commits

b893521... by baoilleach

Reduce Python bindings by 20% by avoiding adding methods from the iterated object to the iterator

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

Merge pull request #1718 from baoilleach/SmilesOptions

Minor speedup to avoid repeated calls to IsOption by caching some options

872c7e5... by Geoff Hutchison <email address hidden>

Merge pull request #1723 from baoilleach/FixBadNoelRingClosure

Fixes for ring closure parsing

86dfe8b... by baoilleach

Also cache option 'o'

574bcba... by baoilleach

Add test cases that would have failed previously

29adec8... by baoilleach

Fix parsing of %NN notation and %(NNN) notation

960303b... by baoilleach

Merge pull request #1721 from baoilleach/fix_uninitialized_read

Fix uninitialized read in kekulize.cpp found by Dr Memory.

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