* RDKit seems more robust, and also the atom typing uses RDkit, so compatibility is important.
2024.5.8
* Added control to from_RDKMol and from_OBMol to allow selectively updating the atoms, coordinates, and bonds
2024.5.6
* Molecules created from line notation are created in an random orientation. This enhancement rotates them to the standard orientation, which will look nice for small, symmetric molecules.
2024.5.5
* There was an indexing bug translating bonds back from RDKit to SEAMM. The famous 0/1 problem!
2024.4.6
* Added gradient on atoms as a separate table alongside atoms, so they take no space unless actually used.
2024.3.13
* the Crystallographic Open Database CIF files seems to use upper case X, Y, Z in explicit symmetry operators. These need to be lowercased in the code.