From b4984e18df3959b2d51b8a00a2f8bebc4922e612 Mon Sep 17 00:00:00 2001 From: Nicholas Lubbers Date: Mon, 29 Jan 2024 14:55:55 -0700 Subject: [PATCH] Update version --- CHANGELOG.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1179bf32..01bd9d32 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ -0.0.2a3 +0.0.3 ======= +Breaking changes: +----------------- + +- The minimum python version has been increased to 3.9 + New Features: ------------- @@ -8,7 +13,7 @@ New Features: See /examples/excited_states_azomethane.py. - New MultiGradient node for computing multiple partial derivatives of - the same node simultaneously. + using one call to automatic differentiation. Improvements: -------------