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.1.0

04 Oct 18:15
cbde2d2
Compare
Choose a tag to compare

Jagged, table, object, indexed, and chunked arrays are done, union, masked, sparse, appendable, and virtual arrays are not.

0.0.10

28 Sep 14:40
Compare
Choose a tag to compare

Fixed a bug in which a Table.Row.(column name) returned the whole column, not the value for a single row and column. This only affected the dot notation, not the bracket notation, but is now fixed for both.

0.0.9

31 Aug 15:05
Compare
Choose a tag to compare

Added JaggedArray.count_nonzero, .all, .any, and make .sum convert booleans to integers.

0.0.8

30 Aug 20:10
Compare
Choose a tag to compare

Make uproot 3 tutorial work: many bug-fixes, some new features.

0.0.7

25 Aug 14:29
Compare
Choose a tag to compare

Add overrides to *like methods and test new deployment condition.

0.0.6

24 Aug 22:46
Compare
Choose a tag to compare

Revamped Table, created ObjectArray to support uproot-methods and eventually uproot. Jagged broadcasting has been tested in a variety of ways.

0.0.5

10 Aug 22:12
Compare
Choose a tag to compare

JaggedArray and Table are usable, and presented in a Binder tutorial.

0.0.4

08 Aug 16:45
Compare
Choose a tag to compare

Removed all __setitem__ implementations (awkward arrays will from now on be immutable) and added awkward.type.Type specifications. See Binder documentation.

0.0.3

22 Jun 20:34
Compare
Choose a tag to compare

Complete set of awkward arrays.

0.0.2

17 Jun 14:38
Compare
Choose a tag to compare

First deployment to PyPI.