Skip to content

Commit

Permalink
preparing 0.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Dec 21, 2017
1 parent 4688db4 commit 0f5e9ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Changelog
0.13
----
* driver using ``InputData`` function must now accept ``**kwargs``
* fixed ``resampling`` issue introduced with inapropriate usage of ``WarpedVRT`` in ``read_raster_window()``
* ``str`` checks now use ``basestring`` to also cover ``unicode`` encodings
* ``read_raster_window()`` now accepts GDAL options which get passed on to ``rasterio.Env()``
* all resampling methods from ``rasterio.enums.Resampling`` are now available (#88)

----
0.12
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
logging.getLogger("rasterio").setLevel(logging.ERROR)


__version__ = "0.12"
__version__ = "0.13"


def open(
Expand Down

0 comments on commit 0f5e9ff

Please sign in to comment.