You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update requirements and add fix for next matplotlib release
* modify mpl style use condition
* fix if backend conditions in plot_kde
* take pre-releases into account
* informative errors on unsupported zarr versions
* update warning on non-interactive matplotlib backends
* rerun migration guide and update version number
* fix version reference
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,21 @@
1
1
# Change Log
2
2
3
-
## Unreleased
3
+
## v0.22.0 (2025 Jul 9)
4
4
5
5
### New features
6
6
-`plot_pair` now has more flexible support for `reference_values` ([2438](https://github.com/arviz-devs/arviz/pull/2438))
7
7
- Make `arviz.from_numpyro(..., dims=None)` automatically infer dims from the numpyro model based on its numpyro.plate structure
8
8
9
-
10
9
### Maintenance and fixes
11
10
-`reference_values` and `labeller` now work together in `plot_pair` ([2437](https://github.com/arviz-devs/arviz/issues/2437))
12
11
- Fix `plot_lm` for multidimensional data ([2408](https://github.com/arviz-devs/arviz/issues/2408))
13
12
- Add [`scipy-stubs`](https://github.com/scipy/scipy-stubs) as a development dependency ([2445](https://github.com/arviz-devs/arviz/pull/2445))
14
13
- Test compare dataframe stays consistent independently of input order ([2407](https://github.com/arviz-devs/arviz/pull/2407))
14
+
- Fix hdi_probs behaviour in 2d `plot_kde` ([2460](https://github.com/arviz-devs/arviz/pull/2460))
15
15
16
16
### Documentation
17
17
- Added documentation for `reference_values` ([2438](https://github.com/arviz-devs/arviz/pull/2438))
18
+
- Add migration guide page to help switch over to the new `arviz-xyz` libraries ([2459](https://github.com/arviz-devs/arviz/pull/2459))
0 commit comments