From 0146e2fb2fed3fc0ae25638d57fa596ff0b26ce5 Mon Sep 17 00:00:00 2001 From: Oriol Abril-Pla Date: Thu, 4 Apr 2024 22:59:47 +0200 Subject: [PATCH] prepare for 0.18.0 release (#2339) --- CHANGELOG.md | 6 +----- arviz/__init__.py | 2 +- doc/source/getting_started/Installation.rst | 2 +- requirements.txt | 8 ++++---- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2b40f963c..aa21cd8af8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## v0.x.x Unreleased +## v0.18.0 (2024 Apr 4) ### New features @@ -13,10 +13,6 @@ - Fix deprecation warnings in multiple dependencies ([2329](https://github.com/arviz-devs/arviz/pull/2329), [2332](https://github.com/arviz-devs/arviz/pull/2332) and [2333](https://github.com/arviz-devs/arviz/pull/2333)) -### Deprecation - -### Documentation - ## v0.17.1 (2024 Mar 13) ### Maintenance and fixes diff --git a/arviz/__init__.py b/arviz/__init__.py index 74b5cc6d6c..4734704be6 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.18.0.dev0" +__version__ = "0.18.0" import logging import os diff --git a/doc/source/getting_started/Installation.rst b/doc/source/getting_started/Installation.rst index 0dd2014a51..b0f225d822 100644 --- a/doc/source/getting_started/Installation.rst +++ b/doc/source/getting_started/Installation.rst @@ -64,7 +64,7 @@ and .. code:: - python>=3.8 + python>=3.10 ArviZ follows `NEP 29 `_ and `SPEC 0 `_ to choose the minimum diff --git a/requirements.txt b/requirements.txt index 549d4fa07b..3919a1d1a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ setuptools>=60.0.0 matplotlib>=3.5 -numpy>=1.22.0,<2.0 -scipy>=1.8.0 +numpy>=1.23.0,<2.0 +scipy>=1.9.0 packaging -pandas>=1.4.0 +pandas>=1.5.0 dm-tree>=0.1.8 -xarray>=0.21.0 +xarray>=2022.6.0 h5netcdf>=1.0.2 typing_extensions>=4.1.0 xarray-einstats>=0.3