Skip to content

Commit cd1e2ee

Browse files
chore(main): release 0.4.1
1 parent a54b640 commit cd1e2ee

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.4.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/developmentseed/lazycogs/compare/v0.4.0...v0.4.1) (2026-06-01)
4+
5+
6+
### Bug Fixes
7+
8+
* add _WindowContext class for use in explain operations ([#69](https://github.com/developmentseed/lazycogs/issues/69)) ([a54b640](https://github.com/developmentseed/lazycogs/commit/a54b6404a328abd130b7cb92964c02ee5ad4d0bc)), closes [#68](https://github.com/developmentseed/lazycogs/issues/68)
9+
* keep lazy runtime state out of DataArray attrs ([#66](https://github.com/developmentseed/lazycogs/issues/66)) ([fc4b3d0](https://github.com/developmentseed/lazycogs/commit/fc4b3d09f8b67f515b2a4ab6088bcd6e28dade5d)), closes [#65](https://github.com/developmentseed/lazycogs/issues/65) [#64](https://github.com/developmentseed/lazycogs/issues/64)
10+
311
## [0.4.0](https://github.com/developmentseed/lazycogs/compare/v0.3.1...v0.4.0) (2026-05-26)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lazycogs"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Lazily load COG assets from STAC items into xarray DataArrays using async-geotiff"
55
readme = "README.md"
66
license = {file = "LICENSE"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)