Skip to content

Releases: rte-antares-rpackage/antaresRead

v2.3.2

19 Dec 09:36
0d30702
Compare
Choose a tag to compare

NEW FEATURES:
added "profit by cluster" when reading cluster data

BUGFIXES:
Fix for 404 error when some output is missing in API mode(#188)

v2.3.1

06 Dec 13:30
040402d
Compare
Choose a tag to compare

BUGFIXES:

  • readAntares : fix memory problems for linkCapacity = TRUE (>v8.2)
  • Support for url with special characters (#181)
  • Fix for setSimulationPathAPI not working with EnR aggregated (<v8.1) (#180)

v2.3.0

10 Oct 08:24
Compare
Choose a tag to compare
  • Interact directly with AntaREST API with api_get(), api_post(), api_put(), api_delete().
  • New function to read ini files : readIni().

v2.2.95

31 Mar 07:49
Compare
Choose a tag to compare

BUGFIXES:

  • removeVirtualAreas : setting custom prodVars same as new storageVars
  • API : fix study checking + httr options

v2.2.9

16 Nov 13:50
Compare
Choose a tag to compare
fix .Rd note

CRAN version 0.2.5

18 Mar 14:39
Compare
Choose a tag to compare
  • Fixed bugs in removeVirtualAreas() in getLinks()
  • Updated documentation & added pkgdown website

CRAN version 2.2.4

19 Jul 12:07
Compare
Choose a tag to compare

Compatibility with Antares v7

CRAN version 2.2.3

02 May 07:42
Compare
Choose a tag to compare

BUGFIXES:

  • Error with next data.table release
  • Duplicated vignette title (email BDR)

v2.0.0

07 Nov 12:26
Compare
Choose a tag to compare

Changes in version 2.0.0 (2017-11-03)

NEW FEATURES:

  • New function "writeAntaresH5()" convert ANTARES outputs to h5 files.
  • The path parameter of "setSimulationPath()" can be a h5 file.
  • New function "isH5Opts()" test if the value returned by setSimulationPath() is referring to an h5 file.
  • New function "readOptimCriteria()" read the value of the criteria optimized by ANTARES.
  • New function "setRam()" specify RAM limit (in Go) of the value returned by readAntares, initially it is 10Go.
  • New vignette "antaresH5" is available.

BUGFIXES:

  • removeVirtualAreas() was not moving clusters from virtual production area to the real area.
  • antaresRead() sometimes returned a antaresDataList with element "thermalModulation". (#51)

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.