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 the- OESMILESFlagflags 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, - GetCXSMILESand- SetCXSMILES.
- New methods were added to the OEInChIOptions class to control the - SUUoption during InChI generation. This will necessarily generate nonstandard InChIs when enabled. See,- GetUndefinedStereoand- SetUndefinedStereo.
- New flavor flags were added to - OEFileStringParameterand- OEOutFileStringParameterto support file type selections. See the- OEFileStringTypeFlavornamespace.
- Overloads for - OECalcPMIand- OEGetRadiusOfGyrationwere added that accept OEMCMolBase and- OEConfBaseobjects.
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 returns- falsefor 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.