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 | Preserve array-like inputs for patch creation and reconstruction. |
| is_array | Determine if an object is a numpy array. |
| is_array_like | Determine if an object looks like an array without materializing it. |