Skip to content

Commit 9c9a75c

Browse files
committed
SCRAM 0.16.2
1 parent 491a75f commit 9c9a75c

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.8)
44
set(CMAKE_DISABLE_SOURCE_CHANGES ON)
55
set(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

doc/release/v0.16.2.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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

0 commit comments

Comments
 (0)