Skip to content

Commit

Permalink
Release 2022.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Dec 16, 2022
1 parent ad246ef commit 784d4f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog
#########

----------------------
2022.12.0 - 2022-12-16
----------------------

* core
* extend capabilities of `mapchete.io.raster.ReferencedRaster` (#513)
* allow executing remote mapchete files (#514)
* adapt to `Shapely 2.0` (#515)

* packaging
* replace `setuptools` with `hatch` (#516)


----------------------
2022.11.2 - 2022-11-30
----------------------
Expand All @@ -10,7 +23,7 @@ Changelog
* use group prefix for preprocessing tasks (#512)

* CLI
* pass on `max_workers`` to dask executor (#508)
* pass on `max_workers` to dask executor (#508)


----------------------
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"SkippedFuture",
"Job",
]
__version__ = "2022.11.2"
__version__ = "2022.12.0"

logger = logging.getLogger(__name__)
logger.addHandler(logging.NullHandler())

0 comments on commit 784d4f4

Please sign in to comment.