I look forward to your pull-request. TinyNdArray supports only float array. In the following Python code dtype=float32 is omitted, and in C++ code assuming using namespace tinyndarray; is declared.
I am using NumPy 2.3.0, and numpydoc 1.8.0. I was writing some typed code using the NDArray dtype specifications, and found numpydoc would raise PR06 for the 'integer' keyword found in the scalar ...