Releases: arviz-devs/xarray-einstats
Releases · arviz-devs/xarray-einstats
xarray-einstats v0.2.1
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
The changelog for the 0.2.0 release is available at the xarray-einstats documentation
New Contributors
- @aloctavodia made their first contribution in #2
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.linalgmodulestats-> extends functionality fromscipy.statsmoduleeinops-> extendseinopslibrary, which needs to be installednumba-> miscellaneous extensions (numpy.histogramfor 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