scikit-hep / uproot3-methods

Pythonic behaviors for non-I/O related ROOT classes.
BSD 3-Clause "New" or "Revised" License
21 stars 28 forks source link

Move wrapjagged functionality to awkward-array #50

Closed guitargeek closed 5 years ago

guitargeek commented 5 years ago

Counterpart to https://github.com/scikit-hep/awkward-array/pull/122 on which this PR depends. Uses the new wrapjaggedmethod wherever possible to avoid using the _normalize_arrays function which is now proposed to be private in awkward.util.

jpivarski commented 5 years ago

Oh—maybe I'll try to push these as rc2 later tonight. It will be after the dust settles on rc1, at least.

jpivarski commented 5 years ago

AppVeyor doesn't seem to find the new versions; that's why it's failing. Maybe it's because it's testing a not-fully-merged version, which doesn't ask for a release candidate. I can fix that by merging, which I'm confident about because the Travis ones all passed.