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: 1785e19231e9
Choose a base ref
...
head repository: cdk/cdk
compare: 2ae866aff5f4
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 19, 2014

  1. Maintain rank stability when ranking invariants (CANON). Previously u…

    …nique classes were labelled as lowest - now the lowest ranks keep the lowest label. Not only is this less operations (and faster) but it is also required for some procedures (e.g. canonical tautomer generation). These changes alter the canonical SMILES order - example 'NC(O)O' is now 'OC(O)N'. Notice how the oxygen labels are now lower (even though the nitrogen and carbon were unique to begin with).
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 19, 2014
    Copy the full SHA
    0b091e5 View commit details
    Browse the repository at this point in the history
  2. Changes to unique SMILES output order - note the tests were also upda…

    …ted to be easier to fix in future.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 19, 2014
    Copy the full SHA
    2ae866a View commit details
    Browse the repository at this point in the history