Opening Numpy's `.npy` files in Odin

I’m a rookie. I tried to work with .npy files in Odin as i’ve been working with Python and Numpy since day one but interested in Odin and eager to learn more. :smiley:

  • encode the .npy and (hopefully) correctly reconstruct 1D and 2D np.arrays into 1D Odin’s arrays.

i wrote an article about it here:

here’s the GitHub repository

1 Like