From bb81b3d09e321aa8081fb81c0527b39725b0fc12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Pulido?= <2949729+ijpulidos@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:09:47 -0500 Subject: [PATCH] Release notes for v0.1.1 (#98) --- docs/CHANGELOG.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index d9ceb52..1e4040f 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -4,6 +4,14 @@ feflow Change Log .. current developments +v0.1.1 +==================== + +- Support for ``pydantic`` >=1.10.17, allowing ``pydantic`` 2 to coexist in the same environment (`PR #58 `_). +- Minimization is now performed in the ``CycleUnit`` instead of the ``SetupUnit`` (`PR #60 `_). +- Added protein-ligand complex testing (`PR #61 `_). +- Added GPU Continuous Integration (CI) (`PR #64 `_). + v0.1 ====================