Skip to content

Commit

Permalink
Add changelog info for 8.8.1, 8.8.2 (#1877)
Browse files Browse the repository at this point in the history
- Edit changelog for 8.8.1
- Add changelog for 8.8.2
- Increment revision number 8.8.1 => 8.8.2
  • Loading branch information
flomnes authored Jan 16, 2024
1 parent bdead1b commit b82e718
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,33 @@ Antares Changelog
## New Features
* Solver logs can be enabled either by the command-line option (--solver-logs) or in the generaldata.ini by setting solver-logs = true under the optimization section [(#1717)](https://github.com/AntaresSimulatorTeam/Antares_Simulator/pull/1717)

8.8.2
--------------------

## Bugfix
* Fix segfault caused by uninitialized `cluster.series.timeseriesNumbers` (#1876). This bug was introduced in v8.8.1 by #1752
* Bump OR-Tools from 9.5 to 9.8 (fix crash with XPRESS) (#1873)

8.8.1 (01/2024)
--------------------
/!\ This version has known bugs, please use 8.8.2 instead.

## Bugfix
* Simplify TS numbers drawings, fix bug related to refresh & local thermal generation (#1752)

## Improvements
* Take into account breaking change in OR-Tools's API, enable SCIP & GLPK solvers, bump OR-Tools (#1825). This should improve performances with FICO XPRESS
* Fail if OR-Tools solver is not found (#1851)
* Normalize simulation mode Expansion, fix logs (#1771)
* Add possibility to release without running any tests (#1852)

## Code quality
* Use `std::unordered_map` for tmpDataByArea_ (hydro ventilation) (#1855)
* Remove `mutable` keyword from `PROBLEME_HEBDO` (#1846)
* Remove Study::gotFatalError, throw exceptions instead (#1806)
* Remove `Study::gotFatalError`, throw exceptions instead (#1806)
* Renewable containers (#1809)
* Use modern style for loops, avoid int cast (#1847)
* Remove YUNI_STATIC_ASSERT (#1863)
* Use modern style `for` loops, avoid int cast (#1847)
* Remove `YUNI_STATIC_ASSERT` (#1863)

## Testing
* Add tests on short-term storage/thermal cluster/renewable cluster removal (#1841)
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14) # FetchContent_MakeAvailable
# Version
set(ANTARES_VERSION_HI 8)
set(ANTARES_VERSION_LO 8)
set(ANTARES_VERSION_REVISION 1)
set(ANTARES_VERSION_REVISION 2)

# Beta release
set(ANTARES_BETA 0)
Expand Down

0 comments on commit b82e718

Please sign in to comment.