Releases: scikit-hep/awkward-0.x
Releases · scikit-hep/awkward-0.x
0.12.8
PR #184, which allows awkward array classes that were defined on the fly to be pickled.
0.12.7
@douglasdavis added ndim
parameter to all arrays for Dask and fixed a bug in which ChunkedArrays
weren't reporting their columns
(if an empty chunk is encountered); PR #182.
0.12.6
Fixed two bugs related to argmin/argmax: PR #175 and PR #177 (correct type for empty arrays and ensure that output subarrays always have length of 0 or 1).
0.12.5
Fixed bug in jagged indexing (PR #174 for issue #172).
0.12.4
Pull requests #164, #165, #167, and #171, which fix various bugs, adapt to Numpy 1.17.0, and add a JaggedArray assignment feature (#167) that isn't "officially" supported (the documentation says it's not), but has been added so that we can see how useful it is.
0.8.16
Patch 0.8.x for Numpy 1.17, as requested in #171.
0.12.3
Includes PR #160, which is argsort and a more efficient argmin/argmax
. (Thanks @nsmith-!)
0.12.2
Added axis
parameter to pad
method (PR #159).