From ee70833829f65ce912b49309ba7cb775d705cf31 Mon Sep 17 00:00:00 2001 From: Alessandro Pappalardo Date: Thu, 4 Mar 2021 18:20:24 +0000 Subject: [PATCH] Docs: update README.md Signed-off-by: Alessandro Pappalardo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed4cc6128..ca4559d9e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Brevitas is a Pytorch library for quantization-aware training (QAT). **Please note that Brevitas is a research project and not an official Xilinx product.** ## History +- *2021/03/01* - Release version 0.3.1, fix bug w/ act initialization from statistics w/ IGNORE_MISSING_KEYS=1. - *2021/03/01* - Release version 0.3.0, implements enum and shape solvers within extended dependency injectors. This allows declarative quantizers to be self-contained. - *2021/02/04* - Release version 0.2.1, includes various bugfixes of QuantTensor w/ zero-point. - *2021/01/30* - First release version 0.2.0 on PyPI.