Skip to content

Commit

Permalink
Ant1777/dimbcgroup (#172)
Browse files Browse the repository at this point in the history
* add private function group_values_meta_check() to check dim with meta data in opts + tests

* update version and news.md

* update createbinding + bulk + doc + test

* update editBindingConstraint with new private function to check group dim

* replace function to check dim by group_values_meta_check

* update DESCRIPTION file remotes
  • Loading branch information
berthetclement authored Jun 10, 2024
1 parent 7c5da69 commit d4937f4
Show file tree
Hide file tree
Showing 11 changed files with 371 additions and 192 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: antaresEditObject
Type: Package
Title: Edit an 'Antares' Simulation
Version: 0.7.0
Version: 0.7.1
Authors@R: c(
person("Tatiana", "Vargas", email = "tatiana.vargas@rte-france.com", role = c("aut", "cre")),
person("Frederic", "Breant", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export(getJobLogs)
export(getJobs)
export(getPlaylist)
export(getVariantCommands)
export(group_values_check)
export(group_values_meta_check)
export(importZipStudyWeb)
export(is_antares_v7)
export(is_antares_v820)
Expand Down
12 changes: 10 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# antaresEditObject 0.7.0 (development)
# antaresEditObject 0.7.1 (development)

> Second-member coupling constraint scenarios
### Breaking changes :

* `createBindingConstraint()` / `editBindingConstraint()` uses metadata to check the group size of time series.
* `createBindingConstraintBulk()` checks consistency of groups passed as parameters and consistency with the study.


# antaresEditObject 0.7.0

> Scenarized RHS for binding constraints
NEW FEATURES (Antares v8.7, cf. Antares v8.7 changelog) :

Expand Down
Loading

0 comments on commit d4937f4

Please sign in to comment.