Releases: AntaresSimulatorTeam/antares-xpansion
Releases · AntaresSimulatorTeam/antares-xpansion
v1.4.0-rc5
What's Changed
- Update to Antares-Simulator 9.2.0-rc9
- End to end coherence of solver supported in memory mode : if Xpress is used in memory mode, it is now used for the Antares simulation by @flomnes in #977
Full Changelog: v1.4.0-rc4...v1.4.0-rc5
v1.4.0-rc4
What's changed
- Update to Antares-Simulator 9.2.0-rc7
v1.4.0-rc3
What's changed
Features
- End to end coherence of solvers : if Xpress is selected, it is also used for Antares step (does not work yet with memory mode), if coin is selected, sirius is used in Antares
- Remove local UI support #972
For developers
- Improve maintainability #965
- Fix performance regression with missing TBB dependency #970
- Add script to convert markdown docs for support in xwiki #973
Full Changelog: v1.4.0-rc2...v1.4.0-rc3
v1.4.0-rc2
What's Changed
- Update antares solver to 9.2-rc5 by @JasonMarechal25 in #961
Full Changelog: v1.4.0-rc1...v1.4.0-rc2
1.4.0-rc1
Features
- Update Antares Simulator to 9.2-RC4
- Output file criterions.txt is renamed LOLD.txt as it gathers the loss of load for each area at each iteration of the algorithm
- Support for in memory problems between Antares and problem generation
- Properly handle Antares Simulator errors. Especially error -9 occurring when running out of memory where Xpansion tried to continue in an improper state.
For developers
- Various improvement on dependency management through vcpkg.
- Update and improve documentation
- Use devtoolset 11 for CentOS and OL8
- Add some tests using cucumber
New Contributors
Full Changelog: v1.3.2...v1.4.0-rc1
v1.3.2
Full Changelog: v1.3.1...v1.3.2
- Fix an issue where the application would crash when a non-numerical value was set for "playlist_reset" in general_data.ini
v1.3.1
v1.3.1 (07/2024)
Features
- outer_loop option is renamed adequacy_criterion
- New output file criterions.txt is added under lp/ dir to store adequacy criterions for all valid patterns (area+criterion)
- New output file PositiveUnsuppliedEnergy.txt is added under lp/ dir to store the amount of unsupplied energy for all valid patterns (area+criterion)
Bug Fixes
- Fix Mpi issues on single file assets
Doc
- The doc has been updated with a description of the adequacy criterion feature
use Mpi version provided by the system package manager
v1.3.1-rc1 retry
v1.3.0
v1.3.0 (06/2024)
⚠️ Single-file versions in Ubuntu are known to have MPI-related issues. Please use the other ones.
Features
- Embedding Mpi in Windows
- Allow sensitivity study to run unzipped study
- Allow to specify a security criterion in number of hours of loss of load in the study. This feature is referred as outer_loop (renamed to adequacy_criterion in 1.3.1)
Bug Fixes
- Duplicate Xpress loading messages
- Remove whitespace from Xpress path on Windows
- Fix truncated xpress path on linux
Benders Outer loop
v1.3.0-rc5 (06/2024)
Features
Embeding Mpi in Windows
Allow sensitivity study to run unzipped study
First Implementation of Benders Outer Loop
Bug Fixes
Duplicate Xpress loading messages
remove whitespace from Xpress path on Windows
fix truncated xpress path on linux