Skip to content

Releases: rte-antares-rpackage/antaresEditObject

v0.4.1

21 Feb 09:51
724bf5b
Compare
Choose a tag to compare

BUGFIXES :

  • Fix case sensitivity for editCluster() in API mode
  • Fix opts returned (proper new study_id) when using createVariant()
  • Fix case sensitivity for groups in createCluster() and createClusterRES()

v0.4.0

22 Dec 16:00
Compare
Choose a tag to compare

New functions

  • Antares v840 : new parameter result-format to choose output format (txt/zip) + new values for transmission-capacities parameter.

  • Antares v832 : added filtering options to bindingConstraints.

  • Antares v830 : updateAdequacySettings() function to activate Adequacy Patch and set parameters.

  • Antares v820 : createLink() and editLink() have a new argument tsLink allowing to write transmission capacities time-series.

  • createBindingConstraintBulk() allow to create multiple binding constraints at once.

Breaking changes

  • Argument's order of writeInputTS() has changed, data is now in first place.

Variant management with API

This release include some new features to interact with Antares Web.

  • Main functions are now compatible to interact with a variant through the API: createArea(), editArea(), removeArea(), createLink(), editLink(), removeLink(), createCluster(), editCluster(), removeCluster(), createBindingConstraint(), editBindingConstraint(), removeBindingConstraint(), createDistrict(), updateGeneralSettings(), updateInputSettings(), updateOptimizationSettings(), updateOutputSettings(), updateAdequacySettings(), writeInputTS(), readScenarioBuilder(), updateScenarioBuilder(), clearScenarioBuilder(), writeWaterValues(), createDSR(), createPSP().
  • New functions to use or create variants: useVariant(), createVariant().
  • New function to create studies on AntaREST server: createStudyAPI().
  • New function to search studies on AntaREST server: searchStudy().
  • API calls can be synchronous or asynchronous, see setAPImode().

v0.3.0

08 Nov 13:02
7abb814
Compare
Choose a tag to compare

Breaking changes

  • createStudy() no longer return TRUE / FALSE, but simulation options list returned by antaresRead::setSimulationPath().

Renewable Energy Sources

This release include some new features to interact with renewable energy sources (new in Antares v8.0.3):

  • New function activateRES() to use new RES features in an Antares study.
  • updateOptimizationSettings() has a new argument renewable.generation.modelling that can take as value: NULL|aggregated|cluster.
  • New function createClusterRES() to create a new renewable cluster.
  • New function editClusterRES() to edit an existing renewable cluster.
  • New function removeClusterRES() to remove a renewable cluster.
  • readScenarioBuilder(): there can be a new field r if a scenario is completed for renewables
  • updateScenarioBuilder(): allow to update scenario builder for renewables if RES activated.
  • In updateGeneralSettings(): check value for inter.modal and inter.modal parameters:
    • RES activated: use load, hydro, thermal, renewables
    • RES not activated: use load, hydro, wind, thermal, solar
  • In updateInputSettings(): prevent use of renewables for import parameter.

Other updates

  • updateScenarioBuilder() has a new argument clusters_areas = <data.table> to specify area/cluster to use for thermal/renewable series.
  • New function clearScenarioBuilder() to clear a ruleset from the scenario builder.

antaresEditObjet v0.2.2 (+v0.2.1,v0.2.0)

02 Aug 07:59
Compare
Choose a tag to compare

antaresEditObject 0.2.2

  • New usage getPlaylist : V8 antares ponderation.
  • New usage setPlaylist : V8 antares ponderation.

+ antaresEditObject 0.2.1

  • New function copyOutput : to copy antares output with extansion.
  • New function writeOutputValues : to write antares data after antaresRead (areas, links and clusters).
  • New function computeTimeStampFromHourly : to write mc-ind data from hourly files (daily, weekly, monthly and annual).
  • New function parAggregateMCall : to compute mc-all from md-ind.
  • New function editArea : to edit area
  • New function editBindingConstraint : to edit Binding Constraint

+ antaresEditObject 0.2.0

  • New template in createStudy() for Antares version >= 7.1.0

CRAN version 0.1.9

20 Feb 16:04
Compare
Choose a tag to compare
  • New function writeSeriesPrepro(): to write load, wind and solar prepro data.
  • New function writeInputTS(): writes input time series.
  • scenarioBuilder() can write thermal scenario.
  • New function writeEconomicOptions(): to create or edit economic options.
  • nodalOptimizationOptions() has two new arguments: average_unsupplied_energy_cost and average_spilled_energy_cost.

Dev release 0.1.8

26 Jul 09:47
Compare
Choose a tag to compare

Test déploiement interne Rte

CRAN version 0.1.7

19 Jul 12:05
Compare
Choose a tag to compare

Compatibility with Antares v7 for createPSP.
Changed maintainer.

CRAN version 0.1.6

13 May 12:35
Compare
Choose a tag to compare

Compatibility with Antares version 7

CRAN version 0.1.5

07 Jan 13:59
Compare
Choose a tag to compare

First release on CRAN