Skip to content

Commit

Permalink
Merge pull request #422 from ungarj/release_2022.2.0
Browse files Browse the repository at this point in the history
release 2022.2.0
  • Loading branch information
ungarj committed Feb 3, 2022
2 parents 2f2e198 + 4711cf0 commit eb1fea8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog
#########

---------------------
2022.2.0 - 2022-02-03
---------------------

* core
* fix feature clip when reading from vector input outside of CRS bounds
* separately count submitted tasks instead of relying on ``distributed.as_completed().count()``
* add GCPs referenced input raster support (#418)


---------------------
2022.1.2 - 2022-01-31
---------------------
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__ = "2022.1.2"
__version__ = "2022.2.0"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit eb1fea8

Please sign in to comment.