Skip to content

Update geofileops requirement from >=0.10.2 to >=0.11.1#31

Merged
sehHeiden merged 1 commit intomasterfrom
dependabot/pip/geofileops-gte-0.11.1
Apr 13, 2026
Merged

Update geofileops requirement from >=0.10.2 to >=0.11.1#31
sehHeiden merged 1 commit intomasterfrom
dependabot/pip/geofileops-gte-0.11.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Updates the requirements on geofileops to permit the latest version.

Release notes

Sourced from geofileops's releases.

Version 0.11.1

Improvements

  • Small fix to support pandas 3.0 (#798)

Bugs fixed

  • Fix dissolve on an input file without crs (#794)
  • Fix writing csv files on non-UTF8 systems (#797)
  • Fix incorrect result of difference in some rare cases (#799)
Changelog

Sourced from geofileops's changelog.

0.11.1 (2026-02-22)

Improvements

  • Small fix to support pandas 3.0 (#798)

Bugs fixed

  • Fix dissolve on an input file without crs (#794)
  • Fix writing csv files on non-UTF8 systems (#797)
  • Fix incorrect result of difference in some rare cases (#799)

0.11.0 (2025-12-10)

Deprecations and compatibility notes

  • For all spatial overlays, sliver polygons are now removed from the output by default. Polygons are considered slivers if they are narrower than a certain tolerance. By default, the tolerance is 0.001 CRS units if the CRS of the input layers is a projected CRS, 1e-7 if it is a geographic CRS. More information + information how to change this default tolerance can be found in the documentation of options.set_sliver_tolerance.
  • Minimum version of dependencies updated to GDAL 3.8, pyogrio 0.8, geopandas 0.13 and spatialite 5.1.

Improvements

  • Add union_full_self operation (#764)
  • Add concat function (#746, #747)
  • Add join function (#751)
  • Add add_columns function (#768)
  • Remove polygon slivers by default for all overlay operations (#776)
  • Add zip_geofile and unzip_geofile functions (#754, #743)
  • Add write_mode="append_add_fields" option to copy_layer (#750)
  • Add an include_duplicates parameter to union, intersection and identity (#757)
  • Add support for ".gpkg.zip" and ".shp.zip" input and output files for geo operations (#754)
  • Add support to use add_column on e.g. shapefiles (#767)
  • Improve performance of clip with a complex clip layer (#740)
  • Improve performance of most operations by using a direct gpkg to gpkg append via sqlite where possible (#728, #772)
  • Improve performance of the subdividividing used in many operations (#730)
  • Improve performance of dissolve (#748)
  • Improve performance of two-layer operations using nb_parallel=1 (#692)
  • Add support for the "pyogrio-arrow" gfo io-engine, and use it by default. This increases performance for reading and writing dataframes as well as for geopandas based operations like dissolve,... (#392)
  • Alternative query for clip + default subdivide_coords to 15000 (#450)
  • Improve and speed up attribute column type detection in two-layer operations (#758)
  • Add setters for all runtime configuration options. They are available via

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [geofileops](https://github.com/geofileops/geofileops) to permit the latest version.
- [Release notes](https://github.com/geofileops/geofileops/releases)
- [Changelog](https://github.com/geofileops/geofileops/blob/main/CHANGELOG.md)
- [Commits](geofileops/geofileops@v0.10.2...v0.11.1)

---
updated-dependencies:
- dependency-name: geofileops
  dependency-version: 0.11.1
  dependency-type: direct:production
...

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 Apr 13, 2026
@sehHeiden sehHeiden merged commit 7064540 into master Apr 13, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/geofileops-gte-0.11.1 branch April 13, 2026 14:04
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.

1 participant