v0.6.0
Breaking changes (Antares v8.6, cf. Antares v8.6 changelog) :
createStudy()
integrate "st-storage".createArea()
integrate "st-storage".removeArea()
integrate "st-storage".writeInputTS()
integrate "mingen" data and dependency between "mod.txt" and "mingen.txt" data.createCluster()
/editCluster()
have new parameterlist_pollutants
for list of pollutants.
NEW FEATURES (Antares v8.6) :
- New function
activateST()
Activate "st-storage" in an Antares study. - New functions
createClusterST()
,editClusterST()
,removeClusterST()
("st-storage" family of functions for a study in "input" mode) - Add control of data consistency between
mingen.txt
andmod.txt
based on values inhydro.ini
file - Add control of data consistency between
mingen.txt
andmaxpower.txt
based on values inhydro.ini
file - Add and edit the property
enable-first-step
inadequacy patch
section insettings/generaldata.ini
NEW FEATURES :
- Add
deduplicateScenarioBuilder()
function to keep the last value if a key is duplicated insettings/scenariobuilder.dat
- Add
writeIniHydro()
function to make easier the edition of theinput/hydro/hydro.ini
file - Call
writeIniHydro()
increateArea()
andremoveArea()
- Enable edition of hydro levels in
settings/scenariobuilder.dat
by usingscenarioBuilder()
andupdateScenarioBuilder()
- Add deduplicateScenarioBuilder() function to keep the last value if a key is duplicated in settings/scenariobuilder.dat
- Add writeIniHydro() function to make easier the edition of the input/hydro/hydro.ini file
- Call writeIniHydro() in createArea() and removeArea()
- removeArea() removes only expected files in links directory
Breaking changes
deleteStudy()
no longer requires user confirmationapi_command_execute()
displays an error message and causes the program to stop following an http error code. The error message is completed with the API error descriptiongetPlaylist()
is compatible with the new format returned byreadIniAPI()
removeClusterRES()
in API moderemoveLink()
delete properly data for an Antares version >= 820rollback_to_previous_data()
enable to rollback if original value is NULL
BUGFIXES :
api_command_execute()
add timer to request apiwriteInputTS()
works with argumenttype = "tsLink"
createLink()
andeditLink()
write the appropriate time series in _direct.txt and _indirect.txt files even if the areasfrom
andto
given as arguments are not sorted
DOC :
- A new article presenting v8.6 features is available on the package's online documentation.