-
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] RooFit open issues and backports for 6.26.00 release #9508
Labels
Comments
Removed from the milestone because this is now superseded by the actual PRs that are added to the milestone instead. |
16 tasks
guitargeek
changed the title
[RF] RooFit issues to be fixed and backports to be done for v6.26 release
[RF] RooFit open issues and backports for 6.26.00 release
Jul 27, 2022
20 tasks
13 tasks
This was referenced Feb 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GitHub issue that we still want to resolve before the v6.26.00 release:
Other items that still need to be done without any associated GitHub issue:
Pythonizations
: write about new pythonizations in release notesRooFitHS3
: Write release notesRooFitHS3
: Put JSONInterface inRooFit::Experimental
namespaceLagrangian morphing
: write about it in the release notesGlobalObservables
: write a tutorial about storing global observables in the datasetsOther items that are nice to have but can also be in patch release:
BatchMode
: Reduce overhead in RooFitDriver to achieve good evaluation time also for large computation graphsBatchMode
: Implement the binned pdf optimization to speed up HistFactory fitsRooFitHS3
: Avoid having to import the default export keys from a file manually (e.g. like here in the unit test)Backports that need to be made for the v6.26 branch (in this particular order from top to bottom, to not have a commit history too different from master):
unsigned long
andstd::size_t
data members in RooFit classes to platform independent definitions #9478/tmp/roofit
and not/tmp
directly #9504RooAbsReal::computeBatch
and speed up RooFitDriver by getting output sizes of nodes only once #9458RooAbsData::split
#9553RooAbsCollection::addOwned
andRooAbsArg::addOwnedComponents
#9720rf613
tutorial about global observables in RooFit and fixes to bugs discovered when writing the tutorial #9795The backports were grouped in a few PRs to
v6-26-00-patches
:v6-26-00-patches
: Part 1 #9559v6-26-00-patches
: Part 2 #9614v6-26-00-patches
: Part 3 #9710v6-26-00-patches
: Part 4 #9746v6-26-00-patches
: Part 5 #9749v6-26-00-patches
: Part 6 #9800The text was updated successfully, but these errors were encountered: