Published April 7, 2021
| Version 1.2.1
Software
Open
scikit-hep/awkward-1.0: 1.2.1
Creators
- 1. Fermilab
- 2. Princeton University
- 3. CERN
- 4. DESY
- 5. @UCL @alan-turing-institute @ESRC-CDRC
- 6. @det-lab
Description
@ianna fixed the data type of ak.argsort
for empty arrays (it should always be integer, but was float in some cases). PR #803.
It fixes code like
good_leptons = good_leptons[ak.argsort(good_leptons.pt)]
in which good_leptons
consists of empty lists.
Files
scikit-hep/awkward-1.0-1.2.1.zip
Files
(4.5 MB)
Name | Size | Download all |
---|---|---|
md5:62903b7176197595cf3e0ec0c6d2c79c
|
4.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/scikit-hep/awkward-1.0/tree/1.2.1 (URL)