From 7e3a067e7eb38ea2d3302a606ae99a6b9c705449 Mon Sep 17 00:00:00 2001 From: Florian OMNES Date: Fri, 4 Mar 2022 15:47:48 +0100 Subject: [PATCH] Update changelog for version 8.2 --- docs/CHANGELOG.md | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2326d3f21e..671328b31d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,25 +1,7 @@ Antares Changelog ================= -v8.2.0-rc2 (02/2022) +v8.2.0 (03/2022) -------------------- - -### Bug fixes -- Fix bug related to links with infinite capacity with multiple time-series #567 (*) -- Ignore disabled MC years for the computation of the FLOW QUAD output variable #558 (*) -- Make sure that NTC time-series are loaded only when necessary #552 (*) -- Restore results for non-regression tests #556. Minor differences were introduced in v8.1.0 and v8.2.0-rc1. -- Fix bug in scenario-builder related to short-circuit evaluation #576 (*) - -(*) That bug was introduced in v8.2.0-rc1. - -### GUI -- Restore old view for links #557 -- Improve cell styles when loop-flow is enabled for a link #571 -- Fix refresh issues for link parameters #572 - -v8.2.0-rc1 (02/2022) --------------------- - ### New features - Multiple timeseries for link capacities (NTC). It is now possible to establish different scenarios for the capacity of a link. Users can now take partial or total outages for links into account #520 - Infeasible problem analyzer. When the underlying problem has no solution, list the most suspicious constraints in a report. This should help users identify faulty binding constraints #431 @@ -29,6 +11,7 @@ v8.2.0-rc1 (02/2022) - Add a "view results" button in the dialog that appears when a simulation has been completed #511 - Help menu : add an "online documentation" item #509 - Improve UI for new thermal parameter "tsGenBehavior" #534 +- Improve cell styles when loop-flow is enabled for a link #571 ### Bug fixes - Prevent an area from having a link to itself #531