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.