When I iterate over a 1D array, I get dimensionless numpy arrays out rather than just getting the data values. This behavior is different from zarr library version 2. In zarr library v2, I get the ...
$$ f\left( x \right) =\left{ \begin{array}{c} 1, x\in \left[ 0,\frac{1}{2} \right],\\ 0, x\in(\frac12,1]\\ \end{array} \right ...
Python is convenient and flexible, yet notably slower than other languages for raw computational speed. The Python ecosystem has compensated with tools that make crunching numbers at scale in Python ...