Manipulate arrays of complex data structures as easily as Numpy

Edit Package python-awkward
https://github.com/scikit-hep/awkward-1.0

Awkward Array is a library for nested, variable-sized data, including
arbitrary-length lists, records, mixed types, and missing data, using
NumPy-like idioms.

Arrays are dynamically typed, but operations on them are compiled and fast.
Their behavior coincides with NumPy when array dimensions are regular and
generalizes when they're not.

Refresh
Refresh
Source Files
Filename Size Changed
awkward-2.0.7.tar.gz 0004976414 4.75 MB
python-awkward.changes 0000025427 24.8 KB
python-awkward.spec 0000003404 3.32 KB
Revision 14 (latest revision is 37)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1066313 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 14)
- awkward 2.0.7 actually requires awkward-cpp 8. 

- update to 2.0.7
  * feat: add ability to forget length of typetracer created with
    typetracer_from_report
  * feat: start hardening nplike signatures
  * feat: implement all ufuncs on TypeTracer.
  * feat: use None for unknown lengths (1 of 2)
  * feat: coerce backends to same zero-copy type (2 of 2)
  * feat: growable buffer move_to method
  * feat: add ak.merge_union_of_records
  * feat: add support for histogram module
  * feat: add ak.approx_equal
  * fix: re-order cases to handle NumPy scalar types properly
  * fix: specify dtype for buffers in from_rdataframe.
  * fix: unify typestr with _repr
  * fix: update type_to_name for Layout builder cxx_14 target
  * fix: Layout builders clean and length bug fixes
  * fix: support mask_identity=True for axis=None in ptp, std, etc.
  * fix: preserve dimensions for keepdims=True, axis=None
    reductions
  * fix: some usages of len(layout) under typetracer
  * fix: rdataframe memory check
  * fix: rework parameter merging rules
  * fix: don't raise NotImplementedError when reading empty array
    from Parquet
  * fix: ignore object arrays
  * fix: ak.values_astype now turns 'unknown' type into the
    requested type.
Comments 0
openSUSE Build Service is sponsored by