2023.12.2
-
core
- add
processing.types.LazyTaskInfo
to avoid callingFuture.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
topath.MPath.read_text()
(#609) - add optional
DaskSpecs
to mapchte configuration schema (#609)
- add