Skip to content
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

New version: ROOT v0.3.1 #115246

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

JuliaRegistrator
Copy link
Contributor

- Upgraded supported ROOT version to 6.32.02 (latest from Conda, when making this release)
- Support of TObArray
- Add move! function, to disable deletion of a C++ object allocated from Julia
- More convenient Get(::TFile,...) method, that returns an object of the expected with no need of cast anymore.
- Support of file["content_name"] and file.content_name in addition to Get(file, "content_name") to retrieve an object from a TFile
- Fix for compilation of ROOT libraries with clang (used on MacOS)
- Fix support of std::vector. For std::vector SetObject must now be used instead of SetAddress and Branch takes now a reference instead of a pointer.
- Branch() function has now default values for bufsize and splitlevel which becomes optionnal as in the ROOT C++ API.
- Support of TH2x, TProfile, TProfile2D added. The ll ROOT Hist library is now covered.
- Fix Fit function for ARM architecture.

---
Contributors to changes with respect to previous release: Philippe Gras and Pere Mato.

UUID: 1706fdcc-8426-44f1-a283-5be479e9517c
Repo: https://github.com/JuliaHEP/ROOT.jl.git
Tree: 289ee1d911a6ab9ec982e59f73618376750885ef

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
Copy link
Contributor

Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human.

1. AutoMerge Guidelines are all met! ✅

Your new version registration met all of the guidelines for auto-merging and is scheduled to be merged in the next round.

2. To pause or stop registration

If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

@JuliaTagBot JuliaTagBot merged commit 17d44be into master Sep 15, 2024
17 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-root-1706fdcc-v0.3.1-639df1e57f branch September 15, 2024 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants