Skip to content

Releases: JuliaHEP/UpROOT.jl

v0.3.3

07 Jul 08:54
Compare
Choose a tag to compare

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.2

04 Jun 08:41
Compare
Choose a tag to compare

UpROOT v0.3.2

Diff since v0.3.1

Merged pull requests:

v0.3.1

26 Feb 19:22
Compare
Choose a tag to compare

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

02 Apr 23:04
98dc3f0
Compare
Choose a tag to compare

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.2.2

25 Feb 15:05
Compare
Choose a tag to compare

UpROOT v0.2.2

Diff since v0.2.1

Merged pull requests:

v0.2.1

18 Dec 11:07
v0.2.1
Compare
Choose a tag to compare

v0.2.0

25 May 14:53
v0.2.0
Compare
Choose a tag to compare

v0.1.0

30 Apr 11:47
Compare
Choose a tag to compare
Use convert before type assertion in pyjaggedarray2jl

Should increase robustness across platforms.