GraphSim TK 2.2.4¶
New features¶
OEFPDatabaseOptions class has been added to allow simultaneous fingerprint database searches.
OEFPDatabase.GetScoresandOEFPDatabase.GetSortedScoresmethods have been overloaded. The new versions take an OEFPDatabaseOptions search parameter.OEFPDatabase.SetDescendingOrderandOEFPDatabase.GetDescendingOrdermethods have been added to allow setting the order in which the fingerprint scores are returned by theOEFPDatabase.GetSortedScoresmethod to be set.
Minor bug fixes¶
OEFPDatabase.GetScoresandOEFPDatabase.GetSortedScoresnow throw warnings instead of error messages in the case of fingerprint type mismatches before returning an empty iterator.