Skip to content

Commit

Permalink
Merge pull request #386 from ungarj/release_2021.11.1
Browse files Browse the repository at this point in the history
release 2021.11.1
  • Loading branch information
ungarj authored Nov 16, 2021
2 parents d899b1d + 96f3a13 commit e520942
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 @@ -3,6 +3,19 @@ Changelog
#########


----------------------
2021.11.1 - 2021-11-16
----------------------

* 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 - 2021-11-03
----------------------
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.0"
__version__ = "2021.11.1"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit e520942

Please sign in to comment.