From 31177fc2e2f8e5ee3f06506012fac4b6af90bd80 Mon Sep 17 00:00:00 2001 From: Samuel Hinton Date: Fri, 19 Apr 2024 18:21:13 +1000 Subject: [PATCH] Adding readme for 1.1.0 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a5aeaa9b..e6627a8f 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,11 @@ If you are running on HPC or clusters where you can't install things yourself, u ### Update History +##### 1.1.0 +* Updating numpyro and arviz translators so you can specify variable names (`var_names`) to include or exclude. +* Adding `histogram_relative_height` property to chains to control histogram height. +* Adding `show_label_in_legend` so you can decide to give a chain a label but not have it pollute the legend. + ##### 1.0.3 * Bug fix not using labels instead of column names for parameter title summaries.