Releases: scikit-hep/uproot5
4.0.0rc4
4.0.0rc3
4.0.0rc2
4.0.0rc1
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).
0.1.2
Fixed a memory leak in iterate
: #187.
Fixed a silent error that skipped unrecognized local file names (because, as trivial glob patterns, they don't match); only skipping unmatching names if they actually contain glob characters (*
, ?
, [
, ]
, {
, }
): #184.
Fixed a bug in TStreamerLoop code generation: #186.
Allow allocators in std::vector
typenames: #185.
Pass through HTTP(S) query parameters if they exist: #183.
0.1.1
0.1.0
Updated README to indicate that this is the supported version, and point to documentation.
- Implemented TProfile2D's values (#111).
- Fixed a bug when reading into Pandas (#112).
- @henryiii cleaned up CI (#113).
- Fixed
arrays
/iterate
/concatenate
expressions (#116). - Recognizing full paths of branch names in
arrays
/iterate
/concatenate
expressions (#117). - Fix name fetch again (#118).
- Variety of fixes for ATLAS xAOD (#124).
- @andrzejnovak sorted suggested keys in KeyInFileError (#127).
- Added tests for Python 3.9 (#132).
- TrivialExecutor needs to return a TrivialFuture (accidentally pushed to master).
0.0.27
0.0.26
@alexander-held removed debugging print statement. (Thanks!)