Skip to content

Commit

Permalink
v1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Feb 8, 2024
1 parent 06296c2 commit ec6a24f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.35.0 (2024-mm-dd)
## 1.35.0 (2024-02-08)

- **ENH: Add a function (`arcpy.feature_layer_to_path`) to retrieve the path from an ArcGIS feature layer**
- **ENH: Add a class `ArcPyLogger` to better handle logs in Arcgis Pro tools**
Expand Down
2 changes: 1 addition & 1 deletion sertit/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
Sertit Utils library
"""
__version__ = "1.34.2"
__version__ = "1.35.0"
__title__ = "sertit"
__description__ = ("SERTIT python library for generic tools",)
__author__ = "ICube-SERTIT"
Expand Down
2 changes: 1 addition & 1 deletion sertit/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def split(polygons: gpd.GeoDataFrame, splitter: gpd.GeoDataFrame):
splitter (gpd.GeoDataFrame): Splitter to split the polygons
Returns:
gpd.GeoDataFrame: Splitted GeoDataFrame
gpd.GeoDataFrame: Split GeoDataFrame
"""
out = polygons.geometry
for _, split in splitter.iterrows():
Expand Down

0 comments on commit ec6a24f

Please sign in to comment.