Grapheme TK 1.0.3¶
New features¶
OEBondGlyphCurvedArrow added as a new bond annotation style.
OE2DPropMap.GetLegendFont
andOE2DPropMap.GetLegendFontScale
methods added in order to customize the legend font of the property map.
Minor bug fixes¶
OE2DPropMap legend layout improved.
OE2DPropMap will now display at least one decimal number when rendering the value of the linear color gradient of the class.
OE2DPropMap will now set the line width of the box around the linear color gradient to the default bond line width of the molecule.
Increased the line width of the following complex arc styles: OEDefaultSolventArcFxn, OEDefaultCavityArcFxn, and OEDefaultVoidArcFxn.
Atoms that are not visible are now not considered for the minimum and maximum range of the linear color gradient.
Fixed cases where the property value of adjacent atoms had opposite signs and the colors were not blurred smoothly by increasing the size of the box used to blur the values.
OEDraw2DSurface
andOEAddGlyph
will no longer crash due to theSwig::DirectorTypeMismatchException
C++ exception being thrown. A PythonRuntimeError
exception will now be thrown instead indicating that the__call__
methods of the class deriving from OESurfaceArcFxnBase, OEAtomGlyphBase, or OEBondGlyphBase needs to return a boolean value.
Documentation changes¶
All images were automatically regenerated to reflect the changes made since the previous release.