From 59edd53ee5ee08904162fa5e9f7a05aad044a43e Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Mon, 28 Oct 2024 14:13:56 +0000 Subject: [PATCH] Add changelog --- changelog/455.feature.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/455.feature.rst diff --git a/changelog/455.feature.rst b/changelog/455.feature.rst new file mode 100644 index 00000000..92dc49c9 --- /dev/null +++ b/changelog/455.feature.rst @@ -0,0 +1 @@ +Improve performance of computing arrays when using non-thread or sync dask schedulers, by reducing the amount of data needed to be sent to each worker.