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

Bump geopandas from 0.11.1 to 0.12.0 #76

Merged
merged 1 commit into from
Oct 25, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2022

Bumps geopandas from 0.11.1 to 0.12.0.

Release notes

Sourced from geopandas's releases.

v0.12.0

The highlight of this release is the support for Shapely 2.0. This makes it possible to test Shapely 2.0 (currently 2.0b1) alongside GeoPandas.

Note that if you also have PyGEOS installed, you need to set an environment variable (USE_PYGEOS=0) before importing geopandas to actually test Shapely 2.0 features instead of PyGEOS. See https://geopandas.org/en/latest/getting_started/install.html#using-the-optional-pygeos-dependency for more details.

New features and improvements:

  • Added normalize() method from shapely to GeoSeries/GeoDataframe (#2537).
  • Added make_valid() method from shapely to GeoSeries/GeoDataframe (#2539).
  • Added where filter to read_file (#2552).
  • Updated the distributed natural earth datasets (naturalearth_lowres and naturalearth_cities) to version 5.1 (#2555).

Deprecations and compatibility notes:

  • Accessing the crs of a GeoDataFrame without active geometry column was deprecated and this now raises an AttributeError (#2578).
  • Resolved colormap-related warning in .explore() for recent Matplotlib versions (#2596).

Bug fixes:

  • Fix cryptic error message in geopandas.clip() when clipping with an empty geometry (#2589).
  • Accessing gdf.geometry where the active geometry column is missing, and a column named "geometry" is present will now raise an AttributeError, rather than returning gdf["geometry"] (#2575).
  • Combining GeoSeries/GeoDataFrames with pandas.concat will no longer silently override CRS information if not all inputs have the same CRS (#2056).

Acknowledgments

Thanks to everyone who contributed to this release! A total of 17 people contributed patches to this release. People with a "+" by their names contributed a patch for the first time.

  • Alan D. Snow
  • Alberto González Rosales +
  • Brendan Ward
  • Chris Arderne +
  • Clemens Korner +
  • Ewout ter Hoeven
  • Fred Bunt +
  • Giacomo Caria
  • James Gaboardi
  • Joris Van den Bossche
  • Martin Fleischmann
  • Matt Richards
  • Ray Bell
  • Shogo Hida +
  • Simone Parmeggiani +
  • keirayuki310 +
  • rraymondgh
Changelog

Sourced from geopandas's changelog.

Changelog

Development version

Version 0.12 (October 24, 2022)

The highlight of this release is the support for Shapely 2.0. This makes it possible to test Shapely 2.0 (currently 2.0b1) alongside GeoPandas.

Note that if you also have PyGEOS installed, you need to set an environment variable (USE_PYGEOS=0) before importing geopandas to actually test Shapely 2.0 features instead of PyGEOS. See https://geopandas.org/en/latest/getting_started/install.html#using-the-optional-pygeos-dependency for more details.

New features and improvements:

  • Added normalize() method from shapely to GeoSeries/GeoDataframe (#2537).
  • Added make_valid() method from shapely to GeoSeries/GeoDataframe (#2539).
  • Added where filter to read_file (#2552).
  • Updated the distributed natural earth datasets (naturalearth_lowres and naturalearth_cities) to version 5.1 (#2555).

Deprecations and compatibility notes:

  • Accessing the crs of a GeoDataFrame without active geometry column was deprecated and this now raises an AttributeError (#2578).
  • Resolved colormap-related warning in .explore() for recent Matplotlib versions (#2596).

Bug fixes:

  • Fix cryptic error message in geopandas.clip() when clipping with an empty geometry (#2589).
  • Accessing gdf.geometry where the active geometry column is missing, and a column named "geometry" is present will now raise an AttributeError, rather than returning gdf["geometry"] (#2575).
  • Combining GeoSeries/GeoDataFrames with pandas.concat will no longer silently override CRS information if not all inputs have the same CRS (#2056).
Commits
  • 31f8e6a RLS: v0.12.0
  • 1f937af RLS/DOC: final update to changelog for 0.12
  • b7ddddb ENH: naturalearth v5.1.1 consistent country and city datasets (#2555)
  • ef394af COMPAT: fix matplotlib version required for new cmaps (#2611)
  • 59c1f7f BUG: Fix handling of empty shapely geometries in clip() (#2595)
  • cb310df ENH: Added make_valid method from shapely (#2539)
  • 6efd9e2 BUG: pd.concat(axis=0) can override crs information (#2067)
  • be7d998 COMPAT: resolve matplotlib.cm warning in explore() (#2596)
  • 10b7e93 Update geopandas.show_versions() for GEOS and GDAL (#2571)
  • 0a5b30f CI: install shapely 2.0b1 using pip to avoid conda timeout issues (#2610)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [geopandas](https://github.com/geopandas/geopandas) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/geopandas/geopandas/releases)
- [Changelog](https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md)
- [Commits](geopandas/geopandas@v0.11.1...v0.12.0)

---
updated-dependencies:
- dependency-name: geopandas
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 25, 2022
@github-actions github-actions bot merged commit 045db86 into main Oct 25, 2022
@github-actions github-actions bot deleted the dependabot/pip/geopandas-0.12.0 branch October 25, 2022 05:02
shouples pushed a commit that referenced this pull request Nov 14, 2022
Bumps [geopandas](https://github.com/geopandas/geopandas) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/geopandas/geopandas/releases)
- [Changelog](https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md)
- [Commits](geopandas/geopandas@v0.11.1...v0.12.0)

---
updated-dependencies:
- dependency-name: geopandas
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants