Ulab library problem

Hello, can u help me i cant write value into 0 index of array. Simple example:

import sensor, image, time, math
import ulab as np

while(True):
    a = np.zeros(5, dtype=np.int8)
    a[0] = 2
    print(a)

Please contact the ulab author. We just imported the code given user request. It’s not our code however.

I just pulled the latest ulab and this bug is fixed, I will update it in the next release.

Thank you,i will wait for it