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

GeoDa 1.14 pull request #1939

Merged
merged 70 commits into from
Aug 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
1a6e58f
add "setup number formatting" menu to table; update version
lixun910 Jul 23, 2019
8e87e0c
update to use new HERE app id
lixun910 Jul 25, 2019
1a931b1
custom category update and fix
lixun910 Jul 26, 2019
887b657
fix a bug that Set Display Precision doesn't work on Moran scatter plot
lixun910 Jul 29, 2019
2fe13ae
Update CorrelParamsDlg.cpp
lixun910 Jul 29, 2019
d5d604a
Update WeightsManDlg.cpp
lixun910 Jul 30, 2019
4fbc9fd
Update HClusterDlg.cpp
lixun910 Jul 30, 2019
9df7acf
Update SkaterDlg.cpp
lixun910 Jul 30, 2019
1362290
Update version.h
lixun910 Jul 30, 2019
6b8d038
Update redcap.cpp
lixun910 Jul 30, 2019
69f9336
update #1847 on custom breaks
lixun910 Jul 30, 2019
57e9dd4
Update OGRLayerProxy.cpp
lixun910 Jul 30, 2019
f776636
update windows build script
lixun910 Jul 30, 2019
420ef6c
update for auto-upgrade
lixun910 Aug 1, 2019
6ca7d73
enhacenment and fix
lixun910 Aug 3, 2019
b1389ba
update build script for ubuntu 16.04 and 18.04; although all will be …
lixun910 Aug 6, 2019
70212cd
update scripts on ubuntu 16.04 with system software updates
lixun910 Aug 6, 2019
2a6e91b
enhancement: let user to config if creating csvt file when saving csv…
lixun910 Aug 7, 2019
f562e44
enhancement: handle csv if column names in first row are empty
lixun910 Aug 7, 2019
af38705
Update version.h
lixun910 Aug 7, 2019
93f94aa
enhancement: handle csv with lat/lon
lixun910 Aug 8, 2019
9d9124a
enhancement for windows (go through lab notes)
lixun910 Aug 9, 2019
5bdf17b
try to avoid hanging when basemap tiles are slow to download
lixun910 Aug 9, 2019
8594910
update version
lixun910 Aug 9, 2019
a297732
#1923 reorg basemap options
lixun910 Aug 12, 2019
28bdf73
Update GdaConst.cpp
lixun910 Aug 13, 2019
0c3aabd
enhancement for windows version GeoDa
lixun910 Aug 13, 2019
f370938
Fix a Merge related crash (Windows only)
lixun910 Aug 13, 2019
540ea57
BP should NOT be used for multicollinearity
lixun910 Aug 13, 2019
1a8a1d5
update version
lixun910 Aug 13, 2019
bbfe661
enhancement
lixun910 Aug 13, 2019
b736758
Update VarOrderPtree.cpp
lixun910 Aug 13, 2019
4df1715
ref #1919 replicate and fix a ubuntu only crash when saving CSV with …
lixun910 Aug 14, 2019
9963955
update build scripts for Ubuntu bionic
lixun910 Aug 15, 2019
37dbd7b
Merge branch 'master' into fix_201
lixun910 Aug 15, 2019
4c31463
update build scripts on Ubuntu xenial and packaging scripts
lixun910 Aug 15, 2019
b80c519
update build scripts on Ubuntu for lab environment
lixun910 Aug 16, 2019
eabab47
fix an issue that save plots to png files doesn't work on Ubuntu (only)
lixun910 Aug 16, 2019
4c80a7c
#1932 color buttons in Colocation dialog and Custom category editor d…
lixun910 Aug 16, 2019
484c3e6
Merge branch 'fix_201' of https://github.com/lixun910/geoda into fix_201
lixun910 Aug 16, 2019
cbe171f
#1932 Saving canvas to a bmp/png file doesn't' work as expected on ub…
lixun910 Aug 16, 2019
f2d5e97
update to wxWidgets 3.1.2 on Ubuntu 18.04 to avoid wx-related crash
lixun910 Aug 17, 2019
e03d8af
update to gtk-3.0 on ubuntu
lixun910 Aug 21, 2019
e61769f
merge changes for ubuntu
lixun910 Aug 21, 2019
274597b
#1932 ubuntu only issue: basemap transparency and SaveAsImage behave …
lixun910 Aug 21, 2019
3afcdeb
#1932 update UI for ubuntu (only)
lixun910 Aug 21, 2019
30128bb
Update MapNewView.cpp
lixun910 Aug 21, 2019
542059b
retouch colocation/custom editor color button after swithing to gtk 3.0
lixun910 Aug 21, 2019
11c98d8
on Ubuntu: save thumbnails to users home directory instead of install…
lixun910 Aug 22, 2019
b8d32c2
Merge branch 'fix_201' of https://github.com/lixun910/geoda into fix_201
lixun910 Aug 22, 2019
5d8e6b9
update build scripts for bionic ubuntu
lixun910 Aug 22, 2019
2b6ede9
update build script xenial ubuntu
lixun910 Aug 22, 2019
ec23f5c
Merge branch 'fix_201' of https://github.com/lixun910/geoda into fix_201
lixun910 Aug 22, 2019
db21108
update ui after swithing to GTK3.0 on ubuntu
lixun910 Aug 22, 2019
0770cab
Merge branch 'fix_201' of https://github.com/lixun910/geoda into fix_201
lixun910 Aug 22, 2019
034d062
Windows issue: save data with field name with chinese characters
lixun910 Aug 23, 2019
b33f6fd
update DMG version number
lixun910 Aug 23, 2019
381a976
Merge branch 'fix_201' of https://github.com/lixun910/geoda into fix_201
lixun910 Aug 23, 2019
c8de77d
#1932 the label in Sample Panel is trimmed in Ubuntu 18.04 with GTK3.0
lixun910 Aug 23, 2019
91b9153
enhancement for basemap downloading and rendering
lixun910 Aug 23, 2019
c341fba
Merge branch 'fix_201' of https://github.com/lixun910/geoda into fix_201
lixun910 Aug 23, 2019
e49c159
update basemap enhancement on windows
lixun910 Aug 24, 2019
431714e
update enhancement of basemap on OSX
lixun910 Aug 24, 2019
8bdf566
Merge branch 'fix_201' of https://github.com/lixun910/geoda into fix_201
lixun910 Aug 24, 2019
3feedfa
update version
lixun910 Aug 24, 2019
140a4a8
update windows only feature macro flags
lixun910 Aug 25, 2019
caaf98a
update macro flags for ubuntu only and build scripts for ubuntu
lixun910 Aug 25, 2019
5e83f3a
Merge branch 'fix_201' of https://github.com/lixun910/geoda into fix_201
lixun910 Aug 25, 2019
bdc29d9
some small UI updates and ready to build
lixun910 Aug 25, 2019
6e243ec
update build scripts on windows
lixun910 Aug 25, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,5 @@ internationalization/.vscode/launch.json
internationalization/pofiles/new_zh_CN.mo
internationalization/.vscode/settings.json
internationalization/~$zh_CN.xlsx

GeoDamake.opt
2 changes: 1 addition & 1 deletion Algorithms/redcap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ bool Tree::checkControl(vector<int>& cand_ids, vector<int>& ids, int flag)
}
}

return val > control_thres;
return val >= control_thres;
}

pair<Tree*, Tree*> Tree::GetSubTrees()
Expand Down
Binary file modified BuildTools/CommonDistFiles/cache.sqlite
Binary file not shown.
6 changes: 4 additions & 2 deletions BuildTools/macosx/GeoDa-GDAL-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@
<key>CFBundleIconFile</key>
<string>GeoDa.icns</string>
<key>CFBundleIdentifier</key>
<string>edu.asu.geodacenter.GeoDa</string>
<string>edu.uchicago.spatial</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>io.gitub.geodacenter</string>
<key>CFBundleVersion</key>
<string>1.12</string>
<string>1.14</string>
<key>CFBundleShortVersionString</key>
<string>1.14</string>
<key>DTCompiler</key>
<string>4.2</string>
<key>DTPlatformBuild</key>
Expand Down
8 changes: 4 additions & 4 deletions BuildTools/ubuntu/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include ../../GeoDamake.opt

GeoDa_OBJ = $(wildcard $(GeoDa_ROOT)/o/*.o)

default: compile-geoda
default: compile-geoda

app: build-geoda

Expand Down Expand Up @@ -90,14 +90,14 @@ build-geoda:
cp $(GEODA_HOME)/libraries/lib/libspatialite.so.5.0.1 build/plugins/libspatialite.so.5
cp $(GEODA_HOME)/libraries/lib/libfreexl.so.1.0.0 build/plugins/libfreexl.so.1
cp $(GEODA_HOME)/libraries/lib/libproj.so.0.7.0 build/plugins/libproj.so.0
cp $(GEODA_HOME)/libraries/lib/libgeos_c.so.1.7.8 build/plugins/libgeos_c.so.1
cp $(GEODA_HOME)/libraries/lib/libgeos_c.so.1.10.2 build/plugins/libgeos_c.so.1
cp $(GEODA_HOME)/libraries/lib/libsqlite3.so.0.8.6 build/plugins/libsqlite3.so.0
cp $(GEODA_HOME)/libraries/lib/libiconv.so.2.5.0 build/plugins/libiconv.so.2
chmod +x build/plugins/libiconv.so.2
cp $(GEODA_HOME)/libraries/lib/libminizip.so.0.0.0 build/plugins/libminizip.so.0
cp $(GEODA_HOME)/libraries/lib/liburiparser.so.1.0.5 build/plugins/liburiparser.so.1
cp $(GEODA_HOME)/libraries/lib/libgeos-3.3.8.so build/plugins/libgeos-3.3.8.so
cp $(GEODA_HOME)/libraries/lib/libcurl.so.4.4.0 build/plugins/libcurl.so.4
cp $(GEODA_HOME)/libraries/lib/libgeos-3.6.2.so build/plugins/libgeos-3.6.2.so
cp $(GEODA_HOME)/libraries/lib/libcurl.so.4.5.0 build/plugins/libcurl.so.4
cp $(GEODA_HOME)/libraries/lib/libcares.so.2.1.0 build/plugins/libcares.so.2
cp $(GEODA_HOME)/libraries/share/gdal/* build/gdaldata
cp $(GEODA_HOME)/../CommonDistFiles/cache.sqlite build/cache.sqlite
Expand Down
32 changes: 2 additions & 30 deletions BuildTools/ubuntu/build64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echo
if [[ $REPLY =~ ^[Yy]$ ]]; then
sudo apt-get update
sudo apt-get install g++ libssl-dev libreadline6-dev zlib1g-dev libexpat1-dev dh-autoreconf libcurl4-openssl-dev libgtk-3-dev libwebkit-dev mesa-common-dev freeglut3-dev libglu1-mesa-dev libgl1-mesa-dev libgtk2.0-dev
# for 14.10, experimenting with adding librtmp-dev, libidn11-dev and libldap-dev
sudo apt-get install librtmp-dev libidn11-dev libldap-dev
fi

unset ORACLE_HOME
Expand Down Expand Up @@ -141,35 +141,7 @@ install_library c-ares-1.10.0 http://c-ares.haxx.se/download/c-ares-1.10.0.tar.g
#########################################################################
# install cURL
#########################################################################

LIB_NAME=curl-7.46.0
LIB_CHECKER=libcurl.a
LIB_URL=https://s3.us-east-2.amazonaws.com/geodabuild/curl-7.46.0.zip
LIB_FILENAME=curl-7.46.0.zip
echo $LIB_NAME

cd $DOWNLOAD_HOME

if ! [ -d "$LIB_NAME" ] ; then
curl -O $LIB_URL
unzip $LIB_FILENAME
fi

if ! [ -d "$LIB_NAME" ]; then
tar -xf $LIB_FILENAME
fi

if ! [ -f "$PREFIX/lib/$LIB_CHECKER" ] ; then
cd $LIB_NAME
./configure --enable-ares=$PREFIX CC="$GDA_CC" CFLAGS="$GDA_CFLAGS" CXX="$GDA_CXX" CXXFLAGS="$GDA_CXXFLAGS" LDFLAGS="$GDA_LDFLAGS" --prefix=$PREFIX --without-librtmp
$MAKER
make install
fi

if ! [ -f "$PREFIX/lib/$LIB_CHECKER" ] ; then
echo "Error! Exit"
exit
fi
# libcurl4-openssl-dev is used instead

#########################################################################
# install Xerces
Expand Down
Loading