[Git][debian-gis-team/python-geopandas][experimental] 5 commits: New upstream version 1.1.0
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Mon Jun 2 04:46:10 BST 2025
Bas Couwenberg pushed to branch experimental at Debian GIS Project / python-geopandas
Commits:
630dc4bb by Bas Couwenberg at 2025-06-02T05:35:49+02:00
New upstream version 1.1.0
- - - - -
f40d7c88 by Bas Couwenberg at 2025-06-02T05:36:13+02:00
Update upstream source from tag 'upstream/1.1.0'
Update to upstream version '1.1.0'
with Debian dir b85b52df56a6111cea44cb3a9a445ebabd9cd5f3
- - - - -
d3f09669 by Bas Couwenberg at 2025-06-02T05:37:43+02:00
New upstream release.
- - - - -
d3f9de2a by Bas Couwenberg at 2025-06-02T05:40:31+02:00
Refresh patches.
- - - - -
df94d870 by Bas Couwenberg at 2025-06-02T05:40:46+02:00
Set distribution to experimental.
- - - - -
103 changed files:
- .coveragerc
- .gitattributes
- .github/workflows/tests.yaml
- .github/workflows/versioneer.yml
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- CONTRIBUTING.md
- benchmarks/geom_methods.py
- ci/envs/39-latest-conda-forge_no_pyogrio.yaml → ci/envs/310-latest-no-pyogrio.yaml
- ci/envs/39-minimal.yaml → ci/envs/310-minimal.yaml
- ci/envs/39-no-optional-deps.yaml → ci/envs/310-no-optional-deps.yaml
- ci/envs/39-latest-conda-forge.yaml → ci/envs/310-pd21.yaml
- ci/envs/310-latest-conda-forge.yaml → ci/envs/311-latest.yaml
- + ci/envs/311-pd22.yaml
- ci/envs/311-dev.yaml → ci/envs/312-dev.yaml
- − ci/envs/312-latest-conda-forge.yaml
- ci/envs/312-latest-conda-forge_no_pyproj.yaml → ci/envs/312-latest-no-pyproj.yaml
- ci/envs/311-latest-conda-forge.yaml → ci/envs/312-latest.yaml
- ci/envs/310-pd20-conda-forge.yaml → ci/envs/313-latest.yaml
- − ci/envs/39-latest-defaults.yaml
- − ci/envs/39-pd15-defaults.yaml
- debian/changelog
- debian/patches/pandas2_compat.patch
- debian/patches/shapely-2.1.0.patch
- doc/environment.yml
- doc/source/about/citing.md
- doc/source/community/contributing.rst
- doc/source/conf.py
- doc/source/docs/advanced_guide.rst
- doc/source/docs/reference/geoseries.rst
- doc/source/docs/reference/sindex.rst
- doc/source/docs/user_guide/geometric_manipulations.rst
- doc/source/docs/user_guide/io.rst
- doc/source/docs/user_guide/pygeos_to_shapely.rst
- + doc/source/docs/user_guide/spatial_indexing.ipynb
- doc/source/gallery/choropleths.ipynb
- + doc/source/gallery/inset_map.ipynb
- doc/source/gallery/matplotlib_scalebar.ipynb
- + doc/source/gallery/pandas_accessor.ipynb
- doc/source/gallery/plot_clip.ipynb
- doc/source/gallery/plotting_basemap_background.ipynb
- doc/source/getting_started/install.rst
- environment-dev.yml
- geopandas/_compat.py
- geopandas/_config.py
- geopandas/_decorator.py
- geopandas/_version.py
- + geopandas/accessors.py
- geopandas/array.py
- geopandas/base.py
- geopandas/explore.py
- geopandas/geodataframe.py
- geopandas/geoseries.py
- geopandas/io/_geoarrow.py
- geopandas/io/arrow.py
- geopandas/io/file.py
- geopandas/io/sql.py
- geopandas/io/tests/generate_legacy_storage_files.py
- geopandas/io/tests/test_arrow.py
- geopandas/io/tests/test_file.py
- geopandas/io/tests/test_file_geom_types_drivers.py
- geopandas/io/tests/test_geoarrow.py
- geopandas/io/tests/test_pickle.py
- geopandas/io/tests/test_sql.py
- geopandas/io/util.py
- geopandas/plotting.py
- geopandas/sindex.py
- geopandas/testing.py
- + geopandas/tests/baseline_images/test_plotting/multipolygon_with_holes.pdf
- + geopandas/tests/baseline_images/test_plotting/multipolygon_with_holes.png
- + geopandas/tests/baseline_images/test_plotting/polygon_with_holes.pdf
- + geopandas/tests/baseline_images/test_plotting/polygon_with_holes.png
- geopandas/tests/test_api.py
- geopandas/tests/test_array.py
- geopandas/tests/test_dissolve.py
- geopandas/tests/test_explore.py
- geopandas/tests/test_extension_array.py
- geopandas/tests/test_geocode.py
- geopandas/tests/test_geodataframe.py
- geopandas/tests/test_geom_methods.py
- geopandas/tests/test_geoseries.py
- geopandas/tests/test_merge.py
- geopandas/tests/test_op_output_types.py
- geopandas/tests/test_overlay.py
- + geopandas/tests/test_pandas_accessor.py
- geopandas/tests/test_pandas_methods.py
- geopandas/tests/test_plotting.py
- geopandas/tests/test_sindex.py
- geopandas/tests/util.py
- geopandas/tools/__init__.py
- geopandas/tools/_random.py
- geopandas/tools/_show_versions.py
- geopandas/tools/clip.py
- geopandas/tools/overlay.py
- geopandas/tools/sjoin.py
- geopandas/tools/tests/test_clip.py
- geopandas/tools/tests/test_random.py
- geopandas/tools/tests/test_sjoin.py
- geopandas/tools/util.py
- pyproject.toml
- readthedocs.yml
- requirements-dev.txt
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geopandas/-/compare/33fd608b986753ba49b4954ca04d6782542e6c64...df94d87036a02e7c3bf06a236ff0f2efa067b37e
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geopandas/-/compare/33fd608b986753ba49b4954ca04d6782542e6c64...df94d87036a02e7c3bf06a236ff0f2efa067b37e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250602/bcd97728/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list