Skip to content

Releases: arviz-devs/arviz

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)

v0.15.0 (2023 Feb 19)

19 Feb 15:23
79f0b43
Compare
Choose a tag to compare

What's Changed

New features

  • Adds Savage-Dickey density ratio plot for Bayes factor approximation. (2037, 2152)
  • Add CmdStanPySamplingWrapper and PyMCSamplingWrapper classes (2158)
  • Changed dependency on netcdf4-python to h5netcdf (2122)

Maintenance and fixes

  • Fix reloo outdated usage of ELPDData (2158)
  • plot_bpv smooth discrete data only when computing u_values (2179)
  • Fix bug when beanmachine objects lack some fields (2154)
  • Fix gap for plot_trace with option kind="rank_bars" (2180)
  • Fix plot_lm unsupported usage of np.tile (2186)
  • Update _z_scale to work with SciPy 1.10 (2186)
  • Fix bug in BaseLabeller when combining with with NoVarLabeller (2200)

Deprecation

Documentation

  • Add PyMC and CmdStanPy sampling wrapper examples (2158)
  • Fix docstring for plot_trace chain_prop and compact_prop parameters (2176)
  • Add video of contributing to ArviZ webinar in contributing guide (2184)

Maintenance and fixes

  • Fix dimension ordering for plot_trace with divergences (2151)

Full Changelog: v0.14.0...v0.15.0

0.14.0

16 Nov 10:11
2c50144
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...0.14.0

v0.13.0

24 Oct 16:28
d030d44
Compare
Choose a tag to compare

v0.13.0 (2022 Oct 22)

Release highlights:

New features

  • Add side argument to plot_violin to allow single-sided violin plots (1996)
  • Added support for Bean Machine via the function from_beanmachine. (2107)
  • Add support for warmup samples in from_pystan for PyStan 3. (2132)
  • New arviz.extract function.

Maintenance and fixes

  • Addressed netCDF writing issues. (2129)

Deprecation

  • Removed fill_last, contour and plot_kwargs arguments from plot_pair function (2085)

See full CHANGELOG.md file for a detailed release changes description.

Beta release

22 Oct 14:29
98822d0
Compare
Choose a tag to compare
Beta release Pre-release
Pre-release

v0.13.0rc1 (2022 Oct 22)

Release highlights:

New features

  • Add side argument to plot_violin to allow single-sided violin plots (1996)
  • Added support for Bean Machine via the function from_beanmachine. (2107)
  • Add support for warmup samples in from_pystan for PyStan 3. (2132)
  • New arviz.extract function.

Maintenance and fixes

  • Addressed netCDF writing issues. (2129)

Deprecation

  • Removed fill_last, contour and plot_kwargs arguments from plot_pair function (2085)

See full CHANGELOG.md file for a detailed release changes description.