Skip to content

Releases: rte-antares-rpackage/antaresRead

v0.15

30 Jan 10:17
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Parameter synthesis has been removed from readAntares. The new behavior is now to import synthetic results when mcYears is NULL and to import detailed results when mcYears is set.
  • Variable timeId is now always numeric. Before it was numeric except for annual data where it could be character or factor.

NEW FEATURES:

  • New function getIdCols() returns the Id columns of an antaresDataTable object.
  • New method subset() for antaresDataList objects permits to quickly extract the data for a given area or a given Monte-Carlo scenario.

BUGFIXES:

  • In input mode, getLinks() could return links that did not exist anymore.
  • removeVirtualAreas() was requiring some data that was not necesary. It should be OK now.
  • setSimulationPath() was crashing when one wanted to read the input data of a study before having run any simulation.

v0.14

16 Nov 10:53
Compare
Choose a tag to compare

NEW FEATURES

  • readAntares() has been significantly improved. Depending on the query, the time needed to import data is decreased by 20% up to 95%. In particular, importing data for clusters is now 20 times faster than before. Moreover, the progress bar is now more precise.
  • removeVirtualAreas() has a new parameter "newCols" that permits to choose whether to create new columns containing the production of the virtual areas or to update the existing ones.
  • removeVirtualAreas() now also removes virtual links from the data. Before it was removing virtual areas but keeping the virtual links.
  • If the transmission capacity of the links is present in the data, removeVirtualAreas() now creates two new columns containing the capacity of pumping and storage of areas. These columns are used to compute upward and downward margins.
  • New functions as.antaresDataTable and as.antaresDataList have been added to convert compatible objects to these classes.