Portfolio Explorer Open Source Change Log 
 

Version Notes
4.0.9 Changed scoring for Zip5 Centroid finds. Now 're-scores' last line before generating a match result.
4.0.8 Point Zips (with no associated street segments) will now return Zip5 Centroids rather than NULL results.
4.0.7
  • Changed 'iterators' to 'indexes' in method ParseGuess() in file AddressParserLastLineImp.cpp
    to make code safer, thus fixing a problem if there was only one 'token' (only city, OR only state, OR only zip)
    in the last line.
  • Minor modifications to improve use of "city alias" table, now that a more
    extensive "city_replacement.csv" file is available.
  • Improved some of the Match Status Flags handling.
  • Modified the checking of the last line, to allow possibility of finding
    successful candidates if state is wrong.
  • Added ability for Geocoder to read .ini file when determining weight values.
4.0.6
  • Added C API to allow easy bindings to other languages (see Geocoder_C.h )
  • Updated the CLI test app to use C interface & added error checking
4.0.5 Minor changes to the loaders
4.0.4 1st Public Open Source release