-
### Bug report
**Bug summary**
When running `plt.pcolormesh(X, Y, C, shading='flat')`, if `C.shape == (nrows, ncols)`, then if `X` and `Y` are 2-D arrays, their shapes must be either `(nrows, nc…
-
Some functions now read properties from the file, returning them as the fourth output variable. Others however, only return three variables (`tomo`, `flat`, and `dark`), or fewer. Should we try to sta…
-
A bad pixel mask should be generated for each frame being used in the top-of-telescope calibration process.
For each individual calibration frame, a bad pixel mask should be derived and then ANDed …
-
The point of cloning is to sacrifice usability / convenience for raw speed, but at the moment we force all users to allocated an object per clone. Could we offer an alternative where brave users could…
-
As #28106 demonstrates, although it is perhaps a somewhat extreme case, constructing large classes of tableaux can be very memory-hungry, as the `StandardTableaux(50)` case demonstrates (it chews up…
-
### Description:
**Issue Summary:**
We are utilizing LlamaIndex as an interface for various vector database implementations, including ChromaDb. While ChromaDb supports a flexible metadata struc…
-
### Describe the feature you would like to be added.
Polars and especially Pandas are very core Python data processing libraries by now. It would be nice to be able to create a mesh and/or add scalar…
-
Hi. I encountered a situation where comparing a Numpy array of strings with a single string doesn't perform element wise comparison and doesn't match the Numpy results. Here is a reproducer:
```pyt…
-
I have a situation where I'd like to parse a flat file without linebreaks that also contains "sub" arrays. Is there a way to specify that as a parser definition? (I may not have the right syntax for…
-
Follow up to issue #5:
A related issue here is the duplication of the documentation for each array element.
I think the structure of the documentation should be the same for all generators (HTML, …