Releases: arviz-devs/xarray-einstats
Releases · arviz-devs/xarray-einstats
Initial release (v0.1)
Initial release of xarray_einstats
.
xarray_einstats
extends array manipulation libraries to use with xarray. It starts with 4 modules:
linalg
-> extends functionality fromnumpy.linalg
modulestats
-> extends functionality fromscipy.stats
moduleeinops
-> extendseinops
library, which needs to be installednumba
-> miscellaneous extensions (numpy.histogram
for now only) that need numba to accelerate and/or vectorize the functions. numba needs to be installed to use it
v0.1.1 indicates the second try at uploading to pypi