Skip to content

Commit

Permalink
Update DESCRIPTION and NEWS for release of v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisGuillem committed Nov 14, 2016
1 parent a4ae2c0 commit a527423
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: antaresRead
Type: Package
Title: Import, manipulate and explore the results of an Antares simulation
Version: 0.13.0
Date: 2016-10-06
Version: 0.14.0
Date: 2016-11-14
Authors@R: c(
person("Francois", "Guillem", , "[email protected]", role = c("aut", "cre")),
person("Jalal-Edine", "ZAWAM", , "[email protected]", role = "ctb"),
Expand Down
14 changes: 13 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
Copyright © 2016 RTE Réseau de transport d’électricité
# Copyright © 2016 RTE Réseau de transport d’électricité

Changes in version 0.14 (2016-11-14)

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.


Changes in version 0.13 (2016-10-06)

BREAKING CHANGES:
* add a file LICENSE and copyright to sources files


Changes in version 0.12 (2016-08-17)

BREAKING CHANGES:
Expand Down

0 comments on commit a527423

Please sign in to comment.