Releases: arviz-devs/xarray-einstats
xarray-einstats v0.8.0
The changelog for the 0.7.0 release is available at the xarray-einstats documentation.
This release adds pinv
wrapper and updates solve
to handle >=2.1 modified behaviour
xarray-einstats v0.7.0
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 v0.6.0: einops and linalg accessors available!
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 v0.5.1
Patch for the 0.5 release in order to include the correct xarray version constraints. See the changelog on the website.
xarray-einstats v0.5.0
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 v0.4.0
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 v0.3.0
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 v0.2.2
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 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