Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.18 #2291

Merged
merged 94 commits into from
Dec 12, 2020
Merged

V1.18 #2291

merged 94 commits into from
Dec 12, 2020

Commits on Sep 26, 2020

  1. Configuration menu
    Copy the full SHA
    6ab47e2 View commit details
    Browse the repository at this point in the history
  2. Update HistogramView.cpp

    lixun910 committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    ff92339 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. update bubble chart dialog

    Right now, the four columns are X-Axis, Y-Axis, Bubble Size and Standard
    Deviation Color. Since we now can change the classification for the color,
    can we turn the last column into “Bubble Color”
    lixun910 committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    a1a6402 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    87e3be1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06f656e View commit details
    Browse the repository at this point in the history
  3. update for win32

    lixun910 committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    d0b1775 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    4307df8 View commit details
    Browse the repository at this point in the history
  2. #2222 bug: Local neighbor match test

    set the p-value to empty when cardinality = 0
    (it should be 1 - sum of pval for all cardinalities)
    lixun910 committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    1765dfe View commit details
    Browse the repository at this point in the history
  3. Update ReportBugDlg.cpp

    #2223 routing auto-report to lixun910/geoda
    lixun910 committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    9b010cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8c6bb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Configuration menu
    Copy the full SHA
    2462b32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3286c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c499971 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    ff2f599 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    5fc07b0 View commit details
    Browse the repository at this point in the history
  2. update version

    lixun910 committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    880ce5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77f8dcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e454b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Update nbrMatchDlg.cpp

    remove "random seed" input since it's not used
    lixun910 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    f6ea29c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c42b9d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/v1.18' into v1.18

    # Conflicts:
    #	rc/GdaAppResources.cpp
    lixun910 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    93e25e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    a63b501 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a3569b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2240 from lixun910/v1.18

    V1.16.0.12
    lixun910 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    cbc940c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    9e5f007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e3851f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    dc0a13f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8fd59e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c8b1cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    095cbd9 View commit details
    Browse the repository at this point in the history
  5. update for windows build

    lixun910 committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    4a3e1db View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Merge pull request #2246 from lixun910/v1.18

    v1.16.0.16
    lixun910 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    a9a24eb View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    2da6a0f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    8bb3c66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de3a34a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    8b1053b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. AZP: add ARiSeL #2266

    lixun910 committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    364ef82 View commit details
    Browse the repository at this point in the history
  2. Update AZPDlg.cpp

    #2266 when AriSEL is checked, AZP Tabu is selected even though it also works with AZP and AZP SA
    lixun910 committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    2c970e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Configuration menu
    Copy the full SHA
    df890d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Configuration menu
    Copy the full SHA
    fef6711 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    fcfa4fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2749506 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc3cf2d View commit details
    Browse the repository at this point in the history
  4. Update version.h

    lixun910 committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    2338393 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36a7ff1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3867407 View commit details
    Browse the repository at this point in the history
  7. #2261 SCHC fix how the clusters are exacted

    The sequences of merging should NOT be sorted when building th dendrogram and extracting the clusters.
    lixun910 committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    667a304 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    f1c955b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. update es.po language

    lixun910 committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    57342e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. update skater ui

    lixun910 committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    9663d6a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    fc7a4da View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    864880f View commit details
    Browse the repository at this point in the history
  2. remove some log messages to add privacy protection and prevent possib…

    …le crashes on windows
    lixun910 committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    e0cfc45 View commit details
    Browse the repository at this point in the history
  3. #2267 make ward as default

    lixun910 committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    9a5e735 View commit details
    Browse the repository at this point in the history
  4. Update version.h

    lixun910 committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    87c33ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12aab5d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Update SCHCDlg.cpp

    lixun910 committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    da276fd View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    77c843a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    348dd3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4760bdc View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    53890c3 View commit details
    Browse the repository at this point in the history
  2. Update RedcapDlg.cpp

    lixun910 committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    d6fb4d0 View commit details
    Browse the repository at this point in the history
  3. Update version.h

    lixun910 committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    0ae6b55 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. fix azpSA

    lixun910 committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    753fd4d View commit details
    Browse the repository at this point in the history
  2. fix azpTabu; update azp UI

    lixun910 committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    3c9f823 View commit details
    Browse the repository at this point in the history
  3. Update AZPDlg.cpp

    lixun910 committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    f60cead View commit details
    Browse the repository at this point in the history
  4. Update AZPDlg.cpp

    add AriSEel in summary
    lixun910 committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    6526521 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. Configuration menu
    Copy the full SHA
    c3979f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    54dbac6 View commit details
    Browse the repository at this point in the history
  2. update AZP and Maxp UI

    lixun910 committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    4c89d29 View commit details
    Browse the repository at this point in the history
  3. Update version.h

    lixun910 committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    6794e52 View commit details
    Browse the repository at this point in the history
  4. add parallization to maxp

    lixun910 committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    703df75 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. implement parallel maxp

    lixun910 committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    f442acd View commit details
    Browse the repository at this point in the history
  2. Update azp.cpp

    lixun910 committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    76c5f4e View commit details
    Browse the repository at this point in the history
  3. update tabu search

    lixun910 committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    a6c52c8 View commit details
    Browse the repository at this point in the history
  4. update tabu search

    add condition when “set of neighbors” is empty; update logic when add move to tabuList.
    lixun910 committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    48d6d82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91fbbdd View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    bd2c187 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cefa989 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. fix arisel bug in azp

    arisel:  the result with best objective is selected without checking if it satisfying the bound
    lixun910 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    188982f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e22ecf View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    ccea2da View commit details
    Browse the repository at this point in the history
  2. update russian language

    lixun910 committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    fe94336 View commit details
    Browse the repository at this point in the history
  3. update Russian MO

    lixun910 committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    f4741d8 View commit details
    Browse the repository at this point in the history
  4. Update version.h

    lixun910 committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    f8f6093 View commit details
    Browse the repository at this point in the history
  5. update windows build

    lixun910 committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    d8bbbb5 View commit details
    Browse the repository at this point in the history
  6. update to version 1.18

    lixun910 committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    27a9f2e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    82ddc5e View commit details
    Browse the repository at this point in the history
  2. fix azp on windows

    lixun910 committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    142685b View commit details
    Browse the repository at this point in the history
  3. fix connectivity graph on windows

    issues is caused by another fix of heat map on windows
    lixun910 committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    5795d05 View commit details
    Browse the repository at this point in the history
  4. discard hierachical map

    lixun910 committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    88cc7c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    661b4e0 View commit details
    Browse the repository at this point in the history
  6. update menu (AZP)

    lixun910 committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    f9dd123 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Merge pull request #2290 from lixun910/v1.18

    V1.18
    lixun910 committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    e922b5d View commit details
    Browse the repository at this point in the history