Releases: rte-antares-rpackage/antaresRead
Releases · rte-antares-rpackage/antaresRead
v2.3.2
v2.3.1
v2.3.0
v2.2.95
BUGFIXES:
- removeVirtualAreas : setting custom prodVars same as new storageVars
- API : fix study checking + httr options
v2.2.9
fix .Rd note
CRAN version 0.2.5
- Fixed bugs in
removeVirtualAreas()
ingetLinks()
- Updated documentation & added pkgdown website
CRAN version 2.2.4
Compatibility with Antares v7
CRAN version 2.2.3
BUGFIXES:
- Error with next data.table release
- Duplicated vignette title (email BDR)
v2.0.0
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
BREAKING CHANGES:
- Parameter
synthesis
has been removed from readAntares. The new behavior is now to import synthetic results whenmcYears
isNULL
and to import detailed results whenmcYears
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.