Skip to content

Commit

Permalink
[docs] added version 0.8 change log
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Sep 7, 2021
1 parent b0f0737 commit ec2c819
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,20 @@ Changelog

- :func:`spatialist.auxil.crsConvert`: raise a `RuntimeError` if no corresponding EPSG code was found

- module `spatialist.explorer` and associated demo data and notebook have been outsourced to https://github.com/johntruckenbrodt/spatialist_explorer
- module `spatialist.explorer` and associated demo data and notebook have been outsourced to https://github.com/johntruckenbrodt/spatialist_explorer

0.8 | 2021-09-07
----------------

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

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

+ removed argument `compress_tif`
+ added arguments `options` and `overviews`

* subsetting support for time stamps, color tables and nodata
* option to convert band names to time stamps by passing a function as argument `timestamps`
* bug fixes

- :mod:`spatialist.envi`: enabled reading of HDR files in ZIP archives

0 comments on commit ec2c819

Please sign in to comment.