Skip to content

Commit 216bf56

Browse files
committed
prepare 0.20.0 release
1 parent 7e51ec9 commit 216bf56

File tree

3 files changed

+2154
-2071
lines changed

3 files changed

+2154
-2071
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
# Change Log
22

3-
## v0.x.x Unreleased
3+
## v0.20.0 (2024 Sep 28)
44

55
### New features
66
- Add optimized simultaneous ECDF confidence bands ([2368](https://github.com/arviz-devs/arviz/pull/2368))
77
- Add support for setting groups with `idata[group]` ([2374](https://github.com/arviz-devs/arviz/pull/2374))
88

99
### Maintenance and fixes
10-
11-
### Deprecation
10+
- Make `dm-tree` and optional dependency ([2379](https://github.com/arviz-devs/arviz/pull/2379))
11+
- Fix bug in `psislw` modifying input inplace ([2377](https://github.com/arviz-devs/arviz/pull/2377))
12+
- Fix behaviour of two dimensional KDE plot with recent matplotlib releases ([2383](https://github.com/arviz-devs/arviz/pull/2383))
13+
- Make defaults in `plot_compare` more intuitive ([2388](https://github.com/arviz-devs/arviz/pull/2388))
1214

1315
### Documentation
1416
- Added extensions of virtual environments in [.gitignore](https://github.com/arviz-devs/arviz/blob/main/.gitignore) ([2371](https://github.com/arviz-devs/arviz/issues/2371))
1517
- Fixed the issue in the [Contribution References Documentation](https://python.arviz.org/en/latest/contributing/index.html) ([2369](https://github.com/arviz-devs/arviz/issues/2369))
18+
- Improve docstrings for `loo` and `waic` ([2366](https://github.com/arviz-devs/arviz/pull/2366))
1619

1720
## v0.19.0 (2024 Jul 19)
1821

arviz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pylint: disable=wildcard-import,invalid-name,wrong-import-position
22
"""ArviZ is a library for exploratory analysis of Bayesian models."""
3-
__version__ = "0.20.0.dev0"
3+
__version__ = "0.20.0"
44

55
import logging
66
import os

0 commit comments

Comments
 (0)