Skip to content

Commit

Permalink
Merge pull request #392 from ungarj:release_2021.11.3
Browse files Browse the repository at this point in the history
release 2021.11.3
  • Loading branch information
ungarj authored Nov 23, 2021
2 parents 4f454b9 + 1228612 commit a12aa13
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ venv/
htmlcov/
.pytest*
.env
dask-worker-space/
dask-worker-space/
.vscode/
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Changelog
#########


----------------------
2021.11.3 - 2021-11-23
----------------------

* 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 - 2021-11-16
----------------------
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__ = "2021.11.2"
__version__ = "2021.11.3"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit a12aa13

Please sign in to comment.