Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stubs/geopandas/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.1.1"
version = "1.1.2"
# Requires a version of numpy with a `py.typed` file
requires = ["numpy>=1.20", "pandas-stubs", "types-shapely", "pyproj"]
upstream_repository = "https://github.com/geopandas/geopandas"
Expand Down
1 change: 1 addition & 0 deletions stubs/geopandas/geopandas/geodataframe.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ class GeoDataFrame(GeoPandasBase, pd.DataFrame): # type: ignore[misc]
def to_crs(self, crs: _ConvertibleToCRS | None, epsg: int, inplace: Literal[True]) -> None: ...
def estimate_utm_crs(self, datum_name: str = "WGS 84") -> CRS: ...
# def __getitem__(self, key): ...
def __delitem__(self, key) -> None: ... # type: ignore[misc]
# def __setitem__(self, key, value) -> None: ...
def copy(self, deep: bool = True) -> Self: ... # type: ignore[misc]
# def merge(self, *args, **kwargs) -> GeoDataFrame | pd.DataFrame: ...
Expand Down