Skip to content

Commit

Permalink
Merge pull request #431 from ungarj/release_2022.2.1
Browse files Browse the repository at this point in the history
release 2022.2.1
  • Loading branch information
ungarj committed Feb 23, 2022
2 parents 6b1cb37 + 668c5be commit 9f14719
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog
#########

---------------------
2022.2.1 - 2022-02-23
---------------------

* core
* implement dask task graphs when using dask as executor
* enable setting executor after ``Job`` was initialized
* fix minor bugs in ``DaskExecutor.as_completed()``:
* running futures count
* pass on Exception after cancel signal when client is closed while waiting for remaining futures
* add caching options for vector file and raster file inputs


---------------------
2022.2.0 - 2022-02-03
---------------------
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


__all__ = ["open", "count_tiles", "Mapchete", "MapcheteProcess", "ProcessInfo", "Timer"]
__version__ = "2022.2.0"
__version__ = "2022.2.1"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 9f14719

Please sign in to comment.