From 50479f2061f6e2c1a9aa48da552c618a23e6c5a6 Mon Sep 17 00:00:00 2001 From: Lorenzo Rovigatti Date: Mon, 29 May 2023 12:48:10 +0200 Subject: [PATCH] Update the CHANGELOG for the new hotfix release --- CHANGELOG | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d9451aa74..a3c85ac24 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,9 @@ -v. 3.5.1 +v. 3.5.2 + oat: + - remove usage of `|` to specify type annotations for unions to make oat compatible with Python 3.9 + - improve the portability of the `setup.py` script to fix installation issues on some systems + +v. 3.5.1 [c549859] - Add the stress tensor calculation on GPUs for DNA - Improve the performance and memory consumption of the DNA and RNA interactions - Improve the numerical stability of the CUDA RNA and DNA codes