Releases: JuliaHEP/ROOT.jl
Releases · JuliaHEP/ROOT.jl
v0.3.2
ROOT v0.3.2
- Fix "missing assert.h" error with ROOT installed with latest Conda repository contents.
Contributors to code update respect to previous release: Philippe Gras.
ROOT.jl v0.3.1
- 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.
v0.3.0
ROOT v0.3.0
ROOT.jl was not working with Julia version beyond 1.3 due to limitation of the Cxx.jl C++/Julia interface. Release 0.3.0 brings a new implementation based on the CxxWrap interface that supports recent Julia versions. The counterpart is a smaller coverage of ROOT classes.
Author of this release: Philippe Gras
ROOT.jl v0.2.0
Use Compat.Test instead of Base.Test for Julia v0.7 compatibility
stpol benchmark
v0.1-ROOT5 Update README.md