Shape TK 1.9.7¶
New features¶
OEReadShapeQuery
overload has been added to work on oeistream objects instead of a direct file name.OEOverlap.SetGridSpacing
has been added to allow adjusting the grid spacing used by theOEOverlapMethod.Grid
shape overlap method. Lower values typically yield overlaps that agree more closely with theOEOverlapMethod.Exact
method, while higher values can sometimes be faster and will diverge more.
Major bug fixes¶
OEBOOrientation.Subrocs
will sometimes crash when given a grid as the reference. Some of these crashes have been fixed, but others are more difficult to pin down and will persist till the next release.
Minor bug fixes¶
OEShape::OEBestOverlayScore::GetTversky
can now accept alpha and beta of0.0
provided both parameters are not0.0
.OEHasCompressedColorAtoms
return type has changed fromunsigned int
tobool
as the return value was always Boolean.
Documentation changes¶
OEHasCompressedColorAtoms
andOEDeleteCompressedColorAtoms
have been documented and are now fully supported.