Kelsey Jordahl
|
c552213eb2
|
TST: Make the new test directories packages
|
2015-11-17 22:08:30 -07:00 |
|
Kelsey Jordahl
|
9ca133e21c
|
TST: Run tests on geopandas dir on Travis
|
2015-11-17 21:20:27 -07:00 |
|
Kelsey Jordahl
|
3f2a4ec0cd
|
TST CLN: Use assert_isinstance from pandas instead of redefining it
|
2015-11-17 21:09:10 -07:00 |
|
Kelsey Jordahl
|
a3ff4f6c5b
|
TST CLN: move import and remove whitespace
|
2015-11-17 21:05:31 -07:00 |
|
Kelsey Jordahl
|
5ae151ca23
|
TST CLN: Whitespace and other import cleanup
|
2015-11-17 20:57:49 -07:00 |
|
Kelsey Jordahl
|
4f8eefc002
|
TST CLN: Remove unused imports
|
2015-11-17 20:50:44 -07:00 |
|
Kelsey Jordahl
|
93a6747347
|
TST: Use the full path for examples directory
|
2015-11-17 20:43:43 -07:00 |
|
Kelsey Jordahl
|
8363590f4b
|
TST: Import test utilities with fully qualified name
|
2015-11-17 20:33:27 -07:00 |
|
Kelsey Jordahl
|
02ecfe2627
|
TST: Move the tests into the main package and subpackages
|
2015-11-17 09:22:46 -07:00 |
|
Kelsey Jordahl
|
a304931eba
|
Merge pull request #248 from IamJeffG/bugfix-vmin-vmax-zero
BUG: 0 is a valid value for vmin, vmax
|
2015-11-11 17:10:05 -08:00 |
|
Jeffrey Gerard
|
652342023e
|
BUG: 0 is a valid value for vmin, vmax
Previously, a value of min=0 was interpreted as False and ignored.
I added a new test case that failed before and passes now.
|
2015-11-11 14:28:34 -08:00 |
|
Kelsey Jordahl
|
2d6840c884
|
Merge pull request #238 from jorisvandenbossche/plot-full-color
ENH: plot with single colors
|
2015-11-01 20:23:48 -08:00 |
|
Joris Van den Bossche
|
9c2d84c894
|
ENH: plot with single colors
|
2015-10-31 01:45:20 +01:00 |
|
Kelsey Jordahl
|
3489dcee24
|
Merge pull request #240 from jorisvandenbossche/deprecation
Deprecation warning for axes and colormap
|
2015-10-30 16:47:54 -07:00 |
|
Joris Van den Bossche
|
45d870fce7
|
Deprecation warning for axes and colormap
|
2015-10-30 22:56:28 +01:00 |
|
Kelsey Jordahl
|
157c8d4a1e
|
Merge pull request #239 from jorisvandenbossche/fix-test-colormap
Fix test after colormap->cmap change
|
2015-10-30 13:21:02 -07:00 |
|
Joris Van den Bossche
|
76a79c7da8
|
Fix test after colormap->cmap change
|
2015-10-30 20:41:30 +01:00 |
|
Kelsey Jordahl
|
138d57e402
|
Merge pull request #228 from darribas/fix208
Fix208
|
2015-10-30 09:05:56 -07:00 |
|
Kelsey Jordahl
|
aee2494071
|
Merge pull request #186 from jorisvandenbossche/plot-colorbar
ENH: add plot points with colormap
|
2015-10-30 09:02:19 -07:00 |
|
Joris Van den Bossche
|
a4dfda959a
|
TST: Add tests for plotting points
|
2015-10-30 11:26:01 +01:00 |
|
Joris Van den Bossche
|
d42ffebdb5
|
ENH: add plot points with colormap
|
2015-10-29 09:51:42 +01:00 |
|
Dani Arribas-Bel
|
57324cfe9f
|
Adapting tests
|
2015-10-09 22:52:21 +01:00 |
|
Dani Arribas-Bel
|
7ed0803b43
|
Replacing colormap for cmap in user methods (plot_series and plot_dataframe), addressing Issue #208
|
2015-10-09 22:44:53 +01:00 |
|
Dani Arribas-Bel
|
5d526d288d
|
Replacing axes by ax to keep consistency, addressing issue #208
|
2015-10-09 22:41:38 +01:00 |
|
Kelsey Jordahl
|
bdfc7fb819
|
Merge pull request #222 from jwass/unhashable_geometries
Remove test_merge_geo
|
2015-09-10 13:12:48 -07:00 |
|
Jacob Wasserman
|
48ec5b80c7
|
Skip test_merge_geo due to unhashable geometries
Reenable once geometry hashing is sorted out.
|
2015-09-09 21:01:14 -04:00 |
|
Kelsey Jordahl
|
f5b1b95f82
|
Merge pull request #218 from jorisvandenbossche/rtree
Make rtree an optional dependency
|
2015-09-09 17:12:05 -07:00 |
|
Kelsey Jordahl
|
06d793cefc
|
Merge pull request #220 from geopandas/travis_container
TST: speed up travis builds with containers and wheel caching
|
2015-09-09 16:53:36 -07:00 |
|
Kelsey Jordahl
|
28a322d14e
|
Merge pull request #216 from scw/master
Update about.rst
|
2015-09-09 16:32:00 -07:00 |
|
Matthew Perry
|
a3838b7048
|
speed up travis builds with containers and wheel caching
|
2015-09-04 14:48:06 -04:00 |
|
Joris Van den Bossche
|
7a1d16648b
|
Make rtree an optional dependency
|
2015-09-02 16:17:18 +02:00 |
|
Shaun Walbridge
|
dcaf279414
|
Update about.rst
|
2015-08-28 02:00:59 -04:00 |
|
Kelsey Jordahl
|
533d804190
|
Merge pull request #210 from jorisvandenbossche/plotting-pysal-legend
ENH/VIS: add legend for choropleth plots
|
2015-08-24 07:19:51 -07:00 |
|
Joris Van den Bossche
|
3b395d474a
|
Add test for legend with PySAL choropleth plots
|
2015-08-23 12:09:04 +02:00 |
|
Joris Van den Bossche
|
35d22f0a76
|
Require PySAL for plotting with scheme
|
2015-08-21 23:40:26 +02:00 |
|
Joris Van den Bossche
|
f68040f814
|
ENH/VIS: add legend for choropleth plots
|
2015-08-21 23:40:19 +02:00 |
|
Kelsey Jordahl
|
8ed45ac8da
|
Merge pull request #211 from jdmcbr/master
Added check for z dimension in plot_polygon; if yes, flatten before plot.
|
2015-08-14 14:53:50 -07:00 |
|
Kelsey Jordahl
|
72ce4f96f5
|
Merge pull request #207 from maxalbert/colormap_vmin_vmax
Add keyword arguments "vmin", "vmax" to plot_dataframe()
|
2015-08-13 20:36:25 -07:00 |
|
Maximilian Albert
|
51e11fcfc4
|
Import unittest from util.py (which imports unittest2 under the hood for Python 2.6) to make skipIf work for all Python versions.
|
2015-08-14 00:26:47 +01:00 |
|
Maximilian Albert
|
74b5896dab
|
Skip test on Travis (as it fails even though it passes locally and it's not clear why).
|
2015-08-13 23:43:34 +01:00 |
|
James McBride
|
b3d93bd48d
|
Moved shapely import to top of file in plotting.
|
2015-08-11 10:49:15 -07:00 |
|
Maximilian Albert
|
6e9772b292
|
Add test which plots a simple GeoDataFrame using various extra keyword arguments, to see if they are honoured.
|
2015-08-11 18:33:45 +01:00 |
|
James McBride
|
701f051866
|
Added check for z dimension in polygon; if yes, flatten before plot.
Necessary because descartes does not accept polygons with a z
coordinate.
|
2015-08-11 10:20:00 -07:00 |
|
Maximilian Albert
|
3d83d7d2dd
|
Add support for 'figsize' kwarg in both plot_series() and plot_dataframe().
|
2015-08-11 17:51:37 +01:00 |
|
Maximilian Albert
|
7fca5a77fd
|
Add support for kwarg 'linewidth'.
|
2015-08-01 03:11:22 +05:45 |
|
Maximilian Albert
|
aeac64af5b
|
Add keyword arguments 'vmin', 'vmax' to plot_dataframe() which allow adjusting the min/max value used for the colormap.
|
2015-07-31 02:37:47 +05:45 |
|
Kelsey Jordahl
|
15f77ba821
|
Merge pull request #206 from geopandas/bug/pickle-crs
Serialize metadata
|
2015-07-13 23:09:13 -07:00 |
|
Kelsey Jordahl
|
ddf08b7b82
|
DOC: Add comments to explain serialization [skip ci]
|
2015-07-13 23:07:30 -07:00 |
|
Kelsey Jordahl
|
a71516a034
|
TST: Test pickling/unpickling CRS
|
2015-07-12 15:33:02 -05:00 |
|
Kelsey Jordahl
|
66b67d1fbe
|
ENH: Add _metadata to _internal_names to ensure it is deserialized
|
2015-07-12 15:32:43 -05:00 |
|