Skip to content

Commit

Permalink
Merge pull request #355 from ungarj/release_0.42
Browse files Browse the repository at this point in the history
prepare 0.42 release
  • Loading branch information
ungarj authored Aug 27, 2021
2 parents b3d4daa + 52d96dd commit d766040
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog
#########


-----------------
0.42 - 2021-08-27
-----------------

* core

* add option for input drivers to let processing-heavy tasks be handled by ``mapchete.Executor`` by implementing ``InputData.add_preprocessing_task()`` and ``InputData.get_preprocessing_task_result()`` methods
* check futures submitted to ``mapchete.Executor`` for exceptions before yielding
* remove deprecated ``multi`` (now called ``workers``), ``distributed`` and ``max_chunksize`` arguments

* CLI

* remove deprecated ``--max-chunksize`` option
* replace "tiles" with "tasks" in progress


-----------------
0.41 - 2021-08-17
-----------------
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


__all__ = ["open", "count_tiles", "Mapchete", "MapcheteProcess", "ProcessInfo", "Timer"]
__version__ = "0.41"
__version__ = "0.42"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit d766040

Please sign in to comment.