From e6dfba1f0c793bbf8fa69cb28acc4cee87b25bd3 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Fri, 3 Mar 2023 23:41:54 +0100 Subject: [PATCH] rel(23.0.0rc1): update CHANGES --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index af752fdb5..819a06b06 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,10 +5,12 @@ Probably, the most relevant is **the optimization of the indexing** of the input which was taking large times with sizeable datasets. Another relevant addition is inclusion of telemetry with *migas*. +* FIX: Uniformize building workflow message (anat vs. func) (#1072) * FIX: Move telemetry atexit into entrypoint func (#1067) * FIX: Preempt PyBIDS to spend time indexing non-BIDS folders (#1050) * FIX: Update T1w metrics (#1063) * FIX: Resource monitor would not ever start tracking (#1051) +* ENH: Add DataLad getter to inputs of functional workflows (#1071) * ENH: Add migas telemetry (#1036) * ENH: Add codespell automation: config, action, and typos fixed (#1057) * MAINT: Conclude porting of reportlets into NiReports (#1068)