Published October 12, 2018
| Version v2.0.0rc5
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
This is one of the last pre-releases before 2.0.0. Most of the focus now is on last-minute API changes; the API can't change without a deprecation cycle after 2.0.0.
New features- feat: made 'very optional' arguments keyword-only by @jpivarski in https://github.com/scikit-hep/awkward/pull/1905
- feat: rename
toXXXmethods by @agoose77 in https://github.com/scikit-hep/awkward/pull/1919 - feat: replace nplike with backend in
to_buffersby @agoose77 in https://github.com/scikit-hep/awkward/pull/1942 - feat: add rich IPython display hook to array/record by @agoose77 in https://github.com/scikit-hep/awkward/pull/1938
- feat: move long-range metadata checks to constructors by @jpivarski in https://github.com/scikit-hep/awkward/pull/1939
- fix: refactor '_nextcarry-outindex' to have the same signature everywhere by @ioanaif in https://github.com/scikit-hep/awkward/pull/1911
- fix: ignore .nox by @ianna in https://github.com/scikit-hep/awkward/pull/1912
- refactor!: make
Contentinitialisers takenplike,parametersas keyword by @agoose77 in https://github.com/scikit-hep/awkward/pull/1921 - fix: backends should have defaults for user-facing operations by @agoose77 in https://github.com/scikit-hep/awkward/pull/1940
- fix: consolidate regular indexing by @agoose77 in https://github.com/scikit-hep/awkward/pull/1943
- fix: IndexedArray.project() preserves parameters. by @jpivarski in https://github.com/scikit-hep/awkward/pull/1949
- fix: preserve strings in
ak.ravelby @agoose77 in https://github.com/scikit-hep/awkward/pull/1934 - fix: UnionArray.simplified preserves parameters. by @jpivarski in https://github.com/scikit-hep/awkward/pull/1950
- refactor: introduce
backendas a higher abstraction thannplikeby @agoose77 in https://github.com/scikit-hep/awkward/pull/1922 - refactor: replace
simplify_optiontypeandsimplify_uniontypewithsimplifiedclassmethod by @jpivarski in https://github.com/scikit-hep/awkward/pull/1928 - refactor: clarify input types for user overloads by @agoose77 in https://github.com/scikit-hep/awkward/pull/1951
- refactor: removed the 'ak._util.extra' argument helper. by @jpivarski in https://github.com/scikit-hep/awkward/pull/1955
- test: add @ioana's tests of to_arraylib. by @jpivarski in https://github.com/scikit-hep/awkward/pull/1908
- test: cover the failure modes of unflatten by @agoose77 in https://github.com/scikit-hep/awkward/pull/1930
- docs: fix broken build by @agoose77 in https://github.com/scikit-hep/awkward/pull/1907
- docs: cleanup documentation by @agoose77 in https://github.com/scikit-hep/awkward/pull/1946
- docs: fix shorthand by @agoose77 in https://github.com/scikit-hep/awkward/pull/1952
- docs: retested and modernized all the docstrings in highlevel.py. by @jpivarski in https://github.com/scikit-hep/awkward/pull/1954
- chore: fix NumPy bound & noxfile installs by @agoose77 in https://github.com/scikit-hep/awkward/pull/1913
- chore: run
yesqaby @agoose77 in https://github.com/scikit-hep/awkward/pull/1915 - chore: update pre-commit hooks by @pre-commit-ci in https://github.com/scikit-hep/awkward/pull/1920
- chore: update pre-commit hooks by @pre-commit-ci in https://github.com/scikit-hep/awkward/pull/1953
Full Changelog: https://github.com/scikit-hep/awkward/compare/v2.0.0rc4...v2.0.0rc5
Notes
Files
scikit-hep/awkward-v2.0.0rc5.zip
Files
(6.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:60c62d6b20ed419c64fac504f5099ba0
|
6.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/scikit-hep/awkward/tree/v2.0.0rc5 (URL)