Releases: AntaresSimulatorTeam/antares-xpansion
Releases · AntaresSimulatorTeam/antares-xpansion
1.0.0 RC3
v1.0.0-rc3 Update to RC3
1.0.0 RC2
v1.0.0-rc2 Update to antares 8.4.0
1.0.0 RC1
v1.0.0-rc1 Fix typo
0.8.0 NTC support
Features
- Uses Antares simulator 8.2.2
- The additional constraints files must be stored in
user/expansion/constraints
and the weights files inuser/expansion/weights
- Allow user to use different chronicles of link profiles. More information in documentation
Bug fixes
- Allow "capa" folder to be missing if unused
- Algorithm now properly stop after MAX_ITERATION instead of MAX_ITERATION+1
For developers
- Properly update version number for SonarQube
0.8.0 Release Candidate 3
RC 3
Features
- The additional constraints files must be stored in
user/expansion/constraints
and the weights files inuser/expansion/weights
Bug fixes
- Improve error messages when using multiple NTC
RC2
Bug fixes
Force storenewset to true to force Antares Simulator scenario builder output
Fix issue preventing the use of multiple NTC
RC1
Features
Uses Antares simulator 8.2.2
Allow user to use different chronicles of link profiles. More information in [documentation](https://antares-xpansion.readthedocs.io/en/stable/user-guide/get-started/candidate-definition/)
Bug fixes
Allow "capa" folder to be missing if unused
Algorithm now properly stop after MAX_ITERATION instead of MAX_ITERATION+1
For developers
0.8.0 Release Candidate 2
RC2
Bug fixes
Force storenewset to true to force Antares Simulator scenario builder output
Fix issue preventing the use of multiple NTC
RC1
Features
Uses Antares simulator 8.2.2
Allow user to use different chronicles of link profiles. More information in [documentation](https://antares-xpansion.readthedocs.io/en/stable/user-guide/get-started/candidate-definition/)
Bug fixes
Allow "capa" folder to be missing if unused
Algorithm now properly stop after MAX_ITERATION instead of MAX_ITERATION+1
For developers
0.8.0 Release Candidate 1
Features
- Uses Antares simulator 8.2.2
- Allow user to use different chronicles of link profiles. More information in documentation
Bug fixes
- Allow "capa" folder to be missing is unused
- Algorithm now properly stop after MAX_ITERATION instead of MAX_ITERATION+1
For developers
v0.7.0 Sensitivity study
Use antares simulator 8.1.1
Include the following Xpansion feature:
Sensitivity study
Resume cancelled studies (due to interruption/crash.etc.)
v0.6.0 Antares8.2
with respect to v0.6.0, the only difference is the inclusion of Antares_Simulator solver 8.2
v0.6.0
v0.6.0
Features
- update documentation
- Antares-Xpansion is now compatible with Antares_Simulator v8.1.0
- added option antares-n-cpu to use Antares parallelism
- added option -v, --version to show AntaresXpansion version
- added option --antares-version to show Antares_Simulator version
- Set default value of --simulationName to last in order to use the last antares simulation
- add relative gap option as a stopping criterion for the Antares-Xpansion algorithm
Bug fixes
- Path to binaries directory was not found in some situations with python launcher and in python exclusive package
- Correction bug when there are too many zeros in a link-profile
For developers
- cpp Lp-namer library is split into smaller and consistent libraries
- Each AntaresXpansion step has its own driver (python class) instead of the all-in driver
- upgrade to a new version of
antares-deps
(bug fix)