Skip to content

Releases: arviz-devs/arviz

v1.0.0

02 Mar 14:57
Immutable release. Only release title and notes can be modified.
bf63845

Choose a tag to compare

This 1.0 ArviZ release comes with many breaking changes: See the migration guide for an overview of improvements and guidance on things that will break and how to update them.

The whole library has been refactored for extra flexibility and modularity as well as reducing the cost of maintaining and adding new features to the library. arviz now exposes all the common functions which are implemented in independent packages of the ArviZverse. Take a look at the online book on Exploratory Analysis of Bayesian Models to see it in action and at the docs of the 3 ArviZ packages: arviz-base, arviz-stats and arviz-plots (note all the objects at the top level namespace of these 3 libraries are also exposed as arviz.xyz)

v0.23.4

04 Feb 17:56
Immutable release. Only release title and notes can be modified.
7d75b5a

Choose a tag to compare

Extra windows specific fix for once a day warning.

v0.23.3

04 Feb 00:46
Immutable release. Only release title and notes can be modified.
1ac30fd

Choose a tag to compare

Path release with improvements to the once a day warning at import time

v0.23.1

16 Jan 15:05
Immutable release. Only release title and notes can be modified.
952fea3

Choose a tag to compare

Patch release to handle the recent 1.8 h5netcdf release. h5netcdf now has two potential backends, and one must be chosen explicitly to get an install capable of reading/writing netcdf files.

First ArviZ 1.0 release candidate

19 Dec 19:00
Immutable release. Only release title and notes can be modified.
c7f56c5

Choose a tag to compare

Pre-release

See the migration guide for an overview of improvements and the docs of the 3 arviz modules: arviz-base, arviz-stats and arviz-plots (all the objects at the top level namespace of these 3 libraries are also exposed as arviz.xyz)

v0.23.0

15 Dec 12:33
Immutable release. Only release title and notes can be modified.
1c4dba3

Choose a tag to compare

Important

We expect this to be the last 0.x ArviZ release. See the migration guide to read about what this will mean.

There hasn't been many changes since 0.22, the main ones are fixes in netcdf serialization for InferenceData and fixes to DataTree<->InferenceData conversions.

Full changelog available on GitHub.

v0.22.0

09 Jul 09:38
35fa479

Choose a tag to compare

The highlights of these release are interoperability of InferenceData and the new xarray.DataTree object and automatic inferring of dimension names from plates in the numpyro converter.

We have also done more testing of the arviz.preview module. Take a look at the migration guide if you want an early peek to the changes and improvements to come. You can treat arviz.preview as a beta release of ArviZ 1.0 so use carefully and keep an eye on the development. We hope to have a release candidate available for wider user testing in a few months.

Full changelog available on GitHub.

v0.21.0

06 Mar 15:39
9dd5a0b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.21.0

v0.20.0

28 Sep 20:20
9411317

Choose a tag to compare

The highlight this release is the addition of optimized simultaneous ECDF confidence bands. It also includes support for idata["new_group"] = dataset directly and several bug fixes and documentation improvements.

For users of arviz.from_pytree it will now be necessary to install dm-tree manually as it was only used in this one function and has been made an optional dependency.

Full changelog available on GitHub.

v0.19.0

19 Jul 19:04
ae691b4

Choose a tag to compare

This release highlights are: Work with Bokeh3, uses revised Pareto k threshold, refactor plot_ecdf arguments, expose new features as preview submodule.

Full Changelog: https://github.com/arviz-devs/arviz/blob/main/CHANGELOG.md#v0190-2024-jul-19