-
v0.8.9
## UnROOT v0.8.9 [Diff since v0.8.8](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.8...v0.8.9) **Closed issues:** - feature: reading `RooFitResult` object (#162) - [JOSS review] Contribution guidelines (#170) **Merged pull requests:** - JOSS Paper (#135) (@tamasgal) - Add `view` of LazyTree (#140) (@Moelf) - xrootd read support (#150) (@Moelf) - add contribution guide (#172) (@Moelf)
-
v0.8.8
## UnROOT v0.8.8 [Diff since v0.8.7](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.7...v0.8.8) **Closed issues:** - caused by: UndefVarError: Csigned char not defined (#145) **Merged pull requests:** - Normalize branch name (#156) (@Moelf)
-
v0.8.7
## UnROOT v0.8.7 [Diff since v0.8.6](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.6...v0.8.7) **Closed issues:** - Problem with reading branches of C-style arrays (#165) **Merged pull requests:** - C-style arrays (#166) (@tamasgal)
-
v0.8.6
## UnROOT v0.8.6 [Diff since v0.8.5](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.5...v0.8.6) **Closed issues:** - ROOTFile creates an empty file and errors if file does not exist (#163) **Merged pull requests:** - Fix URLs (#159) (@tamasgal) - add TLeafS (#161) (@Moelf) - Fix error when file is not existent (#164) (@tamasgal)
-
v0.8.5
## UnROOT v0.8.5 [Diff since v0.8.4](https://github.com/tamasgal/UnROOT.jl/compare/v0.8.4...v0.8.5) **Closed issues:** - Broken on Windows (#157) **Merged pull requests:** - fix windows `id -u` (#158) (@Moelf)
-
v0.8.4
## UnROOT v0.8.4 [Diff since v0.8.3](https://github.com/tamasgal/UnROOT.jl/compare/v0.8.3...v0.8.4) **Closed issues:** - Issue with sub-branches coming from split custom classes (#42) - More accurate cache size determination and cache API (#74) **Merged pull requests:** - fix split branches (#155) (@Moelf)
-
v0.8.3
## UnROOT v0.8.3 [Diff since v0.8.2](https://github.com/tamasgal/UnROOT.jl/compare/v0.8.2...v0.8.3) **Closed issues:** - Lock-free `ROOTFile.fobj` (#153) **Merged pull requests:** - fix stacktrace too long (#149) (@Moelf) - reduce number of read during `ROOTFile` and basket unpacking, use more async, add remote (HTTP) source, (#154) (@Moelf)
-
v0.8.2
## UnROOT v0.8.2 [Diff since v0.8.1](https://github.com/tamasgal/UnROOT.jl/compare/v0.8.1...v0.8.2) **Closed issues:** - Test suite requires more than one thread (#142) - Excessive allocation and non-linear slow down when `vcat()` ing many LazyTrees (#151) **Merged pull requests:** - use safe api for LibDeflate (#138) (@aminnj) - Fix gitlab ci (#141) (@tamasgal) - Improve thread handling in tests (#144) (@tamasgal) - faster vcat (#152) (@Moelf)
-
v0.8.1
## UnROOT v0.8.1 [Diff since v0.8.0](https://github.com/tamasgal/UnROOT.jl/compare/v0.8.0...v0.8.1) **Closed issues:** - 25% faster decompression with cloudflare's zlib fork (#136) **Merged pull requests:** - use LibDeflate for zlib (#137) (@aminnj)
-
v0.8.0
## UnROOT v0.8.0 [Diff since v0.7.3](https://github.com/tamasgal/UnROOT.jl/compare/v0.7.3...v0.8.0) **Closed issues:** - Threading failure with `@batch` (#133) **Merged pull requests:** - remove Polyester (#134) (@Moelf)
-
v0.7.3
## UnROOT v0.7.3 [Diff since v0.7.2](https://github.com/tamasgal/UnROOT.jl/compare/v0.7.2...v0.7.3)
-
v0.7.2
## UnROOT v0.7.2 [Diff since v0.7.1](https://github.com/tamasgal/UnROOT.jl/compare/v0.7.1...v0.7.2) **Closed issues:** - TChain? (#72) - LazyTree printout in a notebook (#130) **Merged pull requests:** - add lazy Chain/Vcat for Tree (#131) (@Moelf) - custom html repr (#132) (@aminnj)
-
v0.7.1
## UnROOT v0.7.1 [Diff since v0.7.0](https://github.com/tamasgal/UnROOT.jl/compare/v0.7.0...v0.7.1) **Merged pull requests:** - avoid intermediate array for lz4/zlib (#128) (@aminnj) - test zstd compression (#129) (@aminnj)
-
v0.7.0
## UnROOT v0.7.0 [Diff since v0.6.3](https://github.com/tamasgal/UnROOT.jl/compare/v0.6.3...v0.7.0) **Closed issues:** - Optimize `lazytree[range]` (#113) - Better/safer printout (#120) - `partitions` with `Arrow.write` (#123) **Merged pull requests:** - basket cluster iteration utilities (#118) (@aminnj) - match DataFrames behavior for `show` (#121) (@aminnj) - optimize LazyBranch range getindex and return VoV (#122) (@aminnj) - add interface function (#124) (@aminnj) - lower bound for PrettyTables (#125) (@aminnj) - add broadcasting fusion (#126) (@Moelf)
-
v0.6.3
## UnROOT v0.6.3 [Diff since v0.6.2](https://github.com/tamasgal/UnROOT.jl/compare/v0.6.2...v0.6.3) **Closed issues:** - Cannot read `TTree` from file (#116) **Merged pull requests:** - add more basic types (#110) (@aminnj) - iterate on baskets + an optimization (#111) (@aminnj) - optimize TBasketKey unpacking (#115) (@aminnj) - default byte for fIOFeatures (#117) (@aminnj)
-
v0.6.2
## UnROOT v0.6.2 [Diff since v0.6.1](https://github.com/tamasgal/UnROOT.jl/compare/v0.6.1...v0.6.2) **Closed issues:** - readig lazy tree from a tdirectory (#108) **Merged pull requests:** - Add mapping for ushort and ulong (#109) (@aminnj)
-
v0.6.1
## UnROOT v0.6.1 [Diff since v0.6.0](https://github.com/tamasgal/UnROOT.jl/compare/v0.6.0...v0.6.1) **Closed issues:** - TDirectory not supported (#11) **Merged pull requests:** - more optimizations (#100) (@aminnj) - fix bool branch interpretation (#102) (@aminnj) - fix the fix (#103) (@aminnj) - Prefix custom structures with _ to hide them (#104) (@tamasgal) - Increase custom stuff coverage (#105) (@tamasgal) - also trying TDirectory (#107) (@aminnj)
-
v0.6.0
## UnROOT v0.6.0 [Diff since v0.5.1](https://github.com/tamasgal/UnROOT.jl/compare/v0.5.1...v0.6.0) **Closed issues:** - Histograms aren't shown in file printout (#96) **Merged pull requests:** - reduce allocation by 15% (#94) (@Moelf) - aesthetic fixes (#97) (@aminnj) - decouple from DataFrames (#98) (@Moelf) - only show TTrees with the highest cycle number (#99) (@aminnj)
-
v0.5.1
## UnROOT v0.5.1 [Diff since v0.5.0](https://github.com/tamasgal/UnROOT.jl/compare/v0.5.0...v0.5.1) **Closed issues:** - Uncompressed Streamers cannot be read (#87) **Merged pull requests:** - cleanup naming and avoid clash with loop iter (#85) (@aminnj) - add more information in LazyEvent printout (#86) (@aminnj) - fix for uncompressed trees (#89) (@aminnj) - simplify array creation when not Offsetjagg (#90) (@aminnj) - add tests for jagged LVs (#92) (@Moelf) - small optimization for nonjagged branches (#93) (@aminnj)
-
v0.5.0
## UnROOT v0.5.0 [Diff since v0.4.2](https://github.com/tamasgal/UnROOT.jl/compare/v0.4.2...v0.5.0) **Closed issues:** - Discussion about threading (#77) **Merged pull requests:** - Polyester for threading? (#84) (@Moelf)