- Fixed bug where a table without numeric dataset could not be created because the OK button was disabled in the creation dialog - When importing a shapefile or dbf file it is now possible to assign time stamps to individual dbf columns and to associate columns with a single dataset. Click on the "Dataset time stamps" button. - Fixed bug where nearest-n neighbor point adjacency was only calculating n-1 neighbors - Added map option to show the neighbors of the selected object for a given spatial weights set. The weights assigned to each neighbor are listed in the log view. - When creating a new geography from a shapefile with self-intersecting polygons the log now lists the dbf row numbers for the invalid polygons (rather than saying "(no id)") - Selecting New Map from the right-click menu in the data view now sets the existing-maps combo to New Map - Added "Zoom to selected" and "Zoomed to selection rect" option in maps - Right-clicking in map when in zoom mode no longer zooms, but brings up the context menu - Added a new option in the spatial weights dialog: "Include ego as a neighbor". Some methods require that the spatial weight set passed as a parameter count each object as its own neighbor, for exampe Local G*. - Local G and Local G* separated into two methods.