Releases: rte-antares-rpackage/antaresEditObject
v0.4.1
v0.4.0
New functions
-
Antares v840 : new parameter
result-format
to choose output format (txt/zip) + new values fortransmission-capacities
parameter. -
Antares v832 : added filtering options to bindingConstraints.
-
Antares v830 :
updateAdequacySettings()
function to activate Adequacy Patch and set parameters. -
Antares v820 :
createLink()
andeditLink()
have a new argumenttsLink
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
Breaking changes
createStudy()
no longer returnTRUE
/FALSE
, but simulation options list returned byantaresRead::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 argumentrenewable.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 fieldr
if a scenario is completed for renewablesupdateScenarioBuilder()
: allow to update scenario builder for renewables if RES activated.- In
updateGeneralSettings()
: check value forinter.modal
andinter.modal
parameters:- RES activated: use load, hydro, thermal, renewables
- RES not activated: use load, hydro, wind, thermal, solar
- In
updateInputSettings()
: prevent use ofrenewables
forimport
parameter.
Other updates
updateScenarioBuilder()
has a new argumentclusters_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)
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 afterantaresRead
(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
- 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
andaverage_spilled_energy_cost
.
Dev release 0.1.8
Test déploiement interne Rte
CRAN version 0.1.7
Compatibility with Antares v7 for createPSP
.
Changed maintainer.
CRAN version 0.1.6
Compatibility with Antares version 7
CRAN version 0.1.5
First release on CRAN