From 419ee68ac6b218b7a3f06a9ddaa6bc08041be1d6 Mon Sep 17 00:00:00 2001 From: Cuong Duong Date: Thu, 22 Sep 2022 00:25:13 +1000 Subject: [PATCH] update changelog in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a97515f..69ab124 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,11 @@ Using `cmdstanpy` with Windows requires a Unix-compatible C compiler such as min ## Changelog +### Version 1.1.1 (2022.09.08) + +- (Python) Improved runtime (3-7x) of uncertainty predictions via vectorization. +- Bugfixes relating to Python package versions and R holiday objects. + ### Version 1.1 (2022.06.25) - Replaced `pystan2` dependency with `cmdstan` + `cmdstanpy`.