Skip to content

Commit

Permalink
Update changelog and rc number
Browse files Browse the repository at this point in the history
  • Loading branch information
tbittar committed Dec 11, 2024
1 parent 8d03d7f commit 4e7f0d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
# ===========================================================================

PROJECT(antaresXpansion VERSION 1.4.0)
set(ANTARES_XPANSION_RC 2)
set(ANTARES_XPANSION_RC 3)

# ===========================================================================
# Default parameters
Expand Down
11 changes: 8 additions & 3 deletions docs/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
Antares-Xpansion changelog
=================

v1.4.0 (09/2024)
v1.4.0 (12/2024)
--------------------------------------------------------
### Features
* Update Antares Simulator to 9.2-RC4
* Update Antares Simulator to 9.2-RC5
* Output file **criterions.txt** is renamed **LOLD.txt** as it gathers the loss of load for each area at each iteration of the algorithm
* 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
* Support for in memory problems between Antares and problem generation
* Remove local UI support [#972](https://github.com/AntaresSimulatorTeam/antares-xpansion/pull/972)
* 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
* Improve maintainability [#965](https://github.com/AntaresSimulatorTeam/antares-xpansion/pull/965)
* Fix performance regression with missing TBB dependency [#970](https://github.com/AntaresSimulatorTeam/antares-xpansion/pull/970)
* Add script to convert markdown docs for support in xwiki [#973](https://github.com/AntaresSimulatorTeam/antares-xpansion/pull/973)

### New Contributors
* @pet-mit made their first contribution in https://github.com/AntaresSimulatorTeam/antares-xpansion/pull/944

**Full Changelog**: https://github.com/AntaresSimulatorTeam/antares-xpansion/compare/v1.3.2...v1.4.0-rc1
**Full Changelog**: https://github.com/AntaresSimulatorTeam/antares-xpansion/compare/v1.3.2...v1.4.0-rc3

v1.3.2 (07/2024)
--------------------------------------------------------
Expand Down

0 comments on commit 4e7f0d1

Please sign in to comment.