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: 67ffd0a29c49^
Choose a base ref
...
head repository: cdk/cdk
compare: d9a7de5c73cf
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 16, 2016

  1. Copy the full SHA
    67ffd0a View commit details
    Browse the repository at this point in the history
  2. A SMILES should match it's self as a SMARTS, this example did not. Th…

    …e reason was the stereochemistry ordering was read incorrectly due to how rings were handled in the SMARTS parser, to fix the nesting of the syntax tree needed to be changed.
    johnmay committed Aug 16, 2016
    Copy the full SHA
    d9a7de5 View commit details
    Browse the repository at this point in the history