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: ca1d1eb39f45
Choose a base ref
...
head repository: cdk/cdk
compare: 94052ba4f6c9
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 25, 2014

  1. Deprecating redundant method.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 25, 2014
    Copy the full SHA
    a528e81 View commit details
    Browse the repository at this point in the history
  2. input.ready() doesn't really do anything.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 25, 2014
    Copy the full SHA
    4756507 View commit details
    Browse the repository at this point in the history
  3. Empty molecules are rare but found - this should not halt the reader.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 25, 2014
    Copy the full SHA
    ade0307 View commit details
    Browse the repository at this point in the history
  4. Don't stop the world if a single invalid molecule is found. The itera…

    …tor is meant for parsing large data sets and should not stop early if an invalid structure was found. If the SMILES could not be parsed the iterator now returns an empty container and set the attempted input as a property.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 25, 2014
    Copy the full SHA
    df9a307 View commit details
    Browse the repository at this point in the history
  5. Check for null input before closing the resource.

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