We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35fa479 commit 7747325Copy full SHA for 7747325
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Change Log
2
3
+## v0.x.x Unreleased
4
+
5
+### New features
6
7
+### Maintenance and fixes
8
9
+### Deprecation
10
11
+### Documentation
12
13
## v0.22.0 (2025 Jul 9)
14
15
### New features
arviz/__init__.py
@@ -1,6 +1,6 @@
# pylint: disable=wildcard-import,invalid-name,wrong-import-position
"""ArviZ is a library for exploratory analysis of Bayesian models."""
-__version__ = "0.22.0"
+__version__ = "0.23.0.dev0"
import logging
import os
0 commit comments