You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The next patch release removes the `RooPower` and `RooExpPoly` classes from this release branch.
1004
+
This release comes with some minor fixes, for example for TMVA. Moreover, it addresses the following problems:
1005
+
1006
+
*[[CVE-2026-24811]](https://nvd.nist.gov/vuln/detail/CVE-2026-24811)] and [[CVE-2026-24812]](https://nvd.nist.gov/vuln/detail/CVE-2026-24812)]
1007
+
*[[#15118](https://github.com/root-project/root/issues/15118)] - jsoninterface does not build if provided with RapidYAML
1008
+
*[[#15621](https://github.com/root-project/root/issues/15621)] - Buffer overflow in TBranch::Init
1009
+
*[[#15686](https://github.com/root-project/root/issues/15686)] - JITted code changes the execution order of computation graph nodes
1010
+
*[[#15511](https://github.com/root-project/root/issues/15511)] - Possible memory corruption in cling
1011
+
*[[#15511](https://github.com/root-project/root/issues/14964)] - ROOT-HEAD fails with "cling interactive line includer >>>: fatal error: module file '[snip]/Vc.pcm' not found: module file not found
1012
+
1013
+
This patch release removes the `RooPower` and `RooExpPoly` classes from this release branch.
1001
1014
It is an unfortunate but unavoidable change: different classes with the same name were used in the CMS collaboration since at least the Higgs discovery.
1002
1015
This name collision caused massive problems in backwards compatibility and was blocking CMS from picking up ROOT 6.28+ for statistical analysis.
1003
1016
These classes were only introduced with ROOT 6.28.00 and were not widely advertised, so you should not be affected by this removal.
1004
1017
If you were using one of these classes, please copy the sources from a previous ROOT tag in your analysis as a temporary solution, and report this unsupported usecase by opening a GitHub issue.
1005
-
Based on the feedback to this patch release, the `RooPower` and `RooExpPoly` classes will either be removed or renamed in the upcoming ROOT 6.32.
1006
-
1007
-
These changes will be part of a future 6.28/14.
1018
+
Based on the feedback to this patch release, the `RooPower` and `RooExpPoly` classes will either be removed or renamed in ROOT 6.32.
0 commit comments