Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.3.4
    f3fad8be · Bump version number ·
    ## UnROOT v0.3.4
    
    [Diff since v0.3.3](https://github.com/tamasgal/UnROOT.jl/compare/v0.3.3...v0.3.4)
    
    
    
    **Merged pull requests:**
    - Add a logo (#57) (@8me)
  • v0.3.3
    36b276d9 · Update Project.toml ·
    ## UnROOT v0.3.3
    
    [Diff since v0.3.2](https://github.com/tamasgal/UnROOT.jl/compare/v0.3.2...v0.3.3)
    
    
    **Closed issues:**
    - Reading doubly jagged branches (#58)
    
    **Merged pull requests:**
    - docs: add 8me as a contributor for code, test, data (#52) (@allcontributors[bot])
    - docs: add aminnj as a contributor for code, test, data (#53) (@allcontributors[bot])
    - docs: add giordano as a contributor for infra (#54) (@allcontributors[bot])
    - Reading non jagged TLeafElement (#56) (@aminnj)
    - Fix issue with `readbranchraw` offsets for jagged branch with multiple baskets (#59) (@aminnj)
    - Interpret doubly jagged branches (#60) (@aminnj)
  • v0.3.2
    6e1d645b · Bump version number ·
    ## UnROOT v0.3.2
    
    [Diff since v0.3.1](https://github.com/tamasgal/UnROOT.jl/compare/v0.3.1...v0.3.2)
    
    
    **Closed issues:**
    - Reading TH1F histograms (#3)
    - Reading TH1D (#47)
    
    **Merged pull requests:**
    - Docs revamping (#46) (@Moelf)
    - Histogram reading (#48) (@aminnj)
  • v0.3.1
    1448df86 · Bump version ·
    ## UnROOT v0.3.1
    
    [Diff since v0.3.0](https://github.com/tamasgal/UnROOT.jl/compare/v0.3.0...v0.3.1)
    
    
    
    **Merged pull requests:**
    - regex selection of multiple branches (#45) (@aminnj)
  • v0.3.0
    46837007 · Fix indexing ·
    ## UnROOT v0.3.0
    
    [Diff since v0.2.9](https://github.com/tamasgal/UnROOT.jl/compare/v0.2.9...v0.3.0)
  • v0.2.9
    07fdb177 · Bump version ·
    ## UnROOT v0.2.9
    
    [Diff since v0.2.8](https://github.com/tamasgal/UnROOT.jl/compare/v0.2.8...v0.2.9)
    
    
    
    **Merged pull requests:**
    - Improvde LazyBranch cache hitting path speed by x10 (#44) (@Moelf)
  • v0.2.8
    a6260769 · Bump version ·
    ## UnROOT v0.2.8
    
    [Diff since v0.2.7](https://github.com/tamasgal/UnROOT.jl/compare/v0.2.7...v0.2.8)
    
    
    **Closed issues:**
    - TLorentzVector branch support (#33)
    
    **Merged pull requests:**
    - TLorentzVector and jagged TLV (#41) (@Moelf)
  • v0.2.7
    7e2c7515 · Bump version number ·
    ## UnROOT v0.2.7
    
    [Diff since v0.2.6](https://github.com/tamasgal/UnROOT.jl/compare/v0.2.6...v0.2.7)
    
    
    
    **Merged pull requests:**
    - Add option to parse non-jagged data with splitup (#43) (@tamasgal)
  • v0.2.6
    40bb734e · Bump version number ·
    ## UnROOT v0.2.6
    
    [Diff since v0.2.5](https://github.com/tamasgal/UnROOT.jl/compare/v0.2.5...v0.2.6)
    
    
    **Closed issues:**
    - Bug in offsets readout, unexpected fall back to 0 (#39)
    
    **Merged pull requests:**
    - Preliminary fix of offset-readout (#40) (@tamasgal)
  • v0.2.5
    23ab5862 · Bump version ·
    ## UnROOT v0.2.5
    
    [Diff since v0.2.4](https://github.com/tamasgal/UnROOT.jl/compare/v0.2.4...v0.2.5)
    
    
    **Closed issues:**
    - Reading subbranches of jagged custom struct (#23)
    - Display of ROOTFile fails for certain file (#36)
    
    **Merged pull requests:**
    - Add cache after branch is interpreted (#34) (@aminnj)
    - Better pretty table (#35) (@Moelf)
    - Thread-safety & locking (#37) (@8me)
  • v0.2.4
    491d8941 · Bump version ·
    ## UnROOT v0.2.4
    
    [Diff since v0.2.3](https://github.com/tamasgal/UnROOT.jl/compare/v0.2.3...v0.2.4)
    
    
    
    **Merged pull requests:**
    - Reading subbranches of jagged custom struct (#31) (@8me)
    - Better (faster) table preview and better ROOTFile preview (#32) (@Moelf)
  • v0.2.3
    180ab65f · Bump version ·
    ## UnROOT v0.2.3
    
    [Diff since v0.2.2](https://github.com/tamasgal/UnROOT.jl/compare/v0.2.2...v0.2.3)
  • v0.2.2
    ## UnROOT v0.2.2
    
    [Diff since v0.2.1](https://github.com/tamasgal/UnROOT.jl/compare/v0.2.1...v0.2.2)
    
    
    
    **Merged pull requests:**
    - Tree iteration and table (#30) (@Moelf)
  • v0.2.1
    ## UnROOT v0.2.1
    
    [Diff since v0.2.0](https://github.com/tamasgal/UnROOT.jl/compare/v0.2.0...v0.2.1)
  • v0.2.0
    ## UnROOT v0.2.0
    
    [Diff since v0.1.9](https://github.com/tamasgal/UnROOT.jl/compare/v0.1.9...v0.2.0)
    
    
    **Closed issues:**
    - Iterator and Table interface (#6)
    
    **Merged pull requests:**
    - Add Iterator interface fix #6 (#28) (@Moelf)
  • v0.1.9
    b2305e8e · Bump version number ·
    ## UnROOT v0.1.9
    
    [Diff since v0.1.8](https://github.com/tamasgal/UnROOT.jl/compare/v0.1.8...v0.1.9)
    
    
    **Closed issues:**
    - Reading Branches from TNtuples (#8)
    - Use LRU cache in rudimentary ways (#12)
    
    **Merged pull requests:**
    - Adding support for `TNtuple` (#27) (@Moelf)
    - Add tests for custom KM3NeT stuff (#29) (@tamasgal)
  • v0.1.8
    1a75e697 · Bump version ·
    ## UnROOT v0.1.8
    
    [Diff since v0.1.7](https://github.com/tamasgal/UnROOT.jl/compare/v0.1.7...v0.1.8)
    
    
    
    **Merged pull requests:**
    - [WIP] Huntdown allocation and type instability (#24) (@Moelf)
    - Add .gitattributes to ignore some non-source code files (#25) (@giordano)
  • v0.1.7
    85c92f8e · fix compat ·
    ## UnROOT v0.1.7
    
    [Diff since v0.1.6](https://github.com/tamasgal/UnROOT.jl/compare/v0.1.6...v0.1.7)
    
    
    **Closed issues:**
    - Unsupported compression type 'L4' (#10)
    - Tiny release (#15)
    
    **Merged pull requests:**
    - fix one hack, more to go; add reference (#17) (@Moelf)
    - Compression algo: LZ4 and LZMA at least for Streamers and tests (#19) (@Moelf)
    - Compression algo: LZ4 and LZMA reading data (#20) (@Moelf)
    - handle multiple blocks in datastream (#21) (@Moelf)
    - Support Jagged branch from CMS NanoAOD (#22) (@Moelf)
  • v0.1.6
    ## UnROOT v0.1.6
    
    [Diff since v0.1.5](https://github.com/tamasgal/UnROOT.jl/compare/v0.1.5...v0.1.6)
    
    
    **Closed issues:**
    - Missing struct TLeafD (#7)
    
    **Merged pull requests:**
    - bump DataFrames version (#13) (@Moelf)
  • v0.1.5
    6b0ab30a · Bump version number ·
    ## UnROOT v0.1.5
    
    [Diff since v0.1.4](https://github.com/tamasgal/UnROOT.jl/compare/v0.1.4...v0.1.5)