conda-forge / geopandas-feedstock

A conda-smithy repository for geopandas.
BSD 3-Clause "New" or "Revised" License
16 stars 14 forks source link

update to 0.3.0 #25

Closed ocefpaf closed 7 years ago

ocefpaf commented 7 years ago

Version 0.3.0 (August 29, 2017)
-------------------------------

Improvements:

* Improve plotting performance using ``matplotlib.collections`` (#267)
* Improve default plotting appearance. The defaults now follow the new matplotlib defaults (#318, #502, #510)
* Provide access to x/y coordinates as attributes for Point GeoSeries (#383)
* Make the NYBB dataset available through ``geopandas.datasets`` (#384)
* Enable ``sjoin`` on non-integer-index GeoDataFrames (#422)
* Add ``cx`` indexer to GeoDataFrame (#482)
* ``GeoDataFrame.from_features`` now also accepts a Feature Collection (#225, #507)
* Use index label instead of integer id in output of ``iterfeatures`` and
  ``to_json`` (#421)
* Return empty data frame rather than raising an error when performing a spatial join with non overlapping geodataframes (#335)

Bug fixes:

* Compatibility with shapely 1.6.0 (#512)
* Fix ``fiona.filter`` results when bbox is not None (#372)
* Fix ``dissolve`` to retain CRS (#389)
* Fix ``cx`` behavior when using index of 0 (#478)
* Fix display of lower bin in legend label of choropleth plots using a PySAL scheme (#450)
conda-forge-linter commented 7 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

jorisvandenbossche commented 7 years ago

@ocefpaf any idea appveyor is passing on your account? (in case you have it enabled)

jorisvandenbossche commented 7 years ago

Ah, it finished. Merging then. Thanks!

ocefpaf commented 7 years ago

@ocefpaf any idea appveyor is passing on your account? (in case you have it enabled)

Sorry. I had to leave yesterday. Glad the release is up in the channel.

Thanks @jorisvandenbossche!

Ping @emiliom who is interested in this.

emiliom commented 7 years ago

Fantastic!! Thanks, @jorisvandenbossche and @ocefpaf !