From 0ab89ab83c66288fa5935f5f928c533002641785 Mon Sep 17 00:00:00 2001 From: Rob Zinkov Date: Tue, 15 Nov 2022 18:13:21 +0100 Subject: [PATCH] Version bump --- CHANGELOG.md | 3 +-- arviz/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d847e2b2..6ddbec24c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # Change Log - -## v0.x.x Unreleased +## v0.14.0 (2022 Nov 15) ### New features - Add `weight_predictions` function to allow generation of weighted predictions from two or more InfereceData with `posterior_predictive` groups and a set of weights ([2147](https://github.com/arviz-devs/arviz/pull/2147)) diff --git a/arviz/__init__.py b/arviz/__init__.py index e9c2f47540..8a1efc0e3e 100644 --- a/arviz/__init__.py +++ b/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.13.0.dev0" +__version__ = "0.14.0" import logging import os