Skip to content

Releases: JuliaHEP/UnROOT.jl

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)

v0.10.20

06 Dec 13:42
d0628a9
Compare
Choose a tag to compare

UnROOT v0.10.20

Diff since v0.10.19

Merged pull requests:

v0.10.19

06 Dec 11:17
f8a36f4
Compare
Choose a tag to compare

UnROOT v0.10.19

Diff since v0.10.18

Merged pull requests:

Closed issues:

  • CI broken on nighly due to MD5.jl using SHA.jl internals (#284)

v0.10.18

12 Oct 22:52
dcb8f68
Compare
Choose a tag to compare

UnROOT v0.10.18

Diff since v0.10.17

Merged pull requests:

  • add benchmark folder for local only (#277) (@Moelf)
  • copy instead of reintertrept() for leaf columns (#279) (@Moelf)
  • cut RNTuple allocation by 40% (#281) (@Moelf)
  • Add a 'sink' parameter to the LazyTree() functions to support other table/dataframe types (#282) (@grasph)
  • v0.10.18 release (#283) (@Moelf)

Closed issues:

  • Benchmarking for potential regression (#127)
  • Pre-compilation failure after upgrading to v1.9.3 (#271)
  • RNTuple reading extremely slow (#278)
  • nanoAOD_ttbar latency (#280)

v0.10.17

10 Oct 13:37
3611ee4
Compare
Choose a tag to compare

UnROOT v0.10.17

Diff since v0.10.16

Merged pull requests:

  • clamp HTTP read to not exceed file size (#267) (@Moelf)
  • simple cache for ROOTFile and remove cache for TDirectory (#273) (@Moelf)
  • modernize CI and fix documentation (#275) (@Moelf)
  • new release 0.10.17 (#276) (@Moelf)

Closed issues:

  • How to test concurrency bug? (#257)
  • LazyTree() hang regression in 0.10.16 (#269)
  • Performance for trees with a large number of branches (#272)
  • Fix Documentation due to their 1.0 release (#274)

v0.10.16

30 Jun 05:50
643823d
Compare
Choose a tag to compare

UnROOT v0.10.16

Diff since v0.10.15

Closed issues:

  • LRU cache preventing unmapping of ROOT files (#260)
  • [RNTuple] Missing zigzag encoding support (#262)

Merged pull requests:

v0.10.15

12 Jun 09:59
ad94657
Compare
Choose a tag to compare

UnROOT v0.10.15

Diff since v0.10.14

Merged pull requests:

  • Add vector to the custom structures (#259) (@8me)