You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi, I'm just a bit confused by what the difference is between the
Array
object defined incubed.array_api.array_object
and thecubed.CoreArray
that is returned bycubed.from_array
andasarray
.CoreArray
doesn't implement the numpy API, butArray
isn't importable fromcubed
's top-level namespace.Is this deliberate or should things be changed so that the only type a user sees is
Array
?The text was updated successfully, but these errors were encountered: