6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix - avoid placing a wedge on the right-angled bond when a centre is D3 and two neighbours are co-linear. More... 9 months ago
Quality of life API interfaces. The IAtomContainerSet and IReaction can provide an iterator over their IAtomContainer's. More... 9 months ago
Improved the abbreviation handling over atom sets, this is useful for reactions where we don't want to abbreviate across a bond which is broken/made. The semantics are a little hard to follow but essentially we either reject the sgroup out right, or tentatively accept it (may be fixable). As in the test case, to allow -Ac and NOT -OAc we reject out right and don't mark the atoms as visited. More... 9 months ago
CDK 2.10-SNAPSHOT More... 9 months ago
Update jena-arq, also fixes the Jackson issue. We should also be targeting Java 1.8 in the bundle no 1.6. More... 9 months ago
New JavaDoc stylesheet - update without our custom CDK bits. More... 9 months ago
Fix MayGen test which hard coded exact coordinates, these now changed. More... 9 months ago
Merge pull request #995 from cdk/depiction-orientation-fix More... 9 months ago
Small tweak to depiction orientation on small molecules, if all the bonds are aligned (aligned == bonds.size()) this is a better selection even if the value is small. More... 9 months ago
Suppress bundle plugin about 'pom' projects. More... 9 months ago
Add a failing test to remind us to fix something. More... 9 months ago
Add in the charge test More... 9 months ago
When we optimize our op-codes (replace-atom) we need to remap the atom numbers in other op-codes. More... 10 months ago
CDK 2.9 More... 10 months ago
Final 3 "bugs" from sonarcloud More... 10 months ago
Merge pull request #993 from cdk/sonarcloud-bug-cleanup More... 10 months ago
Just avoid the division and use a constant. More... 10 months ago
More redundant test annotations More... 10 months ago
Other occurrences of (possible?) divide by 0. More... 10 months ago
Fix possible divide by 0? More... 10 months ago
These are not tests - there are no assertions. SonarCloud recommended @Nested but the correct fix is to remove the @Test More... 10 months ago
Update README.md More... 10 months ago
Merge pull request #992 from cdk/abbreviations-rebased More... 10 months ago
Blocking stereochemistry atoms, should happen after we have done the complete fragment lookup More... 10 months ago
Another minor tweak, -COEt is better than -CEtO More... 10 months ago
Better evasion of ambiguity with cases like NiPr being N iPr or Ni Pr. More... 10 months ago
Do not allow contraction across stereochemistry central atom/bonds. More... 10 months ago
Instead of a set, using a mapping to indicate what things should be grouped or not. More... 10 months ago
Add the option to keep atoms together, for now this simply blocks any abbreviations on those atoms. This is useful for highlighting. More... 10 months ago
Minor optimisation, only substitutes with more than one atoms should be considered. More... 10 months ago