From 1df16ff7f765450996ed2b3ea0945552890ee893 Mon Sep 17 00:00:00 2001 From: Francesco Witte Date: Thu, 7 Dec 2023 19:24:14 +0100 Subject: [PATCH] Update What's New --- docs/whats_new.rst | 1 + docs/whats_new/v0-7-2.rst | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 docs/whats_new/v0-7-2.rst diff --git a/docs/whats_new.rst b/docs/whats_new.rst index f03b829f0..7f5718e07 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -3,6 +3,7 @@ What's New Discover noteable new features and improvements in each release +.. include:: whats_new/v0-7-2.rst .. include:: whats_new/v0-7-1.rst .. include:: whats_new/v0-7-0.rst .. include:: whats_new/v0-6-3.rst diff --git a/docs/whats_new/v0-7-2.rst b/docs/whats_new/v0-7-2.rst new file mode 100644 index 000000000..ca1c1c59b --- /dev/null +++ b/docs/whats_new/v0-7-2.rst @@ -0,0 +1,12 @@ +v0.7.2 - Under development +++++++++++++++++++++++++++ + +Bug Fixes +######### +- The `delta` value of the :py:class:`tespy.connections.connection.Ref` class + was oriented with the wrong sign. A positive delta lead to a negative value. + Fixed in (`PR #459 `__). + +Contributors +############ +- Francesco Witte (`@fwitte `__)