https://github.com/pysal/pysal

sort by:
Revision Author Date Message Commit Date
2a9218f Merge pull request #1051 from ljwolf/master Final legacy release of PySAL 18 July 2018, 19:04:02 UTC
4b8a803 update migration directions 18 July 2018, 18:14:25 UTC
a3181a1 add more edits to show future tense 18 July 2018, 04:33:29 UTC
91268ad add migrating directions to legacy pysal 18 July 2018, 04:17:40 UTC
5766222 add stub of MIGRATING.md file for migration instructions to be published at https://migrating.pysal.org 18 July 2018, 00:01:22 UTC
331f6dd change doc status 17 July 2018, 22:24:39 UTC
2931fdb add deprecation warning to api 17 July 2018, 22:19:10 UTC
a6b2194 Merge pull request #1028 from zhuang-hao-ming/patch-1 fix small bug in the arguments of kd.sparse_distance_matrix 14 April 2018, 04:10:32 UTC
1575eb1 Merge pull request #1024 from slumnitz/mapping_guide fixed imports and typo in mapping_guide.ipynb 14 April 2018, 04:03:09 UTC
c687d60 Merge pull request #1031 from wtadler/master Correct bbcommon() docstring 14 April 2018, 03:54:33 UTC
cef9211 correct bbcommon docstring 10 April 2018, 20:24:11 UTC
1852bde Merge pull request #1030 from slumnitz/mapping_pep8 complete pep8 fixes for mapping.py 10 April 2018, 18:15:17 UTC
f245660 pep8 fixes for mapping.py 10 April 2018, 05:33:43 UTC
b638728 Merge pull request #1022 from slumnitz/improve-mplot Improve code and documentation of viz.plot.mplot 06 April 2018, 00:24:12 UTC
6a8c7cd pep8 fixes for mapping.py 31 March 2018, 06:10:08 UTC
385c835 fixed plot_choropleth, updated documentation. also made python mapping.py show both figures 31 March 2018, 05:50:42 UTC
f6b4e97 fixed return from plot_lisa_cluster, and improved documentation 31 March 2018, 05:37:52 UTC
580337b fix small bug in the arguments of kd.sparse_distance_matrix The call misses the p-norm argument. 27 March 2018, 10:53:40 UTC
6ea1481 Merge pull request #1027 from Algogator/edgecase Fixes #1025: Adds input checks for lat2W 22 March 2018, 04:42:53 UTC
3db906a Fixes #1025: Adds input checks for lat2W 12 March 2018, 21:14:59 UTC
6b57b59 fixed imports and typo in mapping_guide.ipynb 08 March 2018, 04:53:40 UTC
ed130d4 added test for viz.mplot 02 March 2018, 04:16:53 UTC
f546b91 Improve documentation for mplot, added example also fixed type descriptors, and changed fuction to return figure instance, and made docstring conform to numpydoc standard 27 February 2018, 07:49:38 UTC
1afe78b Improved mplot code, changed to matplotlib OO API also removed plt.show call added __all__ dict 27 February 2018, 07:43:17 UTC
35a5771 Merge pull request #1016 from sjsrey/master Updating license for #1004 07 December 2017, 04:39:41 UTC
647ee4b Updating license for #1004 07 December 2017, 04:06:41 UTC
0f8f1b0 Merge pull request #1013 from shivareddyiirs/patch-1 updated the typo mistake in the notes section in pysal/esda/moran.py 05 December 2017, 04:40:59 UTC
4b2b1a2 Merge pull request #1011 from weikang9009/moran_rates resolve discrepancy of estimating Moran's I corrected for rates between GeoDa and pysal 05 December 2017, 04:39:59 UTC
b6f4070 Merge pull request #1007 from rasmi/patch-1 Check if d is a float before using .shape for dims. 05 December 2017, 04:39:23 UTC
c58d610 updated the typo mistake in the notes section. I was referring API documentation and found this line incomprehensible. In place of 'none' there should be 'not'. 24 November 2017, 05:10:44 UTC
add8409 Merge branch 'moran_rates' of github.com:weikang9009/pysal into moran_rates 22 November 2017, 17:08:26 UTC
97f0638 update docs for Moran rate and local moran rate 22 November 2017, 17:07:13 UTC
553c216 Merge branch 'master' of github.com:pysal/pysal into moran_rates 22 November 2017, 17:04:30 UTC
111a2ab Merge branch 'master' into moran_rates 22 November 2017, 17:00:06 UTC
94cdbf7 Merge pull request #1012 from shivareddyiirs/patch-1 Updated the link to the book in amazon 22 November 2017, 14:48:55 UTC
148b458 Updated the link to the book in amazon 22 November 2017, 08:44:58 UTC
b929928 Merge pull request #1009 from weikang9009/release_doc Edit release doc 22 November 2017, 04:16:52 UTC
efba47a resolve issue of estimating moran's I corrected for rates 21 November 2017, 03:03:22 UTC
abdbe6f Revert "update release guideline" This reverts commit 330028c671671c34633ed20c6c50dcfce5b83315. 21 November 2017, 02:52:28 UTC
648e1c9 edit release doc 20 November 2017, 18:44:39 UTC
5f7e6fd Merge branch 'master' of github.com:pysal/pysal 20 November 2017, 18:43:26 UTC
5bf511e Check if d is a float before using .shape for dims. Fixes #1006. 20 November 2017, 16:54:24 UTC
8d1e596 Merge pull request #1002 from sebastic/test_examples Fix UnicodeDecodeError by changing UTF-8 character to ASCII. 07 November 2017, 11:39:26 UTC
b9bd8b4 Fix UnicodeDecodeError by changing UTF-8 character to ASCII. ``` ====================================================================== ERROR: test_parser (pysal.examples.test_examples.Example_Tester) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/pysal-1.14.3/.pybuild/pythonX.Y_3.6/build/pysal/examples/test_examples.py", line 15, in test_parser self.extext = ex.explain(example) File "/build/pysal-1.14.3/.pybuild/pythonX.Y_3.6/build/pysal/examples/__init__.py", line 77, in explain return _read_example(fpath) File "/build/pysal-1.14.3/.pybuild/pythonX.Y_3.6/build/pysal/examples/__init__.py", line 55, in _read_example title = io.readline().strip('\n') File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 384: ordinal not in range(128) -------------------- >> begin captured stdout << --------------------- ``` 06 November 2017, 18:43:37 UTC
330028c update release guideline 03 November 2017, 05:40:42 UTC
e7763d1 Merge pull request #1001 from sjsrey/master Release 1.14.3 03 November 2017, 00:27:09 UTC
3de77ae Merge pull request #1000 from thequackdaddy/frombytes fromstring is deprecated in 3.6 02 November 2017, 23:37:29 UTC
8db8347 release 1.14.3 02 November 2017, 23:33:13 UTC
45329bb version date 02 November 2017, 23:02:30 UTC
4065ea8 update release instructions and version bump 02 November 2017, 22:56:53 UTC
88129c9 Add 3.6 testing 02 November 2017, 22:04:03 UTC
ccbe54a Merge branch 'master' of github.com:pysal/pysal 02 November 2017, 21:57:38 UTC
d2e44ce Merge pull request #997 from weikang9009/datasets edit README.md for example datasets 02 November 2017, 21:39:46 UTC
7766d58 Merge pull request #999 from thequackdaddy/palettable Raise ImportError on missing palettable and PEP8 02 November 2017, 21:36:35 UTC
9d1e2eb fromstring is deprecated in 3.6 02 November 2017, 21:22:30 UTC
bfb5703 Raise ImportError on missing palettable 02 November 2017, 18:24:00 UTC
09d0f2e Merge pull request #983 from sebastic/taberror Fix inconsistent use of tabs and spaces in indentation. 02 November 2017, 17:43:27 UTC
79a3551 edit README.md for example datasets 02 November 2017, 06:42:52 UTC
9d71ebc Merge branch 'master' of github.com:pysal/pysal 31 October 2017, 02:29:33 UTC
4700267 Merge pull request #995 from ljwolf/foliumfix Foliumfix 31 October 2017, 02:23:23 UTC
ea39629 Merge pull request #993 from ljwolf/b991 B991 31 October 2017, 02:22:49 UTC
44c7074 update notebook to use geopandas dataframe instead of file 30 October 2017, 23:25:02 UTC
545e9d3 fix old mapping code 30 October 2017, 23:24:43 UTC
c528930 update PR directions & remove superfluous stats 29 October 2017, 23:10:36 UTC
3e4c39f shift usage of chisqprob to chi2.sf for scipy 1.0.0 compat This mirrors the changes verbatim submitted to pysal/spreg concerning this issue. 29 October 2017, 22:57:51 UTC
fb6ae21 remove prints & blank raises & swap for just raising the import error in common.py 29 October 2017, 22:57:07 UTC
bc68386 bring in orphaned changes from PySAL upstream 29 October 2017, 22:18:03 UTC
2470792 Merge pull request #988 from weikang9009/master Resolve issue of "False" "id_order_set" when building contiguity weights from shapefile even if `idVariable` is given in initialization 05 October 2017, 23:30:51 UTC
61beded attribute id_order_set contiguity from_shapefile 05 October 2017, 19:09:16 UTC
dbbfb77 resolve 26 September 2017, 03:29:16 UTC
75f0dc0 resolve README.rst 26 September 2017, 03:26:31 UTC
c9c7471 Merge pull request #982 from sjsrey/b980 update release instructions for new test.pypi 26 September 2017, 02:54:47 UTC
46eb0c0 Fix inconsistent use of tabs and spaces in indentation. Causes TabError. 25 September 2017, 05:45:33 UTC
f7664b3 update release instructions for new test.pypi 23 September 2017, 22:37:35 UTC
8d60c06 Merge pull request #979 from sjsrey/rel_1.14.2 Rel 1.14.2 23 September 2017, 20:49:59 UTC
807f18c thanks 23 September 2017, 20:04:47 UTC
aefb7ea release 1.14.2 23 September 2017, 19:58:25 UTC
87c9587 version bump 23 September 2017, 19:44:21 UTC
9c2e310 bumping version 23 September 2017, 19:44:21 UTC
bbfef40 resolve 23 September 2017, 19:43:55 UTC
0484749 Merge branch 'master' of github.com:sjsrey/pysal 23 September 2017, 15:23:12 UTC
b09895b version bump 23 September 2017, 15:20:50 UTC
c68d576 bumping version 23 September 2017, 15:09:45 UTC
8e85852 Merge pull request #975 from sjsrey/b970 Correction of Geary's C under randomization 16 September 2017, 16:43:16 UTC
b699961 update unit tests for bug fix on geary variance 10 September 2017, 02:54:00 UTC
e809bfe bug fix for geary variance under randomization 10 September 2017, 02:42:44 UTC
2eb5880 Correction of variance for C under randomization 07 September 2017, 00:45:00 UTC
b18652a Merge pull request #972 from sjsrey/b970 Bug Fix for #970 01 September 2017, 23:40:08 UTC
8612af9 Merge pull request #973 from darribas/fix971 Passing p_thres in plot_lisa_cluster. This fixes #971 01 September 2017, 14:00:01 UTC
101773c Passing p_thres in plot_lisa_cluster. This fixes #971 01 September 2017, 09:39:55 UTC
a43e5ca Cleaning up import in doctest examples 01 September 2017, 00:21:20 UTC
472df6c Turning off debug print 01 September 2017, 00:18:24 UTC
989b388 Simplify moments for I under randomization and use our new testing style. 31 August 2017, 23:07:08 UTC
6cfa00a Merge branch 'master' of github.com:pysal/pysal into b970m 31 August 2017, 00:26:21 UTC
9645d6d Correction for Moran's I variance under randomization #970 31 August 2017, 00:10:20 UTC
a73bbb3 Merge pull request #964 from ljwolf/dev preparing 1.4.1 release 29 July 2017, 17:12:07 UTC
0c013f2 use bump.py for release 29 July 2017, 16:36:17 UTC
7b080b3 fix typos in deprecation warnings 20 July 2017, 19:37:04 UTC
986fad3 increment version for release 1.14.1 20 July 2017, 19:37:04 UTC
13e001e Merge pull request #963 from ljwolf/dev remove erroneous debug print 20 July 2017, 19:04:35 UTC
back to top