v1.1.0 - 2026-04-23
- Handle objects with array method in convert_to_datatree by @Chirag3841 in #160
- load_data provide better suggestions by @aloctavodia in #186
- Numpyro Converter refactor by @kylejcaron in #142
- Update readme by @aloctavodia in #167
- Add CITATION.CFF by @aloctavodia in #168
- Fix parameter name mismatch in extract and add missing parameter descriptions by @mahidhiman12 in #158
- Add missing parameter descriptions in utils.py and fix typo by @mahidhiman12 in #161
- Update reference for ArviZ by @aloctavodia in #162 and @aloctavodia in #169
- set kind=auto as default and add validation module by @OriolAbril in #152
- remove unused isort and black from check extras by @mahidhiman12 in #181
- add ignore for xarray related timedelta dtype deprecation by @OriolAbril in #184
- Improve type hints in utils module by @Shlokpalrecha in #170
- @Chirag3841 made their first contribution in #160
- @mahidhiman12 made their first contribution in #158
- @Shlokpalrecha made their first contribution in #170
Full Changelog: https://github.com/arviz-devs/arviz-base/compare/v1.0.0...v1.1.0
v1.0.0 - 2026-03-02
- Add envelope_prob entry to rcParams by @NeerjaKasture in #138
- Update example data to use consistent urls for remote data by @OriolAbril in #137
- Dev version update and better docstub hook default by @OriolAbril in #141
- Contributing docs and workflow improvements by @OriolAbril in #144
- Add CmdStanPy getting-started example by @patelshivani2283-lab in #143
- @NeerjaKasture made their first contribution in #138
- @patelshivani2283-lab made their first contribution in #143
Full Changelog: https://github.com/arviz-devs/arviz-base/compare/v0.8.2...v1.0.0
v0.8.2 - 2026-01-16
- Install h5netcdf with h5py by @tomicapretto in #135
Full Changelog: https://github.com/arviz-devs/arviz-base/compare/v0.8.1...v0.8.2
v0.8.1 - 2026-01-15
- Update example data by @OriolAbril in #132
Full Changelog: https://github.com/arviz-devs/arviz-base/compare/v0.8.0...v0.8.1
v0.8.0 - 2026-01-15
- Add
"round_to"entry torcParamsby @aloctavodia in #120
- Bump the actions group with 2 updates by @dependabot[bot] in #125
- Use Zenodo as a backup source for datasets by @aloctavodia in #127
- Update labels related imports and cross-references by @OriolAbril in #118
- Correct typo by @star1327p in #119
- Add roaches example by @aloctavodia in #121 and #122
- @tomicapretto made their first contribution in #129
Full Changelog: https://github.com/arviz-devs/arviz-base/compare/v0.7.0...v0.8.0
v0.7.0 - 2025-11-11
- add some more flexibility to dataset_to conveters by @OriolAbril in #63
- adds label_type parameter in dataset_to_dataarray function by @The-Broken-Keyboard in #81
- Add
get_unconstrained_samplesfunction by @symeneses in #82 - Add function to retrieve citations for arviz or methods implemented in arviz by @aloctavodia in #77 and in #89
- add flag to disable checking in variables are present by @aloctavodia in #93
- Numpyro MCMC autodims migration by @kylejcaron in #88
- Set default ci_prob to 0.89 by @aloctavodia in #99
- Add censored cats example and test datatree for plot_pcc_censored by @aloctavodia in #100
- Add PyStan converter by @aloctavodia in #47
- Revert docstub install and update version by @aloctavodia in #74
- Type checking by @symeneses in #75
- Fix CI error due to jax-numpyro incompatibility by @OriolAbril in #84
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #91
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #92
- Patch CI so it passes again by @OriolAbril in #94
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #96
- Update docstub and improve some type hints by @OriolAbril in #86
- Fix and update CI by @OriolAbril in #111
- Added
from_numpyro_sviconverter by @kylejcaron in #95 - Add dataset for testing R2 function and add reference pseudo-variance bernoulli by @aloctavodia in #115
- Add new citations from
loo_score()by @jordandeklerk in #98 - Add Kaplan Meir reference by @aloctavodia in #101
- Correct two more typos in documentation by @star1327p in #102
- Fix typo compabible -> compatible by @star1327p in #103
- Add cross-ref link to the function
arviz_base.clear_data_homeby @star1327p in #104 - Correct a few formatting issues in Working with Data Tree by @star1327p in #112
- Fix typo "he order" -> "the order" by @star1327p in #114
- @symeneses made their first contribution in #75
- @The-Broken-Keyboard made their first contribution in #81
- @kylejcaron made their first contribution in #88
- @jordandeklerk made their first contribution in #98
Full Changelog: https://github.com/arviz-devs/arviz-base/compare/v0.6.0...v0.7.0
v0.6.0 - 2025-06-16
- Add references_to_dataset function by @OriolAbril in #50
- Explicitly load example datasets by @OriolAbril in #51
- Add support for nd arrays in references_to_dataset by @rohanbabbar04 in #53
- Support stacked sample dims in dataset_to_dataarray by @OriolAbril in #60
- Improve publish workflow by @OriolAbril in #52
- Type hints from docstrings by @OriolAbril in #54
- Some updates to pre-commit and tox -e check by @OriolAbril in #58
- Move some datasets from arviz-plots and arviz-stats by @aloctavodia in #65
- add tests for automatic naming of dimensions by @OriolAbril in #29
- Expose testing module by @aloctavodia in #68
- clean rcparams by @aloctavodia in #69
- Add new examples by @aloctavodia in #43
- Correct a class label ref in WorkingWithDataTree.ipynb by @star1327p in #45
- Correct a typo for "data reorganization" by @star1327p in #48
- Fix link for ArviZ in Context by @star1327p in #49
- Correct a few typos in WorkingWithDataTree.ipynb by @star1327p in #57
- Improve docstring for convert_to_dataset by @Quantum-Kayak in #56
- Correct a method label ref in Conversion Guide Emcee by @star1327p in #62
- @star1327p made their first contribution in #45
- @rohanbabbar04 made their first contribution in #53
- @Quantum-Kayak made their first contribution in #56
Full Changelog: https://github.com/arviz-devs/arviz-base/compare/v0.5.0...v0.6.0
v0.5.0 - 2025-03-20
- Change default ci_prob to 0.94 by @aloctavodia in #37
- Add SBC datatree example by @aloctavodia in #38
- Add
from_numpyroconverter by @aloctavodia in #39
- @github-actions made their first contribution in #35
Full Changelog: https://github.com/arviz-devs/arviz-base/compare/v0.4.0...v0.5.0
v0.4.0 - 2025-03-05
- post release tasks and update ci versions by @OriolAbril in #27
- use DataTree from xarray instead of from xarray-datatree by @OriolAbril in #24
- add dataset->stacked dataarray/dataframe converters by @OriolAbril in #25
- keepdataset by @aloctavodia in #30
- Add crabs datasets by @aloctavodia in #31
- Automatic changelog by @aloctavodia in #32
Full Changelog: https://github.com/arviz-devs/arviz-base/compare/v0.3.0...v0.4.0