Skip to content

Commit

Permalink
bump version; update changelog; update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Oct 8, 2021
1 parent 0582d76 commit 5efa582
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog
#########

----------------------
2021.10.1 - 2021-10-08
----------------------

* core

* ``mapchete.Executor``: make sure futures are removed after yield; track time spent to submit tasks
* ``mapchete.Executor``: remove task submission delay introduced for debugging
* ``mapchete.commands.convert``: set process metatiling so output tiles cannot be larger than process metatiles
* ``mapchete.commmands.convert``: fix overwrite flag on remote single GeoTIFFs
* ``mapchete.commands.cp``: add ``point`` and ``point-crs`` options
* don't write all STAC information into metadata.json
* don't initialize ``InputTile`` objects when processing baselevel tile


----------------------
2021.10.0 - 2021-10-01
----------------------
Expand Down
1 change: 1 addition & 0 deletions doc/source/apidoc/mapchete.cli.default.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Submodules
mapchete.cli.default.processes
mapchete.cli.default.rm
mapchete.cli.default.serve
mapchete.cli.default.stac

Module contents
---------------
Expand Down
1 change: 1 addition & 0 deletions doc/source/apidoc/mapchete.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Submodules
mapchete.errors
mapchete.index
mapchete.log
mapchete.stac
mapchete.tile
mapchete.validate

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.10.0"
__version__ = "2021.10.1"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 5efa582

Please sign in to comment.