Hi, I'm just a bit confused by what the difference is between the Array object defined in cubed.array_api.array_object and the cubed.CoreArray that is returned by cubed.from_array and asarray. CoreArray doesn't implement the numpy API, but Array isn't importable from cubed's top-level namespace.
Is this deliberate or should things be changed so that the only type a user sees is Array?