Published April 8, 2023
| Version v2.1.2
Software
Open
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
New features
- feat: use cppyy for JIT by @ianna in https://github.com/scikit-hep/awkward/pull/2306
- feat!: rename cpptype by @agoose77 in https://github.com/scikit-hep/awkward/pull/2331
- feat: implemented GrowableBuffer in Numba as a start toward LayoutBuilder by @jpivarski in https://github.com/scikit-hep/awkward/pull/2349
- feat: add
to_backendtoak.record.Recordby @agoose77 in https://github.com/scikit-hep/awkward/pull/2355 - feat: add type equality
is_equal_tomember by @agoose77 in https://github.com/scikit-hep/awkward/pull/2368
- fix: expose array interface for CUDA by @agoose77 in https://github.com/scikit-hep/awkward/pull/2327
- fix: test untested path in
ak.cartesian& broadcasting by @agoose77 in https://github.com/scikit-hep/awkward/pull/2329 - fix:
ak.cartesianfor typetracer by @agoose77 in https://github.com/scikit-hep/awkward/pull/2295 - fix: Numba string reference count memory leak. by @jpivarski in https://github.com/scikit-hep/awkward/pull/2332
- fix: generate an array view when an Array C++ type is requested by @ianna in https://github.com/scikit-hep/awkward/pull/2335
- fix: do not expose an
rdfentry_column by @ianna in https://github.com/scikit-hep/awkward/pull/2343 - fix: generate RDataSource API based on ROOT attribute by @ianna in https://github.com/scikit-hep/awkward/pull/2345
- fix: simplify depth limit test to support bigger-than-depth values by @agoose77 in https://github.com/scikit-hep/awkward/pull/2347
- fix: use cppyy include by @ianna in https://github.com/scikit-hep/awkward/pull/2348
- fix: convert ufunc arguments to same backend by @agoose77 in https://github.com/scikit-hep/awkward/pull/2354
- fix: support N-d sequences in
TypeTracer.asarrayby @agoose77 in https://github.com/scikit-hep/awkward/pull/2361 - fix: make
from_iterrequire iterables! by @agoose77 in https://github.com/scikit-hep/awkward/pull/2353 - fix: avoid stack overflow with std::unique_ptr linked list by @ianna in https://github.com/scikit-hep/awkward/pull/2366
- fix:
ak.unzipvisits all contents by @agoose77 in https://github.com/scikit-hep/awkward/pull/2373 - fix: remove spurious typetracer conversion by @agoose77 in https://github.com/scikit-hep/awkward/pull/2375
- refactor: hide
awkward.typingby @agoose77 in https://github.com/scikit-hep/awkward/pull/2324 - refactor: move
_parameters_XXXfunctions into_parameterssubmodule by @agoose77 in https://github.com/scikit-hep/awkward/pull/2325 - refactor: move
merge_as_uniontoak_concatenateby @agoose77 in https://github.com/scikit-hep/awkward/pull/2351 - refactor: improve broadcasting logic readability by @agoose77 in https://github.com/scikit-hep/awkward/pull/2359
- refactor: wrap exceptions at catch time by @agoose77 in https://github.com/scikit-hep/awkward/pull/2370
- docs: fix pyodide (again!) by @agoose77 in https://github.com/scikit-hep/awkward/pull/2326
- docs: add import statement by @raybellwaves in https://github.com/scikit-hep/awkward/pull/2358
- docs: update mybinder link to example notebook by @raybellwaves in https://github.com/scikit-hep/awkward/pull/2357
- docs: fix extra for pyodide by @agoose77 in https://github.com/scikit-hep/awkward/pull/2360
- docs: add raybellwaves as a contributor for doc by @allcontributors in https://github.com/scikit-hep/awkward/pull/2379
- chore: update pre-commit hooks by @pre-commit-ci in https://github.com/scikit-hep/awkward/pull/2313
- chore: update pre-commit hooks by @pre-commit-ci in https://github.com/scikit-hep/awkward/pull/2328
- @raybellwaves made their first contribution in https://github.com/scikit-hep/awkward/pull/2358
Full Changelog: https://github.com/scikit-hep/awkward/compare/v2.1.1...v2.1.2
Notes
Files
scikit-hep/awkward-v2.1.2.zip
Files
(6.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:2e5906ad8bfce9b0872bca143a8d99f5
|
6.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/scikit-hep/awkward/tree/v2.1.2 (URL)