Skip to content

Releases: arviz-devs/xarray-einstats

xarray-einstats v0.2.1

02 Apr 21:33
6f0d11f

Choose a tag to compare

Patch release to use a manifest file to include the license and changelog files in the pypi package. Packaging the license is needed to add an xarray-einstats feedstock to conda forge.

xarray-einstats v0.2.0

01 Apr 23:19
63ab109

Choose a tag to compare

The changelog for the 0.2.0 release is available at the xarray-einstats documentation

New Contributors

Initial release (v0.1)

24 Jan 05:41

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