Skip to content

Commit

Permalink
Fix changelog for v9.1.0 (#2146)
Browse files Browse the repository at this point in the history
Most of the contents for v9.1.0 were under section 8.8.3

---------

Co-authored-by: abdoulbari zaher <[email protected]>
  • Loading branch information
flomnes and a-zakir authored Jun 6, 2024
1 parent a539819 commit a89c067
Showing 1 changed file with 41 additions and 43 deletions.
84 changes: 41 additions & 43 deletions docs/developer-guide/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,51 +10,8 @@ toc_depth: 2
* Scenarized & hourly values for hydro pumping and hydro generation. Previously this data was not scenarized and daily.
* STS groups are now "dynamic" : group names are no longer fixed by code, user is free to define these groups.
* Add optimization options from command line in OR-Tools / XPRESS (#1837)
#### TODO

## Branch 9.0.x

### 9.0.0
#### License
* Use licence MPL 2.0 instead of GPL3_WITH_RTE-Exceptions (#1812)

#### Improvements
* Include overflow variable in HydroPower constraint (#1903)
* Add total time logging at the end of the simulation (#1908)
* Add STS level constraint to suspect list for infeasible problem analysis (#1891)

#### For developers
* Use precompiled OR-Tools for Oracle Linux 8 CI (#1893)
* Change version behavior to allow more flexibility (#1898)

#### Code quality
* Use std::shared_ptr instead of indices for active binding constraints in results (#1887)
* Fix a few compilation warnings (#1880)
* Scratchpad numspace (#1749)

#### Tests
* Fix invalid index causing segfault in `test-study` test (#1902)

## Branch 8.8.x (end of support 12/2025)

### 8.8.5 (05/2024)
#### Bugfix
- [UI] Fix opening a study from the file browser
- Fix crash occurring when duplicate thermal clusters are present in a study (same name)
- Fix formula for "PROFIT BY PLANT"

### 8.8.4 (03/2024)
#### Bugfix
* Adequacy patch CSR - fix DTG MRG (#1982)
* Fix ts numbers for no gen clusters (#1969)
* Remove unitcount limit for time series generation (#1960)

### 8.8.3 (02/2024)
#### Bugfix
* Fix an issue where depending on the platform the output archive could contain several entries of the same area and inrco files

#### Improvements
* Remove sc-builder prefix "hgp", use "h" instead for max hydro pumping & generation timeseries.
* Rationalize consistency checks on the number of columns (#2073)
* Documentation reorganization and improvement (#2024) (#2023) (#2022)
* Add doc for thermal heuristic (#2048)
Expand Down Expand Up @@ -102,6 +59,47 @@ toc_depth: 2
* Remove deps-build Actions (#2043)
* Remove unused logs.hxx (#2026)

## Branch 9.0.x

### 9.0.0
#### License
* Use licence MPL 2.0 instead of GPL3_WITH_RTE-Exceptions (#1812)

#### Improvements
* Include overflow variable in HydroPower constraint (#1903)
* Add total time logging at the end of the simulation (#1908)
* Add STS level constraint to suspect list for infeasible problem analysis (#1891)

#### For developers
* Use precompiled OR-Tools for Oracle Linux 8 CI (#1893)
* Change version behavior to allow more flexibility (#1898)

#### Code quality
* Use std::shared_ptr instead of indices for active binding constraints in results (#1887)
* Fix a few compilation warnings (#1880)
* Scratchpad numspace (#1749)

#### Tests
* Fix invalid index causing segfault in `test-study` test (#1902)

## Branch 8.8.x (end of support 12/2025)

### 8.8.5 (05/2024)
#### Bugfix
- [UI] Fix opening a study from the file browser
- Fix crash occurring when duplicate thermal clusters are present in a study (same name)
- Fix formula for "PROFIT BY PLANT"

### 8.8.4 (03/2024)
#### Bugfix
* Adequacy patch CSR - fix DTG MRG (#1982)
* Fix ts numbers for no gen clusters (#1969)
* Remove unitcount limit for time series generation (#1960)

### 8.8.3 (02/2024)
#### Bugfix
* Fix an issue where depending on the platform the output archive could contain several entries of the same area and interco files

### 8.8.2
#### Bugfix
* Fix segfault caused by uninitialized `cluster.series.timeseriesNumbers` (#1876). This bug was introduced in v8.8.1 by #1752
Expand Down

0 comments on commit a89c067

Please sign in to comment.