Skip to content

Commit

Permalink
Release 2023.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Dec 12, 2023
1 parent d84cd13 commit d569c28
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog
#########

----------------------
2023.12.2 - 2023-12-12
----------------------

* core

* add `processing.types.LazyTaskInfo` to avoid calling `Future.result()` unnecessarily (#608)
* do not keep futures around when submitting a task graph to enable dask to release finished tasks (#608)
* also apply `settings.MapcheteIOSettings` to `path.MPath.read_text()` (#609)
* add optional `DaskSpecs` to mapchte configuration schema (#609)


----------------------
2023.12.1 - 2023-12-07
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Executor",
"MFuture",
]
__version__ = "2023.12.1"
__version__ = "2023.12.2"

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

0 comments on commit d569c28

Please sign in to comment.