6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
List the latest release More... 15 days ago
Merge pull request #1060 from JonasSchaub/ElectronDonation-small-doc-fix More... 29 days ago
small doc fix for cdkAllowingExocyclic() More... 29 days ago
Fix a corner case when depicting cc(C)c More... about 1 month ago
Merge pull request #1055 from cdk/update/CITATION.cff More... about 1 month ago
Merge branch 'main' into update/CITATION.cff More... about 1 month ago
Applied suggested changes More... about 1 month ago
Merge pull request #1054 from egonw/update/jna-inchi More... about 1 month ago
Create CITATION.cff More... about 1 month ago
Updated JNA-InChI (updating the JNA dependency) More... about 1 month ago
Add missing import More... about 1 month ago
Added the catching and exception of the Intractable exception More... about 1 month ago
The number of essential/relevant cycles can be exponential for some molecules - e.g. cyclo-phanes. More... about 1 month ago
SonarCloud complains if the capturing groups are removed (Group parts of the regex together). More... about 1 month ago
Fix test value More... about 1 month ago
Address some SonarCloud issues More... about 1 month ago
Tests are all now enabled. More... about 1 month ago
Reinstate test which is fine but not perfect. More... about 1 month ago
Warning message changed More... about 1 month ago
Fix an error mesg in the AtomContainer implementation More... about 1 month ago
Actually deprecate. More... about 1 month ago
Deprecate the method that took in the GraphUtil/EdgeMap cache More... about 1 month ago
Some unit tests for the marking of ring/atoms bonds. More... about 1 month ago
More efficient determination of ring flags/count. More... about 1 month ago
New tests for flags More... about 2 months ago
Move the CDKConstants flags to IChemObject. More... about 2 months ago
Move the more useful flags to IChemObject we will deprecate and move the others. More... about 2 months ago
Improved the ChemObject flags API. We can now directly clear/set a flag without having a branch (if/else). Likewise due to padding a 16-bit integer does not take less space than 32-bit in this case and the 32-bit int is cleaner to work with. More... about 2 months ago
Better error message for the most common reason this happens. More... about 2 months ago
Fix issues with reference/identity checking. More... about 2 months ago