Skip to content

Commit

Permalink
[docs] version 0.10.0 change log
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Feb 24, 2022
1 parent 15c52cd commit c987857
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,22 @@ Changelog

* :func:`spatialist.vector.vectorize`
* :func:`spatialist.vector.boundary`

0.10.0 | 2022-02-24
-------------------

- :class:`spatialist.raster.Raster`:

* method :meth:`~spatialist.raster.Raster.write`:

+ TIFF tag writing via argument `options` (formats 'GTiff' and 'COG')
+ new argument `overview_resampling`
+ changed default format to 'GTiff'

* improved mechanism for temporary VRT file writing:

+ old: written to :func:`tempfile.gettempdir` and never deleted
+ new: written to subdirectory 'spatialist' of :func:`~tempfile.gettempdir` and deleted
during :meth:`~spatialist.raster.Raster.close`

- :func:`spatialist.raster.png`: new arguments 'vmin' and 'vmax'

0 comments on commit c987857

Please sign in to comment.