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
11 changes: 11 additions & 0 deletions docs/change-log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change log


## 0.53.0 (2026-08-14)

### Fix

- **remote**: make cloud credentials reach VSICurl worker threads, per bucket (#984)
- **cell**: label cell polygons/points with the CRS spec, not the EPSG code (#981)

### Perf

- **netcdf**: bound peak memory — stream from_xarray, container crop/to_crs/resample, and UGRID reads (#980)

## 0.52.0 (2026-08-12)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyramids-gis"
version = "0.52.0"
version = "0.53.0"
description = "GIS utility package"
readme = {file = "README.md", content-type = "text/markdown"}
authors = [{ name = "Mostafa Farrag", email = "moah.farag@gmail.com" }]
Expand Down