Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.8.3
    ad11fb6c · bump version ·
    ## 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
    8d9bb66c · Bump version number ·
    ## 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
    e27c296b · Update Project.toml ·
    ## 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
    d6dedd0b · remove Polyester (#134) ·
    ## 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
    91427811 · fix compat ·
    ## 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
    cfacd317 · Update Project.toml ·
    ## 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
    b5ee3405 · Update Project.toml ·
    ## 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
    e130fbf1 · bump ·
    ## 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
    faea58a8 · Bump version number ·
    ## 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
    0a6a32cf · bump version ·
    ## 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
    60f91532 · Update Project.toml ·
    ## 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
    8adda304 · bump compat ·
    ## 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)
  • v0.4.2
    ## UnROOT v0.4.2
    
    [Diff since v0.4.1](https://github.com/tamasgal/UnROOT.jl/compare/v0.4.1...v0.4.2)
    
    
    
    **Merged pull requests:**
    - fix lock again, allow super speed (#83) (@Moelf)
  • v0.4.1
    9dc7f67c · fix lock finally (#82) ·
    ## UnROOT v0.4.1
    
    [Diff since v0.4.0](https://github.com/tamasgal/UnROOT.jl/compare/v0.4.0...v0.4.1)
    
    
    
    **Merged pull requests:**
    - disable potentially large cache (#81) (@aminnj)
    - fix lock finally (#82) (@Moelf)
  • v0.4.0
    ## UnROOT v0.4.0
    
    [Diff since v0.3.7](https://github.com/tamasgal/UnROOT.jl/compare/v0.3.7...v0.4.0)
    
    
    **Closed issues:**
    - Reading non jagged TLeafElement (#55)
    - Double reading of baskets near boundaries (#78)
    
    **Merged pull requests:**
    - parse histograms into user-friendly format (#75) (@aminnj)
    - make branch basket buffer threadlocal (#76) (@aminnj)
    - prevent double basket reading (#79) (@aminnj)
    - bump version and refine tests (#80) (@Moelf)
  • v0.3.7
    ## UnROOT v0.3.7
    
    [Diff since v0.3.6](https://github.com/tamasgal/UnROOT.jl/compare/v0.3.6...v0.3.7)
    
    
    
    **Merged pull requests:**
    - Custom iterator improvement (#71) (@tamasgal)
  • v0.3.6
    ## UnROOT v0.3.6
    
    [Diff since v0.3.5](https://github.com/tamasgal/UnROOT.jl/compare/v0.3.5...v0.3.6)
    
    
    
    **Merged pull requests:**
    - docs: add mmikhasenko as a contributor for data (#68) (@allcontributors[bot])
    - Reduce allocation by ~20% (#69) (@Moelf)
    - Add close and do-block-syntax (#70) (@tamasgal)
  • v0.3.5
    ## UnROOT v0.3.5
    
    [Diff since v0.3.4](https://github.com/tamasgal/UnROOT.jl/compare/v0.3.4...v0.3.5)
    
    
    **Closed issues:**
    - `leaf.fLenType==0` falsely classifying jagged branch as non-jagged (#61)
    - Poor performance when weaving many branches together (#64)
    
    **Merged pull requests:**
    - Pass streamers and branch into `JaggType` to fix issue 61 (#62) (@aminnj)
    - check type stability in CI (#63) (@aminnj)
    - use ArraysOfArrays to reduce allocation (#65) (@Moelf)
    - docs: add oschulz as a contributor for ideas (#66) (@allcontributors[bot])