antaresEditObject 0.9.0
(cf. Antares v9 changelog)
NEW FEATURES (Antares v9.0) :
createStudy()
takes into account the new format of Antares studies (e.g. 9.0, 9.15 instead of 900, 915)
BUGFIXES :
editBindingConstraint()
:operator
parameter set to NULL, by default, no longer causes an error.- To add values, the
operator
parameter is now required. - For a study version >= 832, the
filter-year-by-year
andfilter-synthesis
properties are retained in the .ini file if they are not modified.
- [private function]
api_command_execute()
manage snapshot generation of a variant study with a tempo to wait the end of current task (prevents the order from being ignored).- You can use global parameter
verbose
toTRUE
(#274antaresRead
) to display diagnostic messages (getOption("antares")
)
- You can use global parameter
updateAdequacySettings()
: in API mode do not send NULL value
GITHUB ACTIONS :
- Actions artifacts v3 is closing down, update to v4
- test-coverage.yaml updated