mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
* auto generate coords in mol block writer if includeChirality = True * default to include chirality when writing mol blocks/files * make isomeric smiles the default; note that not all tests are passing at the moment * update a reaction test * update expected cartridge search results at this point all python, c++, and cartridge tests pass * docs * update incompatibility docs * update doctests * these now build * minor example update * update expected c++ * typo * make allowCXSMILES=true the default * add auto perception of chirality when reading 3D structures from mol blocks * explain changes in release notes * further doc update