mirror of
https://github.com/rasterio/rasterio.git
synced 2026-02-01 14:34:43 +00:00
Update version and change log
This commit is contained in:
parent
94affc4fe3
commit
eb2b8c7734
@ -1,6 +1,11 @@
|
||||
Changes
|
||||
=======
|
||||
|
||||
1.1.0 (2019-10-07)
|
||||
------------------
|
||||
|
||||
There have been no changes since 1.1b3.
|
||||
|
||||
1.1b3 (2019-10-03)
|
||||
------------------
|
||||
|
||||
@ -39,8 +44,8 @@ New features:
|
||||
override the default painter's algorithm. It takes an alternative method name
|
||||
as a string or a callable. Please see the merge tool docstring for the
|
||||
callable's signature (#1500).
|
||||
- A new ``rasterio.transform.from_gcps()`` returns the Affine matrix that is a
|
||||
best fit to given ground control points (#1749).
|
||||
- A new ``rasterio.transform.from_gcps()`` function returns the Affine matrix
|
||||
that is a best fit to given ground control points (#1749).
|
||||
|
||||
Bug fixes:
|
||||
|
||||
|
||||
@ -42,7 +42,7 @@ import rasterio.path
|
||||
|
||||
|
||||
__all__ = ['band', 'open', 'pad', 'Env']
|
||||
__version__ = "1.1b3"
|
||||
__version__ = "1.1.0"
|
||||
__gdal_version__ = gdal_version()
|
||||
|
||||
# Rasterio attaches NullHandler to the 'rasterio' logger and its
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user