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

Releases: scikit-hep/awkward-0.x

0.12.10

16 Sep 16:44
f1b4a34
Compare
Choose a tag to compare

PR #191, which fixes issue #190.

0.12.9

10 Sep 14:46
d942fb8
Compare
Choose a tag to compare

PR #187.

0.12.8

31 Aug 18:29
1dc88a3
Compare
Choose a tag to compare

PR #184, which allows awkward array classes that were defined on the fly to be pickled.

0.12.7

27 Aug 19:51
a9604bb
Compare
Choose a tag to compare

@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

06 Aug 13:59
635275c
Compare
Choose a tag to compare

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

01 Aug 17:30
ac19652
Compare
Choose a tag to compare

Fixed bug in jagged indexing (PR #174 for issue #172).

0.12.4

29 Jul 10:47
509169e
Compare
Choose a tag to compare

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

29 Jul 13:55
Compare
Choose a tag to compare

Patch 0.8.x for Numpy 1.17, as requested in #171.

0.12.3

17 Jul 00:53
e7496ff
Compare
Choose a tag to compare

Includes PR #160, which is argsort and a more efficient argmin/argmax. (Thanks @nsmith-!)

0.12.2

14 Jul 12:40
513f28a
Compare
Choose a tag to compare

Added axis parameter to pad method (PR #159).