mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-07 22:44:25 +08:00
* - fix #7157 - add the assignCIPLabels flag to MinimalLib's mol_from_input() - added cffi and JS tests - refactored process_details(), process_mol_details() and process_rxn_details() to take a struct reference as parameter rather than a long list of parameters - this also allowed to get rid of one of the ugly GET_JSON macros - exposed panelWidth, panelHeight and noFreetype (the latter is useful for testing) - made width and height to default to -1 in mol_to_svg since we now support flexicanvas * added a bunch of assignments I'd forgotten in the deprecated process_mol_details() overload * MSVC does not like inner functions * updated docstrings --------- Co-authored-by: ptosco <paolo.tosco@novartis.com>