Skip to content

Commit

Permalink
[docs] new section 'changelog'
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 5, 2019
1 parent cf82f49 commit 032f2c1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Changelog
=========

v0.4
----


- :func:`spatialist.auxil.gdalwarp`: optional progressbar via new parameter `pbar`

- :class:`spatialist.raster.Raster`

* enabled reading data in zip and tar.gz archives
* :meth:`~spatialist.raster.Raster.bbox`

+ renamed parameter `format` to `driver`
+ new parameter `source` to get coordinates from the image of the GCPs

- :func:`spatialist.raster.stack`

* improved parallelization
* new parameter `pbar` to make use of the new :func:`~spatialist.auxil.gdalwarp` functionality

- bug fixes
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Welcome to spatialist's documentation!

installation
spatialist
changelog



Expand Down

0 comments on commit 032f2c1

Please sign in to comment.