You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* resync doc
* activateRES() minor updates
* updateAdequacySettings() display warning 'lifecycle' for parameters removed from Antares 9.2
* update pkgdown site with bootstrap 5 + fix some warnings about vignette
Copy file name to clipboardExpand all lines: NEWS.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,14 @@
5
5
6
6
NEW FEATURES :
7
7
8
+
*`createClusterST()`/`editClusterST()` : Parameter `group` is now dynamic and have no restriction
8
9
*`createClusterST()`/`editClusterST()` :
9
10
-**New properties** (*efficiencywithdrawal*, *penalize-variation-injection*, *penalize-variation-withdrawal*, see list of properties according to study version of Antares with `storage_values_default()`)
10
11
-**New optional time series** (cost-injection, cost-withdrawal, cost-level, cost-variation-injection, cost-variation-withdrawal)
11
12
12
13
### Breaking changes :
13
-
-`createClusterST()`/`editClusterST()` : parameter `group` is now dynamic and have no restriction
14
-
-`createClusterST()` : for a study < 9.2, execution will be STOP if `group` is not included in list (see doc)
14
+
-`createClusterST()` : For a study < *v9.2*, execution will be STOP if `group` is not included in list (see doc)
15
+
-`updateAdequacySettings()` : Two parameters (*enable-first-step*, *set-to-null-ntc-between-physical-out-for-first-step*) are `deprecated` and removed. Parameters are forced to `NULL` with study >= v9.2.
[](https://app.codecov.io/gh/rte-antares-rpackage/antaresEditObject)
16
11
<!-- badges: end -->
17
12
13
+
> Edit an Antares study before running a simulation.
0 commit comments