From 64e4aa1fe0bf85daaea85e82cc032fb2308f8af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edoardo=20Apr=C3=A0?= Date: Wed, 7 Oct 2020 18:53:40 -0700 Subject: [PATCH] Update [ci skip] --- release.notes.7.0.1 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/release.notes.7.0.1 b/release.notes.7.0.1 index 98d3db3dd5..edc33b4a3a 100644 --- a/release.notes.7.0.1 +++ b/release.notes.7.0.1 @@ -24,3 +24,17 @@ BUG FIXES/ENHANCEMENTS * nwpw module: fix for case when peigs is not available and scalapack is * mcscf module: fix for case when peigs is not available and scalapack is + + * made more Python examples Python 3 compatible + + * switch to Global Arrays version 5.7.2 + + * gcc 10 fixes + + * bug fixes for DFTMP2 https://github.com/nwchemgit/nwchem/issues/246 + + * bug fixes for xcamb88 https://github.com/nwchemgit/nwchem/issues/223 + + * improved scripts for the creating of linear algebra libraries using the env. variables BUILD_OPENBLAS and BUILD_SCALAPACK + +