diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb7d72e6d..10f8f7b85e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## v0.x.x (TBD) +## v0.16.0 (2023 Jul 13) ### New features - Add InferenceData<->DataTree conversion functions ([2253](https://github.com/arviz-devs/arviz/pull/2253)) @@ -14,10 +14,6 @@ - Fixes for creating numpy object array ([2233](https://github.com/arviz-devs/arviz/pull/2233) and [2239](https://github.com/arviz-devs/arviz/pull/2239)) - Adapt histograms generated by plot_dist to input dtype ([2247](https://github.com/arviz-devs/arviz/pull/2247)) -### Deprecation - -### Documentation - ## v0.15.1 (2023 Mar 06) ### New features diff --git a/arviz/__init__.py b/arviz/__init__.py index 6198b5cda6..ecff002d59 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.16.0.dev0" +__version__ = "0.16.0" import logging import os diff --git a/requirements.txt b/requirements.txt index e251cef4c9..36f9096680 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ setuptools>=60.0.0 matplotlib>=3.2 -numpy>=1.20.0 +numpy>=1.21.0 scipy>=1.8.0 packaging pandas>=1.3.0