Skip to content

Commit

Permalink
Release/1.2.1 (#718)
Browse files Browse the repository at this point in the history
* v1.2.0

* checkout files from release/1.1.0

---------

Co-authored-by: Jason Marechal <jason.marechal+github@gmail.com>
  • Loading branch information
a-zakir and JasonMarechal25 authored Nov 17, 2023
1 parent 436742c commit c0c7cef
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
# Project configuration
# ===========================================================================

PROJECT(antaresXpansion VERSION 1.1.0)
PROJECT(antaresXpansion VERSION 1.2.0)
set(ANTARES_XPANSION_RC 0)

# ===========================================================================
Expand Down
2 changes: 1 addition & 1 deletion antares-version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"antares_version": "8.8.0-rc2",
"antares_version_executable": "8.8",
"antares_xpansion_version": "1.1.0",
"antares_xpansion_version": "1.2.0",
"antares_deps_version": "2.0.7",
"minizip_ng_version": "3.0.6"
}
15 changes: 14 additions & 1 deletion docs/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Antares-Xpansion changelog
=================
v1.1 (TBA)

v1.2 (10/2023)
--------------------------------------------------------

### Features

- Support "named mps" from Antares simulator
- Use Antares Simulator 8.8.0-rc2

### Bug fixes

- Fix issue on windows with concurrent access to log files

v1.1 (09/2023)
--------------------

### Features
Expand Down
6 changes: 2 additions & 4 deletions docs/user-guide/performance-history/perf-graphs.ipynb

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions docs/user-guide/performance-history/perf_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
"antares": 368,
"problem_generation": 440,
"benders": 2129
},
{
"version": 1.1,
"batch_size": 96,
"antares": 363,
"problem_generation": 453,
"benders": 1111
}
]
},
Expand Down Expand Up @@ -71,6 +78,13 @@
"antares": 436,
"problem_generation": 425,
"benders": 1805
},
{
"version": 1.1,
"batch_size": 96,
"antares": 434,
"problem_generation": 444,
"benders": 980
}
]
},
Expand Down Expand Up @@ -108,6 +122,13 @@
"antares": 364,
"problem_generation": 441,
"benders": 1497
},
{
"version": 1.1,
"batch_size": 96,
"antares": 383,
"problem_generation": 435,
"benders": 1014
}
]
},
Expand Down Expand Up @@ -145,6 +166,13 @@
"antares": 556,
"problem_generation": 472,
"benders": 859
},
{
"version": 1.1,
"batch_size": 96,
"antares": 517,
"problem_generation": 569,
"benders": 521
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.projectName=antares-xpansion
sonar.projectKey=AntaresSimulatorTeam_antares-xpansion
sonar.organization=antaressimulatorteam
sonar.projectVersion=1.1.0
sonar.projectVersion=1.2.0

# =====================================================
# Properties that will be shared amongst all modules
Expand Down

0 comments on commit c0c7cef

Please sign in to comment.