Skip to content

Commit

Permalink
[docs] version 0.9.0 change log
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Jan 25, 2022
1 parent a010848 commit a53e180
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit a53e180

Please sign in to comment.