scikit-hep / awkward-0.x

Manipulate arrays of complex data structures as easily as Numpy.
BSD 3-Clause "New" or "Revised" License
215 stars 39 forks source link

Make methods stick on jagged getitem[jagged bool mask] #225

Closed nsmith- closed 4 years ago

nsmith- commented 4 years ago

Just a missing instance of using type(self) rather than self.JaggedArray which should be valid here.

nsmith- commented 4 years ago

When is the next release? It'd be nice to have this in.