compat
Compatibility module for DASCore.
All components/functions that may be exchanged for other numpy/scipy compatible libraries should go in this model.
Functions
Name | Description |
---|---|
array | Wrapper function for creating ‘immutable’ arrays. |
is_array | Determine if an object is array like. |