Skip to content

v8.4.2

Compare
Choose a tag to compare
@flomnes flomnes released this 11 Jan 08:49
· 743 commits to develop since this release
9b5477d

v8.4.2 (01/2022)

Bugfix

  • Fix overwritten MPS files when optimization/simplex-range=day #1041
  • Restore warm start for OR-Tools+XPRESS #1079
  • Fix output overwrite when using zip output by adding a -2, -3, etc. suffix #1044
  • Fix crash when generaldata.ini is empty, using default values #892

Improvements

  • Generate a solver-only asset for every release #976, #1080
  • Use MPS writer from solvers, instead of copy-pasted functions #1023

GUI

  • Allow more than 100 thermal clusters #1011
  • Remove status bar count. The sum was sometimes wrong #1029
  • Remove unused "District marginal prices" button from Advanced Parameters (#1067)

Testing

  • Introduce missing MPS comparison tests #1035

For developers

  • Fix empty CMAKE_BUILD_TYPE #1028
  • Fix memory leaks #669

Code cleaning

  • Clean up Yuni #1055
  • Remove default implementation for hourEnd (see variable.hxx) #1020
  • Remove free functions for areas' mem allocation #922
  • Remove dead code associated to debug #1048
  • Remove unused ContrainteDeReserveJMoins1ParZone, NumeroDeVariableDefaillanceEnReserve #1047
  • Extract code related to spilled energy bounds #1049
  • Simplify code for adq patch (Local matching) #1054
  • Refactor naming for {MPS, criterion, etc.} files and exported structures (see parameter optimization/include-exportstructure) #1030
  • Refactor: move current year and week from study to weekly optimization problem #1032
  • Pass optimization number as an argument #1040

New Contributors

Full Changelog: v8.4.1...v8.4.2