Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
sgatto committed Dec 3, 2021
1 parent 44b3712 commit 7485ad5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-vcpkg-deps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9.1
python-version: '3.x'

# Restore both vcpkg and its artifacts from the GitHub cache service.
- name: Restore vcpkg and its artifacts.
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- feature/*
- fix/*
- release/*
- test/run_all_test
jobs:

windows:
Expand Down
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ CMAKE_MINIMUM_REQUIRED (VERSION 3.0)
# Project configuration
# ===========================================================================

PROJECT (antaresXpansion VERSION 0.5.0)
PROJECT (antaresXpansion VERSION 0.6.0)
set(ANTARES_XPANSION_RC 1)

# ===========================================================================
# Default parameters
Expand Down Expand Up @@ -53,8 +54,6 @@ else ()
endif()


#set(ANTARES_XPANSION_RC 3)

# ===========================================================================
# CMAKE ADDITIONAL MODULES
# ===========================================================================
Expand Down
4 changes: 2 additions & 2 deletions antares-version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"antares_version": "8.1.0",
"antares_version_executable": "8.1",
"antares_xpansion_version": "0.5.0",
"antares_deps_version": "2.0.0"
"antares_xpansion_version": "0.6.0-rc1",
"antares_deps_version": "2.0.1"
}
9 changes: 6 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
Antares-Xpansion Changelog
=================

Unreleased
v0.6.0
--------------------
### Features

- Antares-Xpansion is now compatible with Antares_Simulator v8.1.0
- added option *antares-n-cpu* to use Antares parallelism
- added option *-v, --version* to show AntaresXpansion version
- added option *--antares-version* to show Antares_Simulator version
- Set default value of *--simulationName* to *last* in order to use the last antares simulation
- add relative gap option as a stopping criterion for the Antares-Xpansion algorithm

### Bug fixes
- Path to binaries directory was not found in some situations with python launcher and in python exclusive package
- Correction bug when there are too many zeros in a link-profile

### For developpers
- cpp Lp namer library is splited into smaller and consistents libraries
### For developers
- cpp Lp-namer library is split into smaller and consistent libraries
- Each AntaresXpansion step has its own driver (python class) instead of the all-in driver
- upgrade to a new version of `antares-deps` (bug fix)

v0.5.0 (10/2021)
--------------------
Expand Down

0 comments on commit 7485ad5

Please sign in to comment.