Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Releases: scikit-hep/uproot3

3.11.5

08 May 03:26
Compare
Choose a tag to compare

Fixed #465, added support for RNTuple anchor (only) #471, finalized jagged array writing #481 and #482.

3.11.4

01 May 17:11
Compare
Choose a tag to compare
  • PR #466, which fixes issue #465.
  • PR #477 for writing jagged arrays to ROOT files (issue #354)
  • PR #463, write-update.
  • PR #457, docstring formatting.
  • PR #450, compression libraries.

3.11.3

11 Feb 16:36
98d007f
Compare
Choose a tag to compare

PR #449.

3.11.2

30 Jan 17:58
dc7de0a
Compare
Choose a tag to compare

PR #442; platform-dependence on 32-bit Windows.

3.11.1

20 Jan 18:03
876f5d1
Compare
Choose a tag to compare
  • PR #426: Enable getitem for TTree to recognize cycle number.
  • PR #427: Allow compressing ROOT objects which have size greater than 2^24.
  • PR #428: Get pytest-error-for-skips from PyPI.
  • PR #430: Add support for writing multidimensional arrays to TTree branches.
  • PR #432: Add handler for map<string,string> to streamed objects.
  • PR #435: Allow dtypes with byteorders via lists. Fixes #434.
  • PR #436: Instructions to set up a development environment.
  • PR #437: Clear ChunkedSource cache on explicit close.
  • PR #439: Add close method to ROOTDictionary. Fixes #438.

3.11.0

18 Dec 17:38
d31026d
Compare
Choose a tag to compare
  • PR #411 Handle HTTP servers that don't support range requests.
  • PR #417 Branch titles in object docstrings, especially for usability in Jupyter.
  • PR #420 Avoid misleading error messages about being unable to recover baskets when the branch actually has no data.
  • PR #421 Reading ROOT files compressed using ZSTD.
  • PR #423 Fix a bug in HTTP handling.

3.10.12

15 Nov 17:54
03072b0
Compare
Choose a tag to compare

Fixes issued #404 with PR #405.

3.10.11

12 Nov 13:58
5b445b4
Compare
Choose a tag to compare

Issue #399 and its fix, PR #400.

3.10.10

03 Nov 10:28
7052188
Compare
Choose a tag to compare

3.10.9

24 Oct 14:41
fd17acd
Compare
Choose a tag to compare

Fixed #384 (with PR #385).