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: 313b1ea653bb^
Choose a base ref
...
head repository: cdk/cdk
compare: 478c9ea5e654
Choose a head ref
  • 12 commits
  • 162 files changed
  • 1 contributor

Commits on Feb 12, 2017

  1. Deprecate move legacy normlizer classes - functionality better met wi…

    …th SMIRKS (via AMBIT atm)
    johnmay committed Feb 12, 2017
    Copy the full SHA
    313b1ea View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9a9355b View commit details
    Browse the repository at this point in the history
  3. [API CHANGE] MathTools only used in a single package in structgen, mo…

    …ve it there and make non-public.
    johnmay committed Feb 12, 2017
    Copy the full SHA
    93f9b07 View commit details
    Browse the repository at this point in the history
  4. Standard and faster idiom

    johnmay committed Feb 12, 2017
    Copy the full SHA
    84fa342 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7769d17 View commit details
    Browse the repository at this point in the history
  6. DictRef is quite specific to CML. CML is currently split between io a…

    …nd libiocml... so for now we need to put it in io.
    johnmay committed Feb 12, 2017
    Copy the full SHA
    cd5ac81 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. Replace the use of SMSD in the InChITautomerGenerator. To filter uniq…

    …ue it is more efficient to use SMILES (or even InChI with FixedH). To map the atom correspondence to the InChI we still have to fall back to substructure matching but the correct approach of using the AuxInfo can also be used.
    johnmay committed Feb 14, 2017
    Copy the full SHA
    b4b0e0a View commit details
    Browse the repository at this point in the history
  2. Still quite slow but improved API to allow InChI options to be passed…

    … in. We can't remove the old method that forces slow execution but it has now be deprecated. New tests added to demonstrate correct exectution.
    johnmay committed Feb 14, 2017
    Copy the full SHA
    55a80e7 View commit details
    Browse the repository at this point in the history
  3. Move SMSD to the legacy module - the separate project is more up to d…

    …ate, a simple update would not be sufficient due to API differences.
    johnmay committed Feb 14, 2017
    Copy the full SHA
    a987b30 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7f88ee8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b612395 View commit details
    Browse the repository at this point in the history
  6. Move EStateFragments out of cdk-standard to cdk-fingerprint. We need …

    …to make cdk-qsarmolecular depend on the fingerprint module which is reasonable since fingerprints are a molecular descriptor.
    johnmay committed Feb 14, 2017
    Copy the full SHA
    478c9ea View commit details
    Browse the repository at this point in the history