From 67a04c4f758406d0ccfc8c67e2cc1d0c5ec31653 Mon Sep 17 00:00:00 2001 From: aloctavodia Date: Fri, 19 Jul 2024 10:53:00 -0300 Subject: [PATCH 1/4] bump release 0.18.1 --- CHANGELOG.md | 6 ++---- arviz/__init__.py | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ffc0894a..263bb802cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## v0.x.x Unreleased +## v0.18.1 (2024 Jul 19) + ### New features - Use revised Pareto k threshold ([2349](https://github.com/arviz-devs/arviz/pull/2349)) - Added arguments `ci_prob`, `eval_points`, `rvs`, and `random_state` to `plot_ecdf` ([2316](https://github.com/arviz-devs/arviz/pull/2316)) @@ -19,12 +21,8 @@ ### Deprecation - Support for arrays and DataArrays in plot_khat has been deprecated. Only ELPDdata will be supported in the future ([2349](https://github.com/arviz-devs/arviz/pull/2349)) - - - Removed arguments `values2`, `fpr`, `pointwise`, and `pit` in `plot_ecdf` ([2316](https://github.com/arviz-devs/arviz/pull/2316)) -### Documentation - ## v0.18.0 (2024 Apr 4) ### New features diff --git a/arviz/__init__.py b/arviz/__init__.py index 548d8b600f..f044911822 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.19.0.dev0" +__version__ = "0.18.1" import logging import os From 41016992f1eda87b50ec2a753df3293a2915ea0b Mon Sep 17 00:00:00 2001 From: aloctavodia Date: Fri, 19 Jul 2024 11:43:14 -0300 Subject: [PATCH 2/4] set upper bound bokeh --- requirements-optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-optional.txt b/requirements-optional.txt index 0e3f442cdc..73b0c3792e 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -1,6 +1,6 @@ numba netcdf4 -bokeh>=3 +bokeh>=3,<3.5 contourpy ujson dask[distributed] From 8d242d35b0748cc9ae164cd0899833d561d0ab8c Mon Sep 17 00:00:00 2001 From: aloctavodia Date: Fri, 19 Jul 2024 12:32:47 -0300 Subject: [PATCH 3/4] change version to 0.19 --- arviz/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arviz/__init__.py b/arviz/__init__.py index f044911822..a38665b266 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.1" +__version__ = "0.19.0" import logging import os From 42db87cb1552ce67a34b5e0741754a3cc704c44e Mon Sep 17 00:00:00 2001 From: "Oriol (ProDesk)" Date: Fri, 19 Jul 2024 20:05:04 +0200 Subject: [PATCH 4/4] remove bokeh pin --- CHANGELOG.md | 4 +--- requirements-optional.txt | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 263bb802cd..bff88859fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,6 @@ # Change Log -## v0.x.x Unreleased - -## v0.18.1 (2024 Jul 19) +## v0.19.0 (2024 Jul 19) ### New features - Use revised Pareto k threshold ([2349](https://github.com/arviz-devs/arviz/pull/2349)) diff --git a/requirements-optional.txt b/requirements-optional.txt index 73b0c3792e..0e3f442cdc 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -1,6 +1,6 @@ numba netcdf4 -bokeh>=3,<3.5 +bokeh>=3 contourpy ujson dask[distributed]