Releases: scikit-hep/awkward-0.x
Releases · scikit-hep/awkward-0.x
0.1.0
Jagged, table, object, indexed, and chunked arrays are done, union, masked, sparse, appendable, and virtual arrays are not.
0.0.10
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
Added JaggedArray.count_nonzero
, .all
, .any
, and make .sum
convert booleans to integers.
0.0.8
Make uproot 3 tutorial work: many bug-fixes, some new features.
0.0.7
Add overrides
to *like
methods and test new deployment condition.
0.0.6
Revamped Table
, created ObjectArray
to support uproot-methods and eventually uproot. Jagged broadcasting has been tested in a variety of ways.
0.0.5
JaggedArray
and Table
are usable, and presented in a Binder tutorial.
0.0.4
Removed all __setitem__
implementations (awkward arrays will from now on be immutable) and added awkward.type.Type
specifications. See Binder documentation.
0.0.3
Complete set of awkward arrays.
0.0.2
First deployment to PyPI.