You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
-
## v1.12.2 (26/1/2026)
1
+
## v1.12.2 (27/1/2026)
2
2
3
3
### Added
4
4
5
5
* Added `yg.sum`, `yg.all`, `yg.any` to build layers from lists of layers.
6
+
* Cache limits applied to GDAL and MLX which tend to assume that they are the only thing using memory. You can override these by adjusting `yg.constants.GDAL_CACHE_LIMIT` and `yg.constants.MLX_CACHE_LIMIT`.
0 commit comments