Skip to content

Releases: lixun910/geoda

GeoDa 1.16.0.6

02 Oct 05:00
Compare
Choose a tag to compare

bug: edge case for histogram
GeoDaCenter#2221 opened 6 days ago by lixun910

bug: Local neighbor match test
GeoDaCenter#2222 opened 11 hours ago by lixun910

routing auto-report bug to lixun910/geoda
GeoDaCenter#2223 opened 10 hours ago by lixun910

GeoDa 1.14.0.138

23 Sep 00:15
Compare
Choose a tag to compare

New features:

GIS features

  1. Reprojection (specify projection when save)

  2. Minimum Spanning Tree (MST)

  3. Spatial Dissolve

  4. Multi-Layer Support (Linked Multi-Layers, Automatic reprojection)

  5. Spatial Assign/Spatial Count/ Spatial Join

  6. Heat map

Spatial Weights

  1. Create weights from variables

  2. Weights Intersection/Union

  3. Make (mutual) Symmetric weights

Local Spatial Autocorrelation

  1. Median Local Moran

  2. Univariate Quantile LISA

  3. Multivariate Quantile LISA

  4. Local Neighbor Match Test

Map/Plots/Table

  1. Conditional Box plot

  2. Distance Scatter plot with loess

  3. Render numeric labels on map

  4. Data transform: Standarize(MAD)/ Range Adjust/ Range Standardize

Dimension Reduction Methods

  1. Multidimensional Scaling (MDS) 2D/3D, SMACOF

  2. Spatial weights from MDS scatter plot

  3. t-SNE (animation)

Cluster Analysis

  1. K Medoids (FastPAM, FastCLARA, FastCLARANS)

  2. Spectral Clustering with large scale sparse eigenvalue solver (k-nn, mutual k-nn, gaussian)

  3. DBScan / DBScan*

  4. Hierarchical DBScan (Condensed Tree graph)

  5. Spatial Constrained Hierarchical Clustering (SCHC)

  6. AZP (greedy, simulated annealing, tabu search)

  7. Skater/Redcap with max-p-regions solver

Internationalization

  1. Russian

Geoda 1.14.0.8

06 Dec 22:27
Compare
Choose a tag to compare

fix issues:

  1. restore raise warning if spatial regression with GWT weights 2e4ed5d

  2. update and fix bugs when using c++11 aee6af1

  3. add gdb vscode project for ubuntu

  4. fix all potential memory issues detected in Xcode

  5. update plist file for osx catalina

GeoDa 1.14.0.10

07 Dec 04:54
d94005c
Compare
Choose a tag to compare

Fix issues:

  1. fix a bug in kernel weights creation with distance band that diagonal is missing

Features:

  1. add a simple labeling tool for generic maps