Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cdk/cdk
base: 16e96a3938ef
Choose a base ref
...
head repository: cdk/cdk
compare: de0db9c9e1cc
Choose a head ref
  • 7 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 16, 2013

  1. Performance improvements to exteneded connectivity computation (morga…

    …n numbers).
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    19a58a0 View commit details
    Browse the repository at this point in the history
  2. As described in the original publication only use the connectivity va…

    …lue of non-hydrogen atoms.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    75b20d1 View commit details
    Browse the repository at this point in the history
  3. Linear search (getAtomicNumber(IAtom)) is fast enough to avoid precom…

    …puting the index map.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    c669ad7 View commit details
    Browse the repository at this point in the history
  4. Extended documentation suggesting better approaches to what the exten…

    …eded connectivity was traditionally used for. Also explicitly made clear the numbers are not the canoniclal labelling as described in the original article and mearly the exteneded connectivity which is used in computing the lexicographic smallest unique labelling (canonical).
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    e65f9d2 View commit details
    Browse the repository at this point in the history
  5. Reformat - removing tab indents.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    fa56fc0 View commit details
    Browse the repository at this point in the history
  6. Dependencies not inherited by ant.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    b45017b View commit details
    Browse the repository at this point in the history
  7. Longer variable names.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Sep 16, 2013
    Copy the full SHA
    de0db9c View commit details
    Browse the repository at this point in the history