Skip to content

Releases: ekwan/cctk

Remove `pkg_resources`

29 Oct 14:51
45d6384

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.26...v0.2.27

Fix `setup.cfg`

24 Mar 15:37
261c3fe

Choose a tag to compare

There was an out-of-date piece which was breaking; Jonathon Vandezande fixed it. Thanks Jonathon!

Soften Connectivity Detection Rules

01 May 18:04

Choose a tag to compare

Si–C bonds to t-Butyl groups at some levels of theory breaking, this change makes the detection of "bonds" a bit more permissive.

corin

Add Radical Support For SMILES

27 Mar 17:28

Choose a tag to compare

(should have done this a while ago)

Continued SMILES Optimization

10 Jan 14:50

Choose a tag to compare

v0.2.23

modify smiles stuff

hotfix - rdkit documentation confuses me

01 Jan 20:30

Choose a tag to compare

v0.2.22

move fast and break things...

Improve SMILES Robustness

01 Jan 13:28

Choose a tag to compare

Having issues with malformed SMILES strings crashing Rowan servers, so adding some multi-step checks to speed things up

Charges w/ SMILES

11 Dec 19:21

Choose a tag to compare

Before this release, you could generate cctk.Molecule objects from SMILES strings via RDKit, but the charge information was just discarded. This is stupid because SMILES contains charge information and cctk.Molecule objects also contain charge information. This has now been fixed.

Remove Surprising Mol Connectivity Behavior

30 Nov 16:24

Choose a tag to compare

minor stuff, just some surprising undocumented behavior I'm removing

Linting, Modernization

12 Oct 11:49

Choose a tag to compare

No feature enhancements - bringing things more in line with Python best practices, to remove warning messages from e.g. pkg_resources (which is moving towards deprecation). Linting also caught some bugs...