4.0.5
@ryuwd fixed error reporting in XRootD vector-read chunk: PR #286.
After discovering a memory leak that is specific to vector-read, @nsmith- made vector-read not the default XRootD: PR #295. By default, it is now the multi-threaded XRootD handler with num_workers=1
. Also added a timeout to vector-read: #293.
@henryiii added "_to_boost_histogram" to satisfy a boost-histogram protocol: PR #289.
@jpivarski fixed several bugs: #272, #280,
Also removed library="cp"
(CuPy) because we can't test it and it's not that useful anyway (can always copy a NumPy array to a GPU): PR #279.
Added specialized behaviors for TParameter, which is the first templated ROOT class to get such a treatment: PR #278.
Reduced memory usage, especially for creating flat Pandas DataFrames #281.