* make sure I/O retry settings read from environment are properly casted to int/float
----------------------
2021.11.3
Not secure
----------------------
* core
* expose ``chunksize`` parameter of dask executor to ``execute`` and ``convert`` commands. * clean up ``DaskExecutor.as_completed()`` code & log messages * ``index``: use ``tiles_exist()`` row generators to speed up index creation
----------------------
2021.11.2
Not secure
----------------------
* core
* dask: submit tasks in chunks to scheduler
----------------------
2021.11.1
Not secure
----------------------
* core
* use generators to start processing as soon as possible and to reduce memory consumption when processing large areas * add ``preprocessing_tasks`` ``tiles_tasks`` attributes to ``Job`` * reduce code smells
* package
* fix ``http`` extra in ``setup.py``
----------------------
2021.11.0
Not secure
----------------------
* CLI
* ``convert``: enable ``--output-pyramid`` to read custom grid from JSON file * ``stac create-item``: add ``--relative-paths`` flag for asset URL
* package
* add ``mapchete.testing`` including convenience tools * use temporary directories for outputs where possible when testing processes
----------------------
2021.10.3
Not secure
----------------------
* core
* ``mapchete.Executor``: fix call in ``DaskExecutor.as_completed()`` by not providing current client as loop