From 0084af88c6b59d3b56e2f477d7be4bbfaae458f8 Mon Sep 17 00:00:00 2001 From: berthetclement Date: Wed, 5 Jun 2024 10:18:18 +0200 Subject: [PATCH] update --- DESCRIPTION | 2 +- NEWS.md | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6cbe66ea..636e4db7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: antaresRead Type: Package Title: Import, Manipulate and Explore the Results of an 'Antares' Simulation -Version: 2.7.0 +Version: 2.7.1 Authors@R: c( person("Tatiana", "Vargas", email = "tatiana.vargas@rte-france.com", role = c("aut", "cre")), person("Jalal-Edine", "ZAWAM", role = "aut"), diff --git a/NEWS.md b/NEWS.md index fb9dbf1c..81a956fc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,13 +6,16 @@ NEW FEATURES: * `readInputThermal()` : - new parameter **areas** to get desired clusters from selected areas. - - new parameter **thermalAvailabilities** to import time series. + - new parameter **thermalAvailabilities** to import time series. * `readInputRES()` new parameter **areas** to get desired clusters from selected areas. BREAKING CHANGES : -* `readInputThermal()` default value when no time series in the selected clusters. -* `readInputRES()` default value when no time series in the selected clusters +* `readInputThermal()` / `readInputRES()` default value when no time series in the selected clusters. + +BUGFIXES : + +* `readInputThermal()` return data from file data.txt with `thermalData` parameter # antaresRead 2.7.0