Skip to content

Releases: JuliaHEP/UnROOT.jl

v0.10.30

06 May 23:40
a6c0d4b
Compare
Choose a tag to compare

UnROOT v0.10.30

Diff since v0.10.29

Merged pull requests:

Closed issues:

  • xrootd doesn't handle XCache (#334)

v0.10.29

02 Apr 21:01
991e59f
Compare
Choose a tag to compare

UnROOT v0.10.29

Diff since v0.10.28

Bug fixes:

  • fixed boolean (bit column) reading in RNTuple

Improvements

  • added test files for DAOD_TLA which uses the backfilling functions of RNTuple

Merged pull requests:

  • [RNTuple] add test files for extension header (#333) (@Moelf)

v0.10.28

02 Apr 01:43
f317355
Compare
Choose a tag to compare

UnROOT v0.10.28

Diff since v0.10.27

Bug fix

  • fixed reading columns with extension (backfill)

Merged pull requests:

  • [RNTuple] backfill zero elements for extension columns (#332) (@Moelf)

Closed issues:

  • [RNTuple] miss-aligned column in DAOD_TLA with RNTuple RC2 (#331)

v0.10.27

28 Mar 20:37
514306e
Compare
Choose a tag to compare

UnROOT v0.10.27

Diff since v0.10.26

Improvments

  • compatible with FHist.jl 0.11, since the breaking change is not observable unless users use FHist.Hist1D/2D constructors
  • fix an error where RNTuple show leads to error
  • now able to read certain TTrees

Merged pull requests:

Closed issues:

  • [RNTuple] OutOfMemoryError in show() (#321)

v0.10.26

23 Mar 20:06
4972e68
Compare
Choose a tag to compare

UnROOT v0.10.26

Diff since v0.10.25

Merged pull requests:

Closed issues:

  • ConcurrencyViolationError when reading with XRootD (#310)
  • Reading a file with Branches and Leafs (#323)

v0.10.25

15 Mar 19:00
2d2acf9
Compare
Choose a tag to compare

UnROOT v0.10.25

Diff since v0.10.24

Merged pull requests:

  • [RNTuple] handle footer extension header links (#313) (@Moelf)
  • [RNTuple] fix multi page reading for Index32/Index64 columns (#315) (@Moelf)
  • [RNTuple] refactor display and parse column flags 0x08 (#316) (@Moelf)

Closed issues:

  • [RNTuple] Wrong offset Index32/Index64 array when read from multiple pages (#312)

v0.10.24

06 Mar 20:56
Compare
Choose a tag to compare

UnROOT v0.10.24

Diff since v0.10.23

Merged pull requests:

Closed issues:

  • DAOD_PHYSLITE cannot be read (#223)
  • RNTuple RC2 compatibility (#289)
  • Cannot read empty collections from a RNTuple file (#305)

v0.10.23

24 Jan 07:56
09bfa8d
Compare
Choose a tag to compare

UnROOT v0.10.23

Diff since v0.10.22

Merged pull requests:

v0.10.22

16 Jan 09:19
4d11965
Compare
Choose a tag to compare

UnROOT v0.10.22

Diff since v0.10.21

Merged pull requests:

  • Extended support for TNamed (when living freely) and TFriendTree (#300) (@tamasgal)

v0.10.21

20 Dec 20:07
77b75d8
Compare
Choose a tag to compare

UnROOT v0.10.21

Diff since v0.10.20

Merged pull requests:

  • Add support for more primitive (vector/jagged) leaf types (#299) (@tamasgal)