From 1e0c8d73f6ead13007cd3500802e5cf2c9415804 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 13 Sep 2021 17:35:30 -0500 Subject: [PATCH 1/3] Copy from GitHub --- docs/release-notes/v0.6.3.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes/v0.6.3.rst b/docs/release-notes/v0.6.3.rst index 4b40672eb5..8d2acd8e90 100644 --- a/docs/release-notes/v0.6.3.rst +++ b/docs/release-notes/v0.6.3.rst @@ -10,6 +10,7 @@ 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, that results in an order of magnitude faster conversion times 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`) From 00406cd4c868c2bc2c8aaf08bad605fc5ed2044f Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 13 Sep 2021 17:37:17 -0500 Subject: [PATCH 2/3] Make consistent --- docs/release-notes/v0.6.3.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/v0.6.3.rst b/docs/release-notes/v0.6.3.rst index 8d2acd8e90..8dd759a73a 100644 --- a/docs/release-notes/v0.6.3.rst +++ b/docs/release-notes/v0.6.3.rst @@ -10,7 +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, that results in an order of magnitude faster conversion times for most workspace conversions from JSON back to XML + ROOT with pyhf json2xml. + ``uproot4`` additionally brings large speedups to writing, that results in an + order of magnitude faster conversion times 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`) From 348c43ba20dda1e1bb4ddea5cbb33726fe887019 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 13 Sep 2021 17:48:14 -0500 Subject: [PATCH 3/3] Improve grammar --- docs/release-notes/v0.6.3.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/v0.6.3.rst b/docs/release-notes/v0.6.3.rst index 8dd759a73a..2134f2633e 100644 --- a/docs/release-notes/v0.6.3.rst +++ b/docs/release-notes/v0.6.3.rst @@ -10,8 +10,8 @@ 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, that results in an - order of magnitude faster conversion times for most workspace conversions from + ``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 `_.