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 9dd5a0b commit 6fabf27Copy full SHA for 6fabf27
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## Unreleased
4
+
5
+### New features
6
7
+### Maintenance and fixes
8
9
+### Documentation
10
11
## v0.21.0 (2025 Mar 06)
12
13
### 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.21.0"
+__version__ = "0.22.0dev"
import logging
import os
0 commit comments