xarray-einstats

Stats, linear algebra and einops for xarray

OTHER License

Downloads
849.6K
Stars
56
Committers
4

Bot releases are hidden (Show)

xarray-einstats - xarray-einstats v0.7.0 Latest Release

Published by OriolAbril 9 months ago

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

This release adds support for any hashable as dimension name in linalg and einops modules, dimensions are no longer restricted to be strings and any dimension name valid for xarray should also be compatible here.

xarray-einstats - xarray-einstats v0.6.0: einops and linalg accessors available!

Published by OriolAbril over 1 year ago

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

This release adds accessors as an alternative way to interface some of the functions in the einops and linalg module.

xarray-einstats - xarray-einstats v0.5.1

Published by OriolAbril over 1 year ago

Patch for the 0.5 release in order to include the correct xarray version constraints. See the changelog on the website.

xarray-einstats - xarray-einstats v0.5.0

Published by OriolAbril over 1 year ago

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

It is a release that adds multiple new functions to the library such as logsumexp, sort or ecdf as well as multiple bug fixes and increased and improved testing. A new tutorial page on linalg was also added.

xarray-einstats - xarray-einstats v0.4.0

Published by OriolAbril almost 2 years ago

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

The highlights of the 0.4.0 release are the addition of the multivatiate_normal distribution and the new getting started page in the docs.

xarray-einstats - xarray-einstats v0.3.0

Published by OriolAbril over 2 years ago

The changelog for the 0.3.0 release is available at the xarray-einstats documentation. The main change is the update of the requirements to follow NEP 29

xarray-einstats - xarray-einstats v0.2.2

Published by OriolAbril over 2 years ago

Patch release to include the license and changelog files in the pypi package, now using the PEP 621 metadata in pyproject.toml. Packaging the license is needed to add an xarray-einstats feedstock to conda forge.

xarray-einstats - xarray-einstats v0.2.1

Published by OriolAbril over 2 years ago

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 - xarray-einstats v0.2.0

Published by OriolAbril over 2 years ago

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

New Contributors

xarray-einstats - Initial release (v0.1)

Published by OriolAbril over 2 years ago

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