Dear CDK users,

CDK 2.2 is now released and can be obtained from Maven central or the GitHub
<https://github.com/cdk/cdk/releases/tag/cdk-2.2> site. The full release
notes <https://github.com/cdk/cdk/wiki/2.2-Release-Notes> provide details
on the new features and changes.

As noted in v2.1/v2.1.1 the AtomContainer2
<https://github.com/cdk/cdk/wiki/AtomContainer2> is now the default so if
you didn't try running v2.1/v2.1.1 with the flag
CdkUseLegacyAtomContainer=false you may some breakages. As highlighted on
the wiki page <https://github.com/cdk/cdk/wiki/AtomContainer2> this
normally just requires addAtom/Bond statements be reordered and using
``Objects.equals(container1, container2)`` instead of reference comparison
(container1 == container2).

- John
_______________________________________________
Cdk-user mailing list
Cdk-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to