From a53e1804839ac0d5ce0d50269ef1b8f6144e4693 Mon Sep 17 00:00:00 2001 From: John Truckenbrodt Date: Tue, 25 Jan 2022 18:00:30 +0100 Subject: [PATCH] [docs] version 0.9.0 change log --- docs/changelog.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 650f44a..8af896c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -109,3 +109,26 @@ Changelog * raise :class:`RuntimeError` (not :class:`TypeError`) if target is a file but is neither zip nor tar * raise :class:`RuntimeError` (not :class:`TypeError`) if target is a string but is neither directory nor file + +0.9.0 | 2022-01-25 +------------------ + +- :class:`spatialist.raster.Raster`: + + * method :meth:`~spatialist.raster.Raster.write`: + + + remove unused argument `compress_tif` + + add support for COG driver + +- :class:`spatialist.vector.Vector`: + + * method :meth:`~spatialist.vector.Vector.addlayer`: + + + enable all SRS type options supported by :func:`~spatialist.auxil.crsConvert` + +- :func:`spatialist.raster.rasterize`: allow value `None` for argument `nodata` + +- new functions: + + * :func:`spatialist.vector.vectorize` + * :func:`spatialist.vector.boundary`