From 9d9d27025b8e9f13451f58d1845b8d3cbdc29a3c Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 13 Sep 2021 21:22:58 -0500 Subject: [PATCH] docs: Add `uproot4` writing speedup to v0.6.3 release notes (#1601) * Add large speedup of workspace conversion from JSON to XML + ROOT with uproot v4.1.1 to pyhf v0.6.3 release notes - c.f. https://github.com/scikit-hep/uproot4/pull/426 --- docs/release-notes/v0.6.3.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/v0.6.3.rst b/docs/release-notes/v0.6.3.rst index 4b40672eb5..2134f2633e 100644 --- a/docs/release-notes/v0.6.3.rst +++ b/docs/release-notes/v0.6.3.rst @@ -10,6 +10,9 @@ Important Notes ``xmlio`` extra no longer requires ``uproot3`` and all dependencies on ``uproot3`` and ``uproot3-methods`` have been dropped. (PR :pr:`1567`) + ``uproot4`` additionally brings large speedups to writing, which results in an + order of magnitude faster conversion time for most workspace conversions from + JSON back to XML + ROOT with ``pyhf json2xml``. * All backends are now fully compatible and tested with `Python 3.9 `_. (PR :pr:`1574`)