Skip to content

Releases: arviz-devs/arviz

v0.22.0

09 Jul 09:38
35fa479
Compare
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
Compare
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
Compare
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
Compare
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

v0.18.0

04 Apr 21:13
0146e2f
Compare
Choose a tag to compare

This release highlights are support for nested dictionaries and pytrees in from_dict converter and data examples updates: it adds a new example data rugby_field with 4d variables and updates the rugby example to include log_prior and unconstrained_posterior groups.

It also has bugfixes and addresses multiple deprecation warnings from dependencies that were being triggered.

Full changelog available on GitHub.

v0.17.1

13 Mar 16:52
60bbdff
Compare
Choose a tag to compare

Patch release with a couple bug fixes, mainly plot_forest didn't work when latest numba was installed which has now been fixed.

Full changelog available on GitHub.

v0.17.0

27 Dec 16:01
3713edf
Compare
Choose a tag to compare

This new release adds a couple new features, mainly support for prior/likelihood sensitivity checks via arviz.psens and several bugfix and documentation improvements.

Full changelog available on GitHub.

v0.16.1

18 Jul 19:49
4a8eb07
Compare
Choose a tag to compare

This patch release includes numba related fixes to avoid triggering deprecations and improve behaviour overall.

Full changelog available on GitHub.

ArviZ 0.16.0

13 Jul 21:56
3a38d79
Compare
Choose a tag to compare

This new release adds several new features, mostly related to InferenceData I/O and maintenance and bugfix improvements.

Full changelog available on GitHub.

v0.15.1 (2023 Mar 06)

06 Mar 22:59
f802650
Compare
Choose a tag to compare

v0.15.1 (2023 Mar 06)

New features

Maintenance and fixes

  • Fix memory usage and improve efficiency in from_emcee (2215)
  • Lower pandas version needed (2217)

Deprecation

Documentation

  • Update documentation for various plots (2208)