Releases: ml31415/numpy-groupies
v0.9.10
v0.9.8.4
This version comes with a couple of new functions for the numba implementation of aggregate:
argmin
argmax
cumsum
cumprod
cummin
cummax
The numba implementation now also handles jitting of arbitrary reduce functions, though the speed is not that impressive as it might sound.
sort
was modified and sped up, so that it produces a groupwise sorted array in the same size of the input, and not an array of arrays anymore. This should be the more useful mode of operation.
v0.9.6
v0.9.5
pypi debut
agregate
API is well documented, and has a fairly thorough selection of tests and benchmarks. numba
code is provided but not ready for use.
multi_cumsum
and multi_arange
are included only to make it clear that this package is intending to be more than just aggregate
, their APIs and implementations may change considerably in future.