From 3ebe9b0cca7c1ecd35eafae8b36993e5a7d3572d Mon Sep 17 00:00:00 2001 From: Benjamin Pritchard Date: Wed, 13 Oct 2021 14:05:48 -0400 Subject: [PATCH] Release 0.15.7 --- docs/qcfractal/source/changelog.rst | 16 ++++++++++++++++ docs/qcportal/source/changelog.rst | 8 ++++++++ 2 files changed, 24 insertions(+) diff --git a/docs/qcfractal/source/changelog.rst b/docs/qcfractal/source/changelog.rst index 67a0cfd80..c35daedd2 100644 --- a/docs/qcfractal/source/changelog.rst +++ b/docs/qcfractal/source/changelog.rst @@ -15,6 +15,22 @@ Changelog .. Bug Fixes .. +++++++++ +0.15.7 / 2021-11-05 +------------------- + +Some minor additions/fixes, mostly to improve performance of some operations +and to prevent consistency issues. The database migrations in (:pr:`676`) have +been thoroughly tested, however please backup you database before ugrading! + +- (:pr:`683`) Fixes issue with keyword aliases not being compared case-insensitive +- (:pr:`685`) Fixes issues with duplicate calculations, large client bodies, and efficiency of certain searches +- (:pr:`686`) Pins qcelemental/qcengine versions +- (:pr:`691`) Fix for some dftd3 calculations not working due to composition_planner +- (:pr:`693`) Allow for additional keywords in torsiondrive optimizations +- (:pr:`694`) Support (and pin) QCElemental v0.23 and QCEngine 0.20 + + + 0.15.6 / 2021-06-06 ------------------- diff --git a/docs/qcportal/source/changelog.rst b/docs/qcportal/source/changelog.rst index 44661f3d2..070a5c85c 100644 --- a/docs/qcportal/source/changelog.rst +++ b/docs/qcportal/source/changelog.rst @@ -15,6 +15,14 @@ Changelog .. Bug Fixes .. +++++++++ +0.15.7 / 2021-10-13 +------------------- + +Some minor additions/fixes, mostly to improve performance of some operations +and to prevent consistency issues. + +- (:pr:`683`) Fixes issue with keyword aliases not being compared case-insensitive + 0.15.6 / 2021-06-06 -------------------