From 622a4df0039fe80ae56c4e5690c5620472dff883 Mon Sep 17 00:00:00 2001 From: Sergio Souza Costa Date: Mon, 15 Jun 2026 11:58:00 -0300 Subject: [PATCH] docs: update CHANGELOG for 0.6.2 Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f54ab..e0fbe52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [0.6.2] — 2026-06-15 + +### Fixed +- `SyncRasterModel.synchronize()`: state variables loaded as temporal + `(time, y, x)` arrays (e.g. when `CubeClient.to_lucc_data()` finds + temporal catalog entries) now correctly use the first slice as the + initial `_past` snapshot instead of copying the full 3D array, which + caused `shift2d` to crash with `ValueError: too many values to unpack`. +- `_write_geotiff`: casting a float array containing NaN to an integer + `dtype` (e.g. `int16`) now fills NaN/inf with the band's `nodata` value + before the cast, eliminating a `RuntimeWarning: invalid value encountered + in cast`. + +--- + ## [0.6.1] — 2026-06-12 ### Fixed