Skip to content

v0.6.0

Compare
Choose a tag to compare
@berthetclement berthetclement released this 09 Oct 09:24
28f0100

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 parameter list_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 and mod.txt based on values in hydro.ini file
  • Add control of data consistency between mingen.txt and maxpower.txt based on values in hydro.ini file
  • Add and edit the property enable-first-step in adequacy patch section in settings/generaldata.ini

NEW FEATURES :

  • 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()
  • Enable edition of hydro levels in settings/scenariobuilder.dat by using scenarioBuilder() and updateScenarioBuilder()
  • 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 confirmation
  • api_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 description
  • getPlaylist() is compatible with the new format returned by readIniAPI()
  • removeClusterRES() in API mode
  • removeLink() delete properly data for an Antares version >= 820
  • rollback_to_previous_data() enable to rollback if original value is NULL

BUGFIXES :

  • api_command_execute() add timer to request api
  • writeInputTS() works with argument type = "tsLink"
  • createLink() and editLink() write the appropriate time series in _direct.txt and _indirect.txt files even if the areas from and to given as arguments are not sorted

DOC :

  • A new article presenting v8.6 features is available on the package's online documentation.