Skip to content

Commit 5e6c58d

Browse files
committed
change version number to 0.4.0
1 parent cf68f4e commit 5e6c58d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
authors = ["Philippe Gras CEA/IRFU"]
22
name = "ROOT"
33
uuid = "1706fdcc-8426-44f1-a283-5be479e9517c"
4-
version = "0.3.2"
4+
version = "0.4.0"
55

66
[compat]
77
CxxWrap = "0.17"

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
[![Linux](https://github.com/JuliaHEP/ROOT.jl/actions/workflows/test-linux.yml/badge.svg)](https://github.com/JuliaHEP/ROOT.jl/actions/workflows/test-linux.yml) [![macOS](https://github.com/JuliaHEP/ROOT.jl/actions/workflows/test-macos.yml/badge.svg)](https://github.com/JuliaHEP/ROOT.jl/actions/workflows/test-macos.yml)
44

55

6-
## 📣 New: use of the built-in Julia package manager to install ROOT libraries on Linux.
6+
## 📣 New. Release 0.4.0: TObject dereference, TSeqCollection iterators, and multiple inheritance
77

8-
Release 0.3.4 bring interactive help to all types and methods of ROOT.jl.
8+
With release 0.4.0, dereferencing a TObject reference returns an instance of the actual derived class. In addition, this release julia iterators for ROOT collections (TSeqCollection and derived classes). Coverage of the ROOT core/base package as been extended to the full set of classes.
99

10-
## 📣 New: use of the built-in Julia package manager to install ROOT libraries on Linux.
10+
Attributes of histograms (line style, line color, etc.), and other drawables, can now be set thanks to the mapping of multiple inheritance provided by the release 1.7.0 of WrapIt: C++ ROOT code uses multiple inheritance for this, which was not mapped to Julia in previous releases.
11+
12+
## Backend installation
1113

1214
Starting from release 0.3.3, the built-in Julia package manager is used to install the C++ ROOT framework. This mechansim replace the Conda one, which was introduced as an interim solution and rapidly showed its limits. The ROOT libraries (and also also executables) are package in the `ROOT_jll` [JLL](https://docs.binarybuilder.org/stable/jll/#JLL-packages) package.
1315

0 commit comments

Comments
 (0)