From 2f2c0c972f381362debea907864e59bc64e53825 Mon Sep 17 00:00:00 2001 From: berthetclement Date: Tue, 27 Feb 2024 10:41:57 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20rte-anta?= =?UTF-8?q?res-rpackage/antaresEditObject@e82e39c9347d21a0de191bb7c654a669?= =?UTF-8?q?2881cf93=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/api-variant-management.html | 1 + news/index.html | 5 ++++- pkgdown.yml | 2 +- reference/create-binding-constraint.html | 2 +- reference/editBindingConstraint.html | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/articles/api-variant-management.html b/articles/api-variant-management.html index 36a776c1..5437f59a 100644 --- a/articles/api-variant-management.html +++ b/articles/api-variant-management.html @@ -485,6 +485,7 @@

Create a binding constraint#> "enabled": false, #> "time_step": "hourly", #> "operator": "both", +#> "values": [], #> "coeffs": { #> "area01%area02": [ #> 1 diff --git a/news/index.html b/news/index.html index 1ba1a4c5..13f4dc1c 100644 --- a/news/index.html +++ b/news/index.html @@ -81,11 +81,14 @@

Breaking changessetSimulationPath() and setSimulationPathAPI() +
  • +createBindingConstraint() parameter coefficients must be alphabetically ordered.
  • BUGFIXES :

    • Fix filter_synthesis and filter_year_by_year parameters of editLink() in API mode
    • Fix setPlaylist() works in API and local mode with weights.
    • Fix getPlaylist() works in API and local mode with weights.
    • -
    • Fix createDSR() in API mode : daily binding constraint takes 366 rows
    • +
    • Fix createDSR() in API mode : daily binding constraint takes 366 rows.
    • +
    • Fix createCluster() parameter list_pollutants stop for Antares Version < 860.
    • getJobs() no longer returns duplicates and displays the two new columns owner_id and owner_name.
    diff --git a/pkgdown.yml b/pkgdown.yml index b5fba001..e1adcdac 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -7,5 +7,5 @@ articles: api-variant-management: api-variant-management.html renewables-energy-sources: renewables-energy-sources.html scenario-builder: scenario-builder.html -last_built: 2024-02-27T10:18Z +last_built: 2024-02-27T10:41Z diff --git a/reference/create-binding-constraint.html b/reference/create-binding-constraint.html index acae690f..1e16de0b 100644 --- a/reference/create-binding-constraint.html +++ b/reference/create-binding-constraint.html @@ -132,7 +132,7 @@

    Arguments

    coefficients
    -

    A named vector containing the coefficients used by the constraint.

    +

    A named vector containing the coefficients used by the constraint, the coefficients have to be alphabetically ordered.

    overwrite
    diff --git a/reference/editBindingConstraint.html b/reference/editBindingConstraint.html index 9de6b940..ba2f2dd0 100644 --- a/reference/editBindingConstraint.html +++ b/reference/editBindingConstraint.html @@ -127,7 +127,7 @@

    Arguments

    coefficients
    -

    A named vector containing the coefficients used by the constraint.

    +

    A named vector containing the coefficients used by the constraint, the coefficients have to be alphabetically ordered.

    opts