Awkward Array
Authors/Creators
- 1. Princeton University
- 2. University of Birmingham
- 3. Manipal Institute Of Technology
- 4. Purdue University
- 5. National Institute of Technology, Durgapur
- 6. Fermilab
- 7. Delhi Technological University
Description
This follows quickly on https://github.com/scikit-hep/awkward/releases/tag/v2.0.3, which removed a feature and a function argument. Removing the feature is still the right thing to do (see the 2.0.3 release notes), but the function argument needs to go through a deprecation cycle, since libraries like dask-awkward pass arguments through to Awkward. Removing flatten_records as an argument introduces an error, even if the surviving case of flatten_records=False is desired.
This will also be a good exercise of the deprecation schedule in 2.x.
New features(none!)
Bug-fixes and performance- fix: soft-deprecate
flatten_recordsinstead of hard-deprecation by @agoose77 in https://github.com/scikit-hep/awkward/pull/2036
(none!)
Full Changelog: https://github.com/scikit-hep/awkward/compare/v2.0.3...v2.0.4
Notes
Files
scikit-hep/awkward-v2.0.4.zip
Files
(6.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:9aec963f76631fe190186d1c81b6b256
|
6.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/scikit-hep/awkward/tree/v2.0.4 (URL)