v0.3.3
ROOT v0.3.3
Release notes:
- Use of _jll packages to install backend (
ROOT_jll) in place of Conda and C++-Julia interface library (ROOT_julia_jll). Automatic installation supported for Linux only. On MacOS, the user must install the c++ root framework backend himself. - A larger ROOT class set coverage: almost all classes of the Histogram and Geometry libraries supported.
- New examples:
inspect_tree.jland geometry library examples (geom/assembly.jl,geom/geomAlice.jl,geom/geomAtlas.jl) - Argument names are now included in the Julia function definition and displayed when methods of a function are listed (e.g., by the TAB completion, online help, or
method()call). - Switch to ROOT v6.32.08 (works also with 6.32.06)
- Improved compilation on mechanism for the C++-Julia interface library (when not taken from the ROOT_julia_jll package). The ROOTprefs package is used to store compilation and backend installation preferences, that are stored in the LocalPreference.toml file.
Contributors to code update respect to previous release: Philippe Gras.