From 8f0a08f9d357f1f15051a316da06b1d68149f7be Mon Sep 17 00:00:00 2001 From: mortonjt Date: Mon, 11 Oct 2021 23:54:55 -0400 Subject: [PATCH] bump --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4f19028c..3b1e1436cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ * Improve error messages in `stats.compare()`, and `var_name` parameter. ([1616](https://github.com/arviz-devs/arviz/pull/1616)) * Added ability to plot HDI contours to `plot_kde` with the new `hdi_probs` parameter. ([1665](https://github.com/arviz-devs/arviz/pull/1665)) * Add dtype parsing and setting in all Stan converters ([1632](https://github.com/arviz-devs/arviz/pull/1632)) -* Enable dask chunking information to be passed to `InferenceData.from_netcdf` with regex support ([1749](https://github.com/arviz-devs/arviz/pull/1749)) +* Enable dask chunking information to be passed to `InferenceData.from_netcdf` with regex support to enable parallel io ([1749](https://github.com/arviz-devs/arviz/pull/1749)) ### Maintenance and fixes * Fix conversion for numpyro models with ImproperUniform latent sites ([1713](https://github.com/arviz-devs/arviz/pull/1713))