openchemlib
Advanced tools
Changelog
8.0.0 (2022-08-15)
This release updates OpenChemLib to the latest version 2022.8.1. There were a lot of changes since the last update and some of them are breaking. Here's a list of the changes we were able to identify (but there may be more):
setAtomQueryFeature
and getAtomQueryFeatures
methods were removed from
the Molecule
class because they now return a long
in Java.addRing
, addRingToAtom
and addRingToBond
methods of the Molecule
class now take one additional parameter, called bondLength
.showSymmetryDiastereotopic
and showSymmetryEnantiotopic
depictor options
were removed.We also removed support for Node.js 12. It's still possible that the library works on this version, but it is no longer tested in CI.