-
**Release Type**: GitHub
**Version**: v3.1
**Platform(s)**: Windows 10 x64
**Describe the bug**
Trying to use a script with a 3 dimension array as a public member crashes GameStudio. Might e…
-
Hi All,
I have a function that is only defined for a subset of events (it has to use the first muon in the event, if there) and I would like to attach it to the full event table, because I am stubb…
-
I am generating a RenderTexure by drawing multiple sprites on it, I then want to use this texture on a mesh and set `renderTexture.baseTexture.wrapMode = PIXI.WRAP_MODES.REPEAT; ` but it doesn't seem …
-
**What can we do to make ScottPlot better?**
Perhaps a new plottable for heatmaps.
Including continuous heatmaps:
![image](https://user-images.githubusercontent.com/8635304/82717485-9f7ccc80-9c5…
-
Like the old `topandas(flatten=True)`.
-
This function exists for all types, but raises an error if it cannot immediately be converted to a regular NumPy array (including, possibly, [structured arrays](https://docs.scipy.org/doc/numpy/user/b…
-
#### Area of Cosmos - What area of Cosmos are we dealing with?
Nasm? I'm not completely sure.
#### Expected Behaviour - What do you think that should happen?
It runs and I can use my 2d int array…
-
Sorry for my ignorance, maybe this is already mentioned somewhere but I couldn't find it. Is there a dev-branch for uproot 4? I am dealing with some nested awkward arrays and went through the awkward-…
-
I have a doubly jagged array (build `from_offsets` if it matters like this:
Actual array, shape (35580,)
```[[[ ] [ ]] [[ ] [ ]] [[ ] [ ] [ ]] ... [[ ] [ ]] [[ ] [ ] [ ]] [[ ] [ ] [ ]]]```
I would …
-
Consider the difference between `.all()` with a `numpy.ndarray` and a `JaggedArray`:
```python
>>> import numpy, awkward
>>> numpy_array = numpy.ndarray([1, 1], dtype=bool)
>>> awkward_array = awk…