-
Not sure if bug or feature.
Slicing by an array of indices would be very handy but currently fails (or is unreliable).
Minimal working example taken (mostly based on the README.md):
```python
…
-
Hello! I am analyzing a TTree where one branch is of type std::vector is not being read. `file_str` is the ROOT file:
`ttree1 = uproot4.open(file_str)["CharmAnalysis"]`
`ttree1["TruthParticles_Sel…
-
I am trying to track down what I think may be a bug in SOFA regarding polar motion. In their function Pvtob(), they do the standard rotation of the Earth by xp around the y axis and then yp around the…
-
Hi,
I'm trying to use uproot to read a ROOT file created by Delphes, and I am seeing some very strange behavior. I've uploaded a small file which demonstrates the issue: [test.root (1.2Mb)](https://d…
-
Hi,
I have a use case in which we have a branch which is a vector of a custom class objects (in our case, the class is called `ElecChannel`), and I would like to access individual members of this o…
-
Reading and loading a particular shape of awkward array, that has been created by slicing a larger array, gives;
`AttributeError: 'bytes' object has no attribute 'ctypes'`
Here is an example that …
-
## 🚀 Feature
A typical bioimage analysis task is to track the movement of objects of interest such as cells in their 2D or 3D movement (possibly more, @jni --guardian-of-dimensions-- would argue). …
-
The chunked sources (`HTTPSource` and `XRootDSource`) currently have a fixed-chunksize cache. Since the base directory and TTree metadata of most files is at the end of the file, this means that `upro…
-
Next release version of the plugin is planned to break compatibility.
As plugin contains a lot of options that aren't convenient to use but were preserved for the sake of compatibility, this next ver…
-
Someone using my code reported this error message, and I would have been able to track down the problem more quickly if the message had been more informative, maybe like `ValueError: setting an irregu…