mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
This is 1.2.10
This commit is contained in:
parent
621a6ba2b6
commit
72a7e86be0
@ -1,10 +1,11 @@
|
||||
Changes
|
||||
=======
|
||||
|
||||
1.2.10 (TBD)
|
||||
------------
|
||||
1.2.10 (2021-10-11)
|
||||
-------------------
|
||||
|
||||
- Raise WarpOperationError if ChunkAndWarp* do not succeed (#2305).
|
||||
- Raise WarpOperationError if ChunkAndWarp* do not succeed instead of silently
|
||||
failing to write to the warp output dataset (#2305).
|
||||
|
||||
1.2.9 (2021-10-01)
|
||||
------------------
|
||||
|
||||
@ -40,7 +40,7 @@ import rasterio.enums
|
||||
import rasterio.path
|
||||
|
||||
__all__ = ['band', 'open', 'pad', 'Env']
|
||||
__version__ = "1.2.10dev"
|
||||
__version__ = "1.2.10"
|
||||
__gdal_version__ = gdal_version()
|
||||
|
||||
# Rasterio attaches NullHandler to the 'rasterio' logger and its
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user