Skip to content

Releases: rte-antares-rpackage/antaresRead

v2.4.0

17 Jan 08:24
Compare
Choose a tag to compare

NEW FEATURES:
Major upgrade to aggregateResult() and parAggregateMCall() :

  • Faster & memory efficient
  • Support for Antares studies up to v8.3 (v8.4 experimental)
  • Dynamic timestep detection
  • Creation of grid folder
  • Recycling of original mc-all data

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)