Commit Graph
533 Commits
Author SHA1 Message Date
noraderam 0061fb8df9 TST: Implement skipped geometry tests for GeoSeries 2014-07-11 17:32:15 -05:00
Kelsey Jordahl 196e94e1ab TST CLN: Remove repeated import 2014-07-11 16:11:55 -05:00
Matthew Perry 3a743219db geo interface for geoseries 2014-07-11 15:08:28 -05:00
Matthew Perry f2f94c0d27 preliminary geo interface for geodataframes 2014-07-11 14:34:31 -05:00
Kelsey Jordahl d0a1c70de6 Merge pull request #108 from geopandas/pr-104-rebased
Update to geopy 0.99
2014-07-11 13:44:17 -05:00
Kelsey Jordahl e9755b6332 TST BUG: Arg, geopy import was failing before the python 3.2 test 2014-07-11 10:50:46 -05:00
Kelsey Jordahl 19ef25b9c2 TST BUG: Protect individual geopy dependent imports 2014-07-11 09:31:20 -05:00
Kelsey Jordahl d8c368d52c Revert "TST BUG: Protect failing import for python 3.2 error"
This reverts commit 9d70950210.
2014-07-11 09:21:03 -05:00
Kelsey Jordahl c263221880 TST: Skip nominatim test, it times out too often. 2014-07-11 07:58:16 -05:00
Kelsey Jordahl 9d70950210 TST BUG: Protect failing import for python 3.2 error 2014-07-11 07:56:51 -05:00
Kelsey Jordahl ce13a78826 TST: Stupid missing import 2014-07-11 00:12:38 -05:00
Kelsey Jordahl a9746809c5 TST: Add SQLAlchemy to test requirements 2014-07-10 23:10:14 -05:00
Kelsey Jordahl d57e9b1010 TST: Update the tests to use SQLalchemy for new pandas and DB API for older pandas versions 2014-07-10 23:08:41 -05:00
Kelsey Jordahl 56d0fa719a ENH: Take either SQLalchemy engine or a DB API connection object 2014-07-10 23:07:45 -05:00
Kelsey Jordahl 7b8682d11e DOC: Add known issue regarding geopy 0.99 on python 3.2 2014-07-10 22:43:36 -05:00
Kelsey Jordahl e3795db7fb TST: Skip geopy tests on python 3.2, as it's known to be broken. 2014-07-10 22:40:08 -05:00
Kelsey Jordahl 353d383d87 ENH: Use sqlalchemy for PostGIS connection for better compatibility with pandas.read_sql 2014-07-10 22:08:15 -05:00
Kelsey Jordahl a8a2ba124d TST: Use a longer timeout for geopy in test 2014-07-10 21:58:24 -05:00
Kelsey Jordahl 9851566571 TST: Use latest geopy 2014-07-10 21:57:54 -05:00
Roy Hyunjin Han 92708eddf2 Use GeocoderQueryError
GeocoderResultError no longer exists in GeocoderQueryError.  Thank you for making geopandas!
2014-07-06 18:50:13 -05:00
Kelsey Jordahl f6ed51f0ce DOC: Clarify installing released version vs. dev versions 2014-07-06 18:28:33 -05:00
Kelsey Jordahl 44e24314e4 DOC: Bump release version 2014-07-06 18:27:33 -05:00
Kelsey Jordahl bd664b54d4 BLD: Set default version in __init__.py 2014-07-06 18:26:48 -05:00
Kelsey Jordahl d48c0ec0d1 RLS: Set release = True! 2014-07-06 18:19:13 -05:00
Kelsey Jordahl 407d6c07f2 Merge pull request #100 from kjordahl/test/python34
Add python 3.4 to Travis CI build
2014-07-06 16:55:09 -05:00
Kelsey Jordahl 9bd4f59b46 TST: Exclude python 2.6 with pandas 0.14.0 2014-07-06 15:19:09 -05:00
Kelsey Jordahl 0e42d9cde8 DOC: BE explicit about supportted pandas versions 2014-07-06 11:24:52 -05:00
Kelsey Jordahl c586120b6f TST: Add pandas 0.14.0 and drop pandas 0.12.0 from Travis CI 2014-07-06 11:23:02 -05:00
Kelsey Jordahl f9ee0be092 TST: Remove postgis from Travis CI due to gdal version conflicts 2014-07-06 11:09:01 -05:00
Kelsey Jordahl 90165de30e TST: Move matplotlib.use() to before other matplotlib imports 2014-05-06 22:21:32 -04:00
Kelsey Jordahl 580afdb515 TST: Set matplotlib backend to Agg in test 2014-05-06 22:03:35 -04:00
Kelsey Jordahl 9e5e78166f BUG: Actually return the local path of the downloaded zip file for tests 2014-05-06 13:53:40 -04:00
Kelsey Jordahl 9179364282 DOC: Update link location of NYC sample data 2014-05-06 12:17:57 -04:00
Kelsey Jordahl 1be30a86ab TST BUG: Don't hard-wire list of borough names 2014-05-06 12:08:13 -04:00
Kelsey Jordahl c74d537245 BUG: Update to version 14 NYC sample data since v13 is no longer available 2014-05-06 11:58:35 -04:00
Kelsey Jordahl b3d5ffed92 TST: Add python 3.4 to test matrix 2014-05-06 10:41:43 -04:00
Kelsey Jordahl 761b5c6c0e Merge pull request #99 from kjordahl/doc/plotting-reqs
Minor documentation update
2014-04-23 23:45:43 -04:00
Kelsey Jordahl d9e7f81dee DOC: Space before list and minor rewording of plotting requirements 2014-04-23 23:43:43 -04:00
Kelsey Jordahl a7b594e79f Merge pull request #97 from kjordahl/feature/py34
Python 3 support
2014-04-22 21:21:55 -04:00
Kelsey Jordahl cf2d13c5cc TST: Test for bad na argument to to_json() 2014-04-21 18:34:07 -04:00
Kelsey Jordahl 8aaad9dd24 PY26: Need explicit position in format() for python 2.6 2014-04-21 18:31:11 -04:00
Kelsey Jordahl ae99d72e51 BUG: Use None as sentinel value for empty fill gemetry to avoid creating module level globals 2014-04-21 12:02:40 -04:00
Kelsey Jordahl bddfa20bce TST: Skip PostGIS tests for recent pandas master due to SQL API change (GH#98) 2014-04-21 07:40:01 -04:00
Kelsey Jordahl f61a9aa354 Revert "TST: Temporarily freeze pandas version to before pandas SQL API change"
This reverts commit 40e1440715.
2014-04-21 07:28:17 -04:00
Kelsey Jordahl 40e1440715 TST: Temporarily freeze pandas version to before pandas SQL API change 2014-04-20 22:28:25 -04:00
Kelsey Jordahl 94c2f6cb87 Revert "ENH: Use sqlalchemy for PostGIS connection for better compatibility with pandas.read_sql"
This reverts commit 75c530115e.
2014-04-20 22:26:03 -04:00
Kelsey Jordahl 1ba57db869 Revert "TST: Add sqlalchemy to test requirements"
This reverts commit 94532bd826.
2014-04-20 22:25:53 -04:00
Kelsey Jordahl 94532bd826 TST: Add sqlalchemy to test requirements 2014-04-19 15:45:46 -04:00
Kelsey Jordahl 75c530115e ENH: Use sqlalchemy for PostGIS connection for better compatibility with pandas.read_sql 2014-04-19 15:28:32 -04:00
Kelsey Jordahl c582e8da6f BUG: Use explicit call to Point() instead of global variables 2014-04-19 14:19:11 -04:00