Skip to content

Commit 220f4dd

Browse files
Minor fix (#283)
* add min version data.table to 1.15.0 * fix duplicated lines in news.md
1 parent f7661e1 commit 220f4dd

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ URL: https://github.com/rte-antares-rpackage/antaresRead, https://rte-antares-rp
2525
BugReports: https://github.com/rte-antares-rpackage/antaresRead/issues
2626
License: GPL (>= 2) | file LICENSE
2727
Imports:
28-
data.table (>= 1.9.6),
28+
data.table (>= 1.15.0),
2929
bit64,
3030
lubridate (>= 1.7.1),
3131
plyr,

NEWS.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ BREAKING CHANGES :
2121

2222
NEW FEATURES:
2323

24+
* `setSimulationPathAPI()` : reads and returns the new converted study version format (ex : 9.0 => 900)
2425
* `setSimulationPath()` / `setSimulationPathAPI()` have a new parameter `'verbose'` (default to `FALSE`) to manage diagnostic messages
25-
* `readBindingConstraints()` : has a new parameter `'with_time_series'` (default to `TRUE`) to enable or disable the time series reading
2626

2727
BUGFIXES :
2828

@@ -31,12 +31,9 @@ BUGFIXES :
3131
* `readAntares()` : In disk mode, return all the available columns for a short-term storage output and match the column with the content
3232
* `.importOutput()` : check if output file exists in API mode (`.check_output_files_existence()`)
3333
* `.giveSize()` : take into account ST clusters in the size computing and use enabled == TRUE or empty enabled for enabled clusters and ST clusters
34-
* `api_get() / api_post () / api_put() / api_delete()` : treat case when default_endpoint provided is empty
3534

3635
BREAKING CHANGES :
3736

38-
* `setSimulationPathAPI()` : reads and returns the new converted study version format (ex : 9.0 => 900)
39-
* `setSimulationPathAPI()` : sets timeout to 600s by default. 600s is the default value in Antares Web.
4037
* `readClusterDesc()` / `readClusterResDesc()` / `readClusterSTDesc()` have a new parameter (`dot_format = TRUE`) to return two format to display input cluster properties
4138

4239
GITHUB ACTIONS :

0 commit comments

Comments
 (0)