rio-pmtiles 1.1.0 [#601]

This commit is contained in:
Brandon Liu
2025-11-30 21:46:31 +08:00
parent 82d53ea0a0
commit 3292184c39
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
1.1.0
------
* Compute and use OVERVIEW_LEVEL to read appropriate overviews instead of full resolution by @qchenevier [#601]
* Use nodata=255 for RGBA inputs/outputs to prevent warnings by @qchenevier [#601]
1.0.3
------
* add `pyproject.toml` and switch to `python -m build` for modernized build, resolving naming deprecation

View File

@@ -1,3 +1,3 @@
"""rio-pmtiles package"""
__version__ = "1.0.3"
__version__ = "1.1.0"