From cde06d42e1f2b207d60f490524e9fe8a4f31c706 Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Tue, 28 Apr 2026 09:32:30 -0700 Subject: [PATCH] Updated CHANGELOG for 1.11.0 --- docs/CHANGELOG.rst | 3 +++ news/interpolation_setting_update.rst | 23 ----------------------- 2 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 news/interpolation_setting_update.rst diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 6c9b42dd..3e2b01bd 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -4,6 +4,7 @@ Changelog .. current developments + v1.11.0 ==================== @@ -24,6 +25,8 @@ v1.11.0 At the top level API, this does not change behavior, but if you are directly interfacing with th ProtocolUnits, you will have to account for this change. The SepTopProtocolResult now solely uses the Analysis units (`PR #1937 `_). * Updated the chemical systems user guide and the defining protocols user guide to reflect recent protocol updates, including adding membrane support (`PR #1933 `_). +* The default value for the Hybrid TopologyProtocol setting ``turn_off_core_unique_exceptions`` has been changed to ``True``. + This means 1-4 interactions involving the unique alchemical atoms and core regions will now be interpolated on/off accordingly by default (`PR #1856 `_). **Deprecated:** diff --git a/news/interpolation_setting_update.rst b/news/interpolation_setting_update.rst deleted file mode 100644 index cc37dc90..00000000 --- a/news/interpolation_setting_update.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* The default value for the Hybrid TopologyProtocol setting ``turn_off_core_unique_exceptions`` has been changed to ``True`. This means 1-4 interactions involving the unique alchemical atoms and core regions will now be interpolated on/off accordingly by default PR #1856. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*