typeshed
typeshed copied to clipboard
Collection of library stubs for Python, with static types
Follow up to #13847 and #13913 Shapely 2.1 release notes: https://shapely.readthedocs.io/en/latest/release/2.x.html#version-2-1-0 Shapely 2.1 code changes: https://github.com/shapely/shapely/compare/2.0.7...2.1.0
Third PR about PEP-784 in sdlib ([first PR](https://github.com/python/typeshed/pull/13992) [second PR](https://github.com/python/typeshed/pull/14129)): - Moved files around in `compression` module, this was done between CPython 3.14.0b1 and 3.14.0b2 - Add PEP-784 related changes...
Stubs package for [Django channels](https://channels.readthedocs.io/en/latest/) Ref: - https://github.com/python/typeshed/issues/14020
Linked Issue: #14031 This PR overlaps with #14191, apologies to @donBarbos, I didn't see your PR while working on this. I think this PR is a more fully implemented version...
Release: https://pypi.org/pypi/geopandas/1.1.0 Repository: https://github.com/geopandas/geopandas Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/geopandas Diff: https://github.com/geopandas/geopandas/compare/v1.0.1...v1.1.0 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `geopandas/accessors.py`. - 0 files...
The type of the second element of the tuple returned from the iterator depends on the event.
Resolves #14036