- `np.alen` has been deprecated in Numpy - occurs in 3 calls in `wrap_c.py` - suffices to just substitute `np.alen` with Python's native `len` to make the package run