-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RF][RelNotes] Final RooFit release notes and documentation changes for v626 release #9799
Conversation
Starting build on |
dbc6228
to
5c54f0d
Compare
Starting build on |
Build failed on ROOT-performance-centos8-multicore/default. Failing tests: |
Build failed on ROOT-ubuntu2004/soversion. |
Build failed on mac1015/python3. Failing tests: |
README/ReleaseNotes/v626/index.md
Outdated
@@ -207,6 +214,72 @@ In upcoming releases, further developments are planned: | |||
For more details, consult the usage notes in the [TestStatistics README.md](https://github.com/root-project/root/tree/master/roofit/roofitcore/src/TestStatistics/README.md). | |||
For benchmarking results on the prototype version of the parallelized gradient calculator, see the corresponding [CHEP19 proceedings paper](https://doi.org/10.1051/epjconf/202024506027). | |||
|
|||
### New pythonizations | |||
|
|||
Various new pythonizations are introduced to sreamline your RooFit code in Python. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to streamline
Build failed on windows10/cxx14. Errors:
|
The list of contributors was extracted as follows. First the starting commit of the v626 development cycle was determined: ``` git merge-base root-project/master root-project/v6-24-00-patches ``` Then, the list of unique authors was extracted with `git log`: ``` git log ce7772b.. roofit | grep Author: | sort | uniq ``` Finally, all authors that could not be associated with a civil name and authors that only contributed a trivial commit a la "fix typo" got removed from the list. Note that Fernando Hueso-González is @ferdymercury.
5c54f0d
to
4cef769
Compare
Starting build on |
Build failed on mac1015/python3. Failing tests: |
This test covers the RooFitHS3 package, which is not built on Windows.
A few commits before, `rf604_constraints` was changed to follow the global observables convention. However, it was okay as it was before, with interpreting the extra likelihood term as a Bayesian prior on the parameters. A comment has been added to `rf613_global_observables` to highlight the complementary between the two tutorials.
4cef769
to
6f98526
Compare
Starting build on |
Build failed on windows10/cxx14. Errors:
And 43 more |
Build failed on ROOT-ubuntu2004/soversion. Errors:
|
Build failed on ROOT-performance-centos8-multicore/default. Errors:
|
More details in the commit descriptions.
Closes #9508.