History.txt in kevintyll-ofac-1.1.10 vs History.txt in kevintyll-ofac-1.1.11
- old
+ new
@@ -56,11 +56,17 @@
* 1 minor enhancement:
* Added a method, db_hit? for when your more concerned with speed than accuracy. db_hit? will retun true if there is an exact name match
in the ofac_sdn database. This method ignores address and city and does not produce a score.
Usage: Ofac.new({:name => 'Oscar Hernandez', :city => 'Clearwater', :address => '123 somewhere ln'}).db_hit?
-
== 1.1.10 2009-07-28
* 1 minor enhancement:
* Modified the select in OfacSdn to use the city to pull records from the database. This is another compromise to improve performance,
- but still get a score. The db_hit? method is still faster, but this will still calculate a score for accuracy.
+ but still get a score. The db_hit? method is still faster, but this will still calculate a score for accuracy.
+
+== 1.1.11 2009-07-29
+
+* 1 minor enhancement:
+ * Removed the changes from 1.1.10. 1.1.10 produced a score of 0 when a higher score was more accurate.
+ Changed the scoring algorithm to not include partial matches on sounds like. This code has little impact on score, and
+ has a very high overhead on performance.
\ No newline at end of file