Published February 2, 2021
| Version 1.1.0rc2
Software
Open
scikit-hep/awkward-1.0: 1.1.0rc2
Authors/Creators
- 1. Fermilab
- 2. Princeton University
- 3. CERN
- 4. DESY
- 5. @UCL @alan-turing-institute @ESRC-CDRC
Description
Actually remove the features that have been deprecated, scheduled to be removed in 1.1.0: PR #698.
Fixed #689, the dimension of arrays returned by empty slices: PR #691.
@ianna fixed tuple-building in ArrayBuilder to guard against specifying a nonexistent slot and segfaulting: #697.
Various fixes in preparation for a SciPy 2021 tutorial:
- Added ak.materialized to force-materialize arrays (opposite of ak.virtual) because debugging very lazy deferments is hard.
- Can now use
np.newaxisto give one array the same number of dimensions as another for slicing (which closes #492). - Fixed
ak.min/ak.maxwithaxis != Nonefor partitioned data. - Fixed a bug that affected boolean-masking of partitioned data.
Files
scikit-hep/awkward-1.0-1.1.0rc2.zip
Files
(4.4 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:032a39f66db5e0890d4a7b6e265249ef
|
4.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/scikit-hep/awkward-1.0/tree/1.1.0rc2 (URL)