Releases: JuliaHEP/UpROOT.jl
Releases · JuliaHEP/UpROOT.jl
v0.3.3
UpROOT v0.3.3
Diff since v0.3.2
Closed issues:
- tree[:,:] vs tree[:,propertynames(tree)] (#12)
Merged pull requests:
- Mentioning UnROOT.jl (#22) (@Moelf)
- CompatHelper: bump compat for ArraysOfArrays to 0.6, (keep existing compat) (#23) (@github-actions[bot])
- Require Julia v1.6, Update CI (#24) (@oschulz)
v0.3.1
UpROOT v0.3.1
Diff since v0.3.0
Merged pull requests:
- use python uproot3 and awkward0 to remain compatible (#14) (@alusiani)
- Use GitHub actions instead of Travis, update CI and docs-gen config (#15) (@oschulz)
v0.3.0
UpROOT v0.3.0
Diff since v0.2.2
Closed issues:
- Tree Conversion Error (#1)
- [compat] Tables = "0.2" does not seem to accept 1.0.0 (#3)
- Recognition of TTree breaks when matrices are in branches (#5)
- UpROOT crashes Atom (#7)
Merged pull requests:
- Update deps version bounds (#4) (@oschulz)
- Support reading branches containing fixed-size arrays (#8) (@oschulz)
- Improved TTree and TBranch conversion and getindex (#9) (@oschulz)
v0.1.0
Use convert before type assertion in pyjaggedarray2jl
Should increase robustness across platforms.