Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.8.23
    ## UnROOT v0.8.23
    
    [Diff since v0.8.22](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.22...v0.8.23)
    
    
    **Closed issues:**
    - RNTuple unable to handle Alias Record (#206)
    - `RNTupleCardinality` field not interpreted correction (#208)
    
    **Merged pull requests:**
    - CompatHelper: bump compat for Memoization to 0.2, (keep existing compat) (#205) (@github-actions[bot])
    - RNTuple handle alias columns (#207) (@Moelf)
    - handle RNTupleCardinality field and add test file (#209) (@Moelf)
  • v0.8.22
    59002840 · Update Project.toml ·
    ## UnROOT v0.8.22
    
    [Diff since v0.8.21](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.21...v0.8.22)
    
    
    **Closed issues:**
    - Implement `Tables.partitions(t::LazyTree)` (#114)
    - Performance regression (#204)
  • v0.8.21
    71de1bf3 · fix version ·
    ## UnROOT v0.8.21
    
    [Diff since v0.8.20](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.20...v0.8.21)
    
    
    
    **Merged pull requests:**
    - [RFC] RNTuple reading (#200) (@Moelf)
    - CompatHelper: add new compat entry for StructArrays at version 0.6, (keep existing compat) (#201) (@github-actions[bot])
    - implement Table.partition and test Arrow round-trips for LazyTree (#202) (@Moelf)
    - use macro to cut code repetition in RNTuple (#203) (@Moelf)
  • v0.8.20
    0b91dd57 · bump version ·
    ## UnROOT v0.8.20
    
    [Diff since v0.8.19](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.19...v0.8.20)
    
    
    **Closed issues:**
    - Working with LazyTree as a DataFrame (#73)
    - prettier output when indexing a LazyTree with a vector (#139)
    - [Discussion] How to pre-compute branch buffer type (#148)
    - Partial DAOD usage (#169)
    
    **Merged pull requests:**
    - Fix show for LazyBranch (#196) (@oschulz)
    - add lazybranch view test (#198) (@Moelf)
  • v0.8.19
    57e49d3a · quick fix (#193) ·
    ## UnROOT v0.8.19
    
    [Diff since v0.8.18](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.18...v0.8.19)
    
    
    
    **Merged pull requests:**
    - quick fix (#193) (@Moelf)
  • v0.8.18
    3bc0aa54 · Update Project.toml ·
    ## UnROOT v0.8.18
    
    [Diff since v0.8.17](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.17...v0.8.18)
    
    
    **Closed issues:**
    - `string` branch (#190)
    
    **Merged pull requests:**
    - add vector<string> support (#191) (@Moelf)
  • v0.8.17
    ## UnROOT v0.8.17
    
    [Diff since v0.8.16](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.16...v0.8.17)
    
    
    
    **Merged pull requests:**
    - Improve loadtime by removing LazyArray (and be ready for julia 1.9) (#189) (@Moelf)
  • v0.8.16
    ## UnROOT v0.8.16
    
    [Diff since v0.8.15](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.15...v0.8.16)
    
    
    **Closed issues:**
    - Variable sized multidimensional array in ROOT file is partially read (#187)
    
    **Merged pull requests:**
    - handle [var][fix] style doubly jagged branch (#188) (@Moelf)
  • v0.8.15
    232e85b2 · fix test for NanoSoldier ·
    ## UnROOT v0.8.15
    
    [Diff since v0.8.14](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.14...v0.8.15)
  • v0.8.14
    ## UnROOT v0.8.14
    
    [Diff since v0.8.13](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.13...v0.8.14)
    
    
    
    **Merged pull requests:**
    - implement and test haskey (#186) (@Moelf)
  • v0.8.13
    24dcf148 · remove unsed T (#185) ·
    ## UnROOT v0.8.13
    
    [Diff since v0.8.12](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.12...v0.8.13)
    
    
    
    **Merged pull requests:**
    - add CITATION (#183) (@Moelf)
    - reduce ambiguity to 0 (#184) (@Moelf)
    - remove unsed T (#185) (@Moelf)
  • v0.8.12
    ## UnROOT v0.8.12
    
    [Diff since v0.8.11](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.11...v0.8.12)
    
    
    
    **Merged pull requests:**
    - Drop TypedTables as dependency (#181) (@Moelf)
  • v0.8.11
    ## UnROOT v0.8.11
    
    [Diff since v0.8.10](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.10...v0.8.11)
  • v0.8.10
    7c9a06fa · Patch 1 (#179) ·
    ## UnROOT v0.8.10
    
    [Diff since v0.8.9](https://github.com/JuliaHEP/UnROOT.jl/compare/v0.8.9...v0.8.10)
    
    
    **Closed issues:**
    - [JOSS review] Paper comments (#171)
    - Installation instructions in paper (#177)
    
    **Merged pull requests:**
    - fix #171 (#174) (@Moelf)
    - CompatHelper: bump compat for HTTP to 1, (keep existing compat) (#175) (@github-actions[bot])
    - CompatHelper: bump compat for AbstractTrees to 0.4, (keep existing compat) (#176) (@github-actions[bot])
    - address language comments from @jpata (#178) (@Moelf)
    - Patch 1 (#179) (@danielskatz)
  • 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
    7d371220 · Update Project.toml ·
    ## 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
    81b6ca90 · Bump version ·
    ## 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
    19c54016 · Update Project.toml ·
    ## 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
    7499f9e0 · bump version ·
    ## 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)