NEW FEATURES :

  • Complete function deleteStudy() with new parameter simulation to delete a simulation in an Antares study.
  • New parameter geographic.trimming in updateGeneralSettings()to activate or deactivate this general parameter.
  • Add importZipStudyWeb() to allow the user to import a local study in Antares Web

Breaking changes

  • setPlaylist() optimized for the API mode
  • .createCluster() uses data.table::fwrite() instead of utils::write.table() for optimization
  • createCluster() parameter list_pollutants default value to NULL.
  • createBindingConstraint() parameter coefficients must be alphabetically ordered.
  • .createCluster() default matrix in API mode.
  • removeArea() :
    • control the existence of an area in a binding constraint coefficient before deletion
    • no longer deletes a binding constraint
  • removeLink() : control the existence of a link a in a binding constraint coefficient before deletion
  • removeCluster() : control the existence of a cluster a in a binding constraint coefficient before deletion
  • createClusterST() : add a control to check if a cluster exists before running actions.
  • editClusterST() : add a control to check if a cluster exists before running actions.
  • .removeCluster() : add a control to check if a cluster exists before running actions in st-storage mode.
  • Update documentation for scenarioBuilder : user must enable/disable custom-scenario property in generaldata.ini by himself

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 createCluster() and editCluster() parameter list_pollutants stop if Antares Version < 8.6.0
  • getJobs() no longer returns duplicates and displays the two new columns owner_id and owner_name.
  • Allow the user to set symbol or full name as argument series in updateScenarioBuilder()
  • scenarioBuilder() matrix has the same row repeated if the area is not rand
  • Fix createLink() to update opts in API mode.
  • Fix editClusterST() : can not edit a cluster if it does not exist in API mode.
  • updateScenarioBuilder() works for NTC part : allow cartesian in the merge.
  • api_command_execute() :
    • no longer deletes a command
    • displays a success message for a study or variant
  • removeCluster() no longer deletes everything in the folder prepro
  • Fix test to remove rev dep to antaresRead (see cran-comments.md for details)
  • writeInputTS() allows the user to set a link with the separator ’ - ’ (ex: ‘area1 - area2’)

BUGFIXES :

  • Error CRAN CHECKS (fix issue #115)

Breaking changes (Antares v8.6, cf. Antares v8.6 changelog) :

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 :

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
  • writeInputTS() allows the user to set a link with the separator ’ - ’ (ex: ‘area1 - area2’)

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.

NEW FEATURES :

BUGFIXES :

NEW FEATURES :

BUGFIXES :

BUGFIXES :

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. + createArea() and editArea() support for new adequacy_patch.ini file.
  • 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.

Breaking changes

Renewable Energy Sources

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

Other updates

  • New usage getPlaylist : V8 antares ponderation.
  • New usage setPlaylist : V8 antares ponderation.
  • New function copyOutput : to copy antares output with extension.
  • 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 an area.
  • New function editBindingConstraint : to edit a Binding Constraint.

Bugfixes

  • Internal release.
  • Fix createPSP to work with Antares v7
  • Compatibility with Antares version 7
  • Initial release.
  • Added a NEWS.md file to track changes to the package.