File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.8)
44set (CMAKE_DISABLE_SOURCE_CHANGES ON )
55set (CMAKE_DISABLE_IN_SOURCE_BUILD ON )
66
7- project (SCRAM VERSION 0.16.1 LANGUAGES CXX )
7+ project (SCRAM VERSION 0.16.2 LANGUAGES CXX )
88
99####################### Begin Options ###################
1010
Original file line number Diff line number Diff line change 1+ # Release Notes v0.16.2 : Transition to C++17
2+
3+ With this release, the codebase transitions to C++17,
4+ requiring more modern compilers (gcc 7, clang 5) and dependencies.
5+
6+
7+ ## Minor Changes
8+
9+ - Transition to C++17 (#250 )
10+ - Replace header guards w/ '#pragma once' (#253 )
11+ - Replace Nose w/ Pytest (#252 )
12+ - Replace GoogleTest w/ Catch2 (#251 )
13+
14+
15+ ## Removed Features
16+
17+ - Non-MEF, API-only random deviates (use STL or Boost `` random `` directly).
18+
19+
20+ ## Since v0.16.1
21+
22+ 80 commits resulted in 193 files changed, 3321 insertions(+), 4040 deletions(-)
23+
24+ - Core: 96 files changed, 1061 insertions(+), 1613 deletions(-)
25+ - Scripts: 1 file changed, 111 insertions(+), 88 deletions(-)
26+ - GUI: 39 files changed, 240 insertions(+), 443 deletions(-)
27+ - Tests: 40 files changed, 1724 insertions(+), 1727 deletions(-)
28+ - Documentation: 4 files changed, 41 insertions(+), 61 deletions(-)
29+ - Schemas: No change
You can’t perform that action at this time.
0 commit comments