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: 605063ca7e51
Choose a base ref
...
head repository: cdk/cdk
compare: 6dece196d8f0
Choose a head ref
  • 18 commits
  • 31 files changed
  • 1 contributor

Commits on Jan 18, 2014

  1. Convert implicit hydrogens to explicit in tetrahedral elements.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    a909644 View commit details
    Browse the repository at this point in the history
  2. Minor cleanup and comments on removeHydrogens().

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    15ce3f4 View commit details
    Browse the repository at this point in the history
  3. Use org/cpy to refer to the two structures.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    394a7f3 View commit details
    Browse the repository at this point in the history
  4. Remove hydrogens in stereoelements.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    64bf002 View commit details
    Browse the repository at this point in the history
  5. Rather than blindly remove hydrogens we now only remove hydrogens we …

    …can accurately represent as implicit. Previously with molecular hydrogen an empty structure was returned - molecular hydrogen is now preserved. This makes more sense as we can then convert to/from explicit hydrogen without losing atoms - an empty structure definitely doesn’t represent molecular hydrogen and so ‘add explicit hydrogens’ would not put back in the correct number of atoms.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    2c06ff1 View commit details
    Browse the repository at this point in the history
  6. Updating other hydrogen removal methods to check if the hydrogen can …

    …actually be implicit. Also the removeNonChiralHydrogens now also checks double-bond stereo chemistry.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    5a9a2a4 View commit details
    Browse the repository at this point in the history
  7. Store stereo-elements in a set.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    7504a69 View commit details
    Browse the repository at this point in the history
  8. When adding two containers - also add stereo elements.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    ca4a12b View commit details
    Browse the repository at this point in the history
  9. Friendlier atom cloning - still throws the exception but at least the…

    … cast can be removed.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    94eeff8 View commit details
    Browse the repository at this point in the history
  10. Friendlier bond cloning.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    6fad6db View commit details
    Browse the repository at this point in the history
  11. Don’t clear the stereo elements - cloning messing things up here but …

    …is fixed now.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    d7c568c View commit details
    Browse the repository at this point in the history
  12. Objects atoms when adjusting clone methods.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    de18285 View commit details
    Browse the repository at this point in the history
  13. required dependency

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    211130e View commit details
    Browse the repository at this point in the history
  14. Stereo elements are now in a set - swap if they are out of order.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    d9da36c View commit details
    Browse the repository at this point in the history
  15. Hydrogen removal now correctly persists stereo chemistry.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    0e6dffe View commit details
    Browse the repository at this point in the history
  16. no longer need the timeout - default threshold is good enough.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    3b12593 View commit details
    Browse the repository at this point in the history
  17. Not sure if this is correct - but there nether was a clone method for…

    … QueryAtom but builder3d tests complain otherwise. I ‘think’ is okay but don’t quote me on that.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    8efb053 View commit details
    Browse the repository at this point in the history
  18. Fixing atom cloning.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 18, 2014
    Copy the full SHA
    6dece19 View commit details
    Browse the repository at this point in the history