OEChem TK 3.3.0¶
Spring 2022
New features¶
Support for CXSMILES has been added as a new molecule I/O format,
OEFormat.CXSMILES.A new option flag,
OESMILESFlag.EnhStereohas been added to theOESMILESFlagflags for controlling the output of CXSMILES enhanced stereo information.New methods were added to the OEParseSmilesOptions class to control the consideration of CXSMILES appendices during the parse. See,
GetCXSMILESandSetCXSMILES.New methods were added to the OEInChIOptions class to control the
SUUoption during InChI generation. This will necessarily generate nonstandard InChIs when enabled. See,GetUndefinedStereoandSetUndefinedStereo.New flavor flags were added to
OEFileStringParameterandOEOutFileStringParameterto support file type selections. See theOEFileStringTypeFlavornamespace.Overloads for
OECalcPMIandOEGetRadiusOfGyrationwere added that accept OEMCMolBase andOEConfBaseobjects.
Minor bug fixes¶
A minor bug related to uninitialized memory in
OECalcPMIwas fixed.An issue disallowing the use of multiple options for
OEIFlavorsupport with SDF, RDF, MDL formats has been fixed.An issue affecting copy activities of OEGroupBase objects during conformer copy activities has been fixed.
The
GetHasValuemethod now returnsfalsefor a non-zero input argument, as appropriate.
OEBio TK 3.3.0¶
Minor bug fixes¶
An issue with the assignment operator for OEDesignUnit has been fixed.
An issue with automated titles for OEDesignUnit has been fixed.
An issue with the default style on generated OEDesignUnit related to built residues has been fixed.
The algorithm for OEDesignUnit creating has been improved to better detect unnatural amino acids.
OESystem TK 3.3.0¶
New features¶
A new method,
AddParameterPrefix, has been added for adding a prefix to all the command line parameter’s names.a new method,
GetPrettyLegalValues, has been added to get the list of the named legal values.
Minor bug fixes¶
An issue causing list parameters to be not updated properly in
UpdateValueshas been fixed.
OEPlatform TK 3.3.0¶
General notices¶
The ZSTD dependency has been updated to version 1.5.2, which should positively effect the
OEFormat.OEZformat type in both compression level and encoding and decoding performance.The ZLIB dependency has been updated to version 1.2.12 with latest security improvements.
OEGrid TK 3.3.0¶
New features¶
The mrc file format is now recongized as a CPP4 grid file type in
OEGridFileType.