Skip to content

Commit

Permalink
list
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Oct 16, 2024
1 parent 1bac2e8 commit b251153
Showing 1 changed file with 90 additions and 92 deletions.
182 changes: 90 additions & 92 deletions docs/developer-guide/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,122 +7,120 @@ toc_depth: 2
## Branch 9.2.x
### 9.2.0
#### New features
Short term storage withdrawal efficiency [ANT-1862] (#2223)
Short term storage costs [ANT-1854] (#2302)
* Short term storage withdrawal efficiency [ANT-1862] (#2223)
* Short term storage costs [ANT-1854] (#2302)

#### Improvements
batchrun forwards options to antares-solver [ANT-2314] (#2463)
Add help button to website (#2368)
Remove adequacy patch lmr [ANT-1933] (#2341)
Adequacy patch CSR - revamp output variables [ANT-1932] (#2306)
Infeasibility analyzer [ANT-1825] (#2232) (#2227)
Collect hydro validation errors (#2204)
Perform hydro checks prior to the simulation [ANT-1720] (#2132)
Expose API [ANT-1158] (#1993)
Separation of loading and validation for header [ANT-1213] (#2179)
* Changed the formula for the number of cores [details](../user-guide/solver/optional-features/multi-threading.md)
* batchrun forwards options to antares-solver [ANT-2314] (#2463)
* Add help button to website (#2368)
* Remove adequacy patch lmr [ANT-1933] (#2341)
* Adequacy patch CSR - revamp output variables [ANT-1932] (#2306)
* Infeasibility analyzer [ANT-1825] (#2232) (#2227)
* Collect hydro validation errors (#2204)
* Perform hydro checks prior to the simulation [ANT-1720] (#2132)
* Expose API [ANT-1158] (#1993)
* Separation of loading and validation for header [ANT-1213] (#2179)



#### Bugfixes
Reset adequacy patch enabled (#2420)
Fix/rhs hydro power constraint (#2034)
Fix Windows Debug version crash (#2322)
Fix reset order (#2304)
Adequacy Patch regression [ANT-1845] (#2235)
* Reset adequacy patch enabled (#2420)
* Fix/rhs hydro power constraint (#2034)
* Fix Windows Debug version crash (#2322)
* Fix reset order (#2304)
* Adequacy Patch regression [ANT-1845] (#2235)



#### Modeler
1.1: Modeler API [ANT-1876] (#2286) (#2391)
1.1c: Scenarize problem filler (#2445)
* 1.1: Modeler API [ANT-1876] (#2286) (#2391)
* 1.1c: Scenarize problem filler (#2445)

2.1: Lib for modeling objects (#2383)
2.4: Expression visitors : first implementation (#2290)
2.4a: Replace AddNode with SumNode (#2396)
2.4c: portfield substitution (#2406)
2.4c: PortFieldSum and substitution [ANT-2005] (#2415)
2.4e: visualize ast with graphviz [ANT-2036] (#2399) (#2426) (#2429)
* 2.1: Lib for modeling objects (#2383)
* 2.4: Expression visitors : first implementation (#2290)
* 2.4a: Replace AddNode with SumNode (#2396)
* 2.4c: portfield substitution (#2406)
* 2.4c: PortFieldSum and substitution [ANT-2005] (#2415)
* 2.4e: visualize ast with graphviz [ANT-2036] (#2399) (#2426) (#2429)

4.5 Parse yaml [ANT-2206] (#2433) (#2431) (#2447)
4.5 Full exemple of parsing (#2448)
* 4.5 Parse yaml [ANT-2206] (#2433) (#2431) (#2447)
* 4.5 Full exemple of parsing (#2448)

Add SumNode "wide" test (#2403)
Add iterators on ASTs, allowing for loops (#2387)
* Add SumNode "wide" test (#2403)
* Add iterators on ASTs, allowing for loops (#2387)

#### For developers
Cucumber: add short tests & refactor some steps (#2382)
Use OR-Tools v9.11-rte1.1 (#2437)
Fix or-tools integration (#2402)
Add contribution guidelines (#2380)
Update deprecated actions (#2381)
Better dependencies with cmake, antares matrix (#2369)
Centos mirror list (#2372)
Properly set common data in API output when using playlist (#2364)
Add cucumber tests tool (#2347)
Fix clang++ warning about typeid (#2340)
Enable parallel run for API (#2337)
Free up space for SonarCloud job (#2315)
update AUTHORS.txt (#2312)
Fix links in README (#2310)
Remove spurious assert(false), fix debug binaries (#2291)
Add missing changelog for v8.8.7 (#2287)
Run all tests even if one of them fails (#2265)
Use a formula for the number of cores used (#2284)
Feature/test name translator (#2285)
Add short test to coverage analysis (#2280) (#2267)
Fix Sonar warning: use compile_commands.json (#2281)
Use devtoolset-11 on CentOS7 to fix build (#2282)
Infeasibility analyzer : improve unit tests (#2249) (#2226) (#2225)
Add tests in CI for version 9.2 (#2241)
Keep using node js 16 on centos CI (#2248)
Document clang-format (#2243)
Fix sonarcloud job (#2246)
Always run clang-format on PR (#2230)
Add changelog for minor versions (#2229)
Remove actions dependencies using node js 16 (#2215)
install gh from rpm (#2216)
Format code using clang-format==18.3.1 (#2214)
Check formatting as part of the CI (workflow only) (#2198)
* Cucumber: add short tests & refactor some steps (#2382)
* Use OR-Tools v9.11-rte1.1 (#2437)
* Fix or-tools integration (#2402)
* Add contribution guidelines (#2380)
* Update deprecated actions (#2381)
* Better dependencies with cmake, antares matrix (#2369)
* Centos mirror list (#2372)
* Properly set common data in API output when using playlist (#2364)
* Add cucumber tests tool (#2347)
* Fix clang++ warning about typeid (#2340)
* Enable parallel run for API (#2337)
* Free up space for SonarCloud job (#2315)
* update AUTHORS.txt (#2312)
* Fix links in README (#2310)
* Remove spurious assert(false), fix debug binaries (#2291)
* Add missing changelog for v8.8.7 (#2287)
* Run all tests even if one of them fails (#2265)
* Feature/test name translator (#2285)
* Add short test to coverage analysis (#2280) (#2267)
* Fix Sonar warning: use compile_commands.json (#2281)
* Use devtoolset-11 on CentOS7 to fix build (#2282)
* Infeasibility analyzer : improve unit tests (#2249) (#2226) (#2225)
* Add tests in CI for version 9.2 (#2241)
* Keep using node js 16 on centos CI (#2248)
* Document clang-format (#2243)
* Fix sonarcloud job (#2246)
* Always run clang-format on PR (#2230)
* Add changelog for minor versions (#2229)
* Remove actions dependencies using node js 16 (#2215)
* install gh from rpm (#2216)
* Format code using clang-format==18.3.1 (#2214)
* Check formatting as part of the CI (workflow only) (#2198)




#### Code quality
Using filesystem path instead of yuni [ANT-1999] (#2435) (#2454)
Add a few const ref qualifiers to improve code readibility (#2459)
Mark overriden functions as such in hydroLevelsData (#2389)
Remove manually allocated memory (#2254) (#2270) (#2273) (#2363)
Districts : simplifying the code (#2279)
Remove duplication in simulation run (#2274)
Fix various compilation warnings (#2346)
Remove useless ;, macro definition (#2348)
Use const char** for argv, remove function prepareArgs (#2338)
Move TS number print (#2228)
Link TS generation : splitting into multiple files (#2171)
Infeasibility more cleaning (#2231)
Compilation warnings (#2237) (#2199)
Harmonize time constants (#2203)
Replace NULL -> nullptr in .cpp (#2209)
Resize data collections in PROBLEME_A_RESOUDRE (#2189)
Remove TS links from solver (#2155)
Simplify functions prepareClustersInMustRunMode (#2168)
* Using filesystem path instead of yuni [ANT-1999] (#2435) (#2454)
* Add a few const ref qualifiers to improve code readibility (#2459)
* Mark overriden functions as such in hydroLevelsData (#2389)
* Remove manually allocated memory (#2254) (#2270) (#2273) (#2363)
* Districts : simplifying the code (#2279)
* Remove duplication in simulation run (#2274)
* Fix various compilation warnings (#2346)
* Remove useless ;, macro definition (#2348)
* Use const char** for argv, remove function prepareArgs (#2338)
* Move TS number print (#2228)
* Link TS generation : splitting into multiple files (#2171)
* Infeasibility more cleaning (#2231)
* Compilation warnings (#2237) (#2199)
* Harmonize time constants (#2203)
* Replace NULL -> nullptr in .cpp (#2209)
* Resize data collections in PROBLEME_A_RESOUDRE (#2189)
* Remove TS links from solver (#2155)
* Simplify functions prepareClustersInMustRunMode (#2168)



#### Removed
Remove function memoryUsage and affiliates (#2456)
Headers files : remove useless inclusions in OPT (#2411)
Remove unused code & #defines (#2412)
Remove last global variable (#2410)
Local matching removal : remove unused thread number / numSpace (#2404)
Remove unused CoutDeDefaillanceEnReserve (#2392)
Remove unused adqPatchParams argument, class member (#2390)
Remove unused headers in src/solver (yuni, cstdint, sim.h) (#2371)
Remove useless forward declaration (#2268)
Remove unused CMake option BUILD MINIZIP (#2210)
Remove Antares::Memory::Array (#2187)

* Changed the formula for the number of cores [details](../user-guide/solver/optional-features/multi-threading.md)
* Remove function memoryUsage and affiliates (#2456)
* Headers files : remove useless inclusions in OPT (#2411)
* Remove unused code & #defines (#2412)
* Remove last global variable (#2410)
* Local matching removal : remove unused thread number / numSpace (#2404)
* Remove unused CoutDeDefaillanceEnReserve (#2392)
* Remove unused adqPatchParams argument, class member (#2390)
* Remove unused headers in src/solver (yuni, cstdint, sim.h) (#2371)
* Remove useless forward declaration (#2268)
* Remove unused CMake option BUILD MINIZIP (#2210)
* Remove Antares::Memory::Array (#2187)

## Branch 9.1.x

Expand Down

0 comments on commit b251153

Please sign in to comment.