From f30b529dc5e7c81ae657b0a1fd85c61c4c9fc19a Mon Sep 17 00:00:00 2001 From: Lester Hedges Date: Tue, 17 Feb 2026 14:28:52 +0000 Subject: [PATCH] Add CHANGELOG. --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6a4b6be --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +Changelog +========= + +[2025.2.0](https://github.com/openbiosim/loch/compare/2025.1.0...2025.2.0) - Feb 2026 +------------------------------------------------------------------------------------- + +* Fixed handling of four- and five-point water models [#2](https://github.com/OpenBioSim/loch/pull/2). +* Add support for the OpenCL platform and optimise GPU kernels [#6](https://github.com/OpenBioSim/loch/pull/6). +* Clamp exponent to avoid exponential overflow when calculation the acceptance + probability for the PME correction [#9](https://github.com/OpenBioSim/loch/pull/9). +* Reduce memory footprint by using a shared primary CUDA context on each GPU device [#10](https://github.com/OpenBioSim/loch/pull/10). + +[2025.1.0](https://github.com/OpenBioSim/loch/releases/tag/2025.1.0) - Nov 2025 +------------------------------------------------------------------------------- + +* Initial public release.