Skip to content

Releases: scikit-hep/uproot5

4.0.2rc1

19 Jan 16:42
3e53f48
Compare
Choose a tag to compare

@jpivarski fixed a bug in which returning regular arrays along with lower-dimensional arrays broadcasted them. This has been fixed in both ak.zip (scikit-hep/awkward#656) and in UprootPR #245. Updating either should be sufficient.

Also added hooks to the decompression process and properties to get per-branch compression information (PR #247).

@nikoladze significantly revamped the XRootDSource to deal with vector reads in which TBaskets are larger than XRootD's max_element_size (PR #243).

4.0.1

16 Jan 14:58
be40ed2
Compare
Choose a tag to compare

No changes with respect to 4.0.1rc3.

4.0.1rc3

13 Jan 17:09
Compare
Choose a tag to compare

@henryiii modernized the setup configuration (#231) and fixed kind for normal histograms (#236).

@HealthyPear fixed a bug that prevented reading TProfile2D and TProfile3D (#228).

@kratsg added behaviors for TGraphAsymmErrors (#240).

@jpivarski hid XRootD's ReferenceError in atexit (#237) and TH3's to_numpy (#239).

4.0.1rc2

17 Dec 17:53
bb3a17e
Compare
Choose a tag to compare
4.0.1rc2 Pre-release
Pre-release

@douglasdavis fixed warnings that would come up in NumPy 1.20.

I added badges, and I'm making a release to get a new Zenodo DOI associated with this repo, rather than uproot3.

4.0.1rc1

09 Dec 22:55
Compare
Choose a tag to compare
4.0.1rc1 Pre-release
Pre-release

Handled servers that merge chunks in HTTP multipart GET mode (#221) and fixed identification of variable-binned histograms (#223).

4.0.0

05 Dec 18:18
Compare
Choose a tag to compare

First version 4.0.0 (non release candidate)! From now on, when users

pip install uproot

(without any version qualification), they will get Uproot 4.x, not Uproot 3.x.

This version also has a few bug-fixes: infinite recursion in self-referential strided_interpretation (#216), identify EmptyArrays in all cases of _awkward_json_to_array (#217), better determination if an embedded (recovered) TBasket is jagged (#218), and caught up to the latest histogram protocol (#219).

4.0.0rc4

04 Dec 00:23
750ee72
Compare
Choose a tag to compare
4.0.0rc4 Pre-release
Pre-release

Renamed master branch as main.

4.0.0rc3

02 Dec 23:50
Compare
Choose a tag to compare
4.0.0rc3 Pre-release
Pre-release

Updated histogram interface and documentation.

4.0.0rc2

01 Dec 22:57
Compare
Choose a tag to compare
4.0.0rc2 Pre-release
Pre-release

Try again to get deployment to trigger.

4.0.0rc1

01 Dec 22:34
46516f4
Compare
Choose a tag to compare
4.0.0rc1 Pre-release
Pre-release

First version 4.0.0 release candidate!

@henryiii fixed a warning about GitHub Actions security (#189) and added TProfile → Boost (#207).

@jpivarski fixed list cuts in iterate (#195), added callback for wrong class version (#199), turned EmptyArrays into known types (#200 and #206), fixed HTTP redirects (#201 wanna #203), common histogram interface (#196), and name change to "uproot" (#211).