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 + +