caput.util.arraytools#
Tools for working with numpy arrays and subclasses.
Classes#
An LRU cache for numpy arrays that will expand to a maximum size in bytes. |
Functions#
|
Make functions that already work with |
|
Partition a list into n pieces. Return the i th partition. |
|
Handle scalars and other iterables being passed to numpy requiring code. |
|
Split a range of integers |
|
Take unique values from an iterable with order preserved. |
|
Improved vectorization decorator. |