Skip to content

Releases: arviz-devs/xarray-einstats

xarray-einstats v0.11.0

Choose a tag to compare

@OriolAbril OriolAbril released this 20 Jul 15:31
Immutable release. Only release title and notes can be modified.
25a6a86

The release highlights are multiple improvements to the linalg module and better documentation for Dask support.

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

xarray-einstats v0.10.0

Choose a tag to compare

@OriolAbril OriolAbril released this 19 Feb 18:11
Immutable release. Only release title and notes can be modified.
d5b4645

Maintenance release mostly. It is a minor version release due to the dependency updates to keep up with SPEC 0.

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

xarray-einstats v0.9.1

Choose a tag to compare

@OriolAbril OriolAbril released this 18 Jun 15:48
a545cf6

Patch release to fix a coordinate related bug in .rvs of the RV wrappers.

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

xarray-einstats v0.9.0

Choose a tag to compare

@OriolAbril OriolAbril released this 22 May 19:46
41966f3

The highlights of this release are the addition of support for preliz distributions and the new scipy random variables as inputs to the random variable wrappers.

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

xarray-einstats v0.8.0

Choose a tag to compare

@OriolAbril OriolAbril released this 19 Sep 00:06
e1892a3

The changelog for the 0.8.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

Choose a tag to compare

@OriolAbril OriolAbril released this 17 Jan 11:47
ca22d0b

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!

Choose a tag to compare

@OriolAbril OriolAbril released this 10 Jul 23:05
4d9b8c7

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

Choose a tag to compare

@OriolAbril OriolAbril released this 20 Jan 12:31
bd4dfb0

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

Choose a tag to compare

@OriolAbril OriolAbril released this 16 Jan 22:39
2028c4e

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

Choose a tag to compare

@OriolAbril OriolAbril released this 09 Dec 00:08
8d4ce30

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.