Skip to content

Releases: arviz-devs/xarray-einstats

Initial release (v0.1)

24 Jan 05:41
Compare
Choose a tag to compare

Initial release of xarray_einstats.

xarray_einstats extends array manipulation libraries to use with xarray. It starts with 4 modules:

  • linalg -> extends functionality from numpy.linalg module
  • stats -> extends functionality from scipy.stats module
  • einops -> extends einops library, which needs to be installed
  • numba -> 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