Skip to content

Commit

Permalink
SCRAM 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rakhimov committed Jan 12, 2018
1 parent 491a75f commit 9c9a75c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.8)
set(CMAKE_DISABLE_SOURCE_CHANGES ON)
set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)

project(SCRAM VERSION 0.16.1 LANGUAGES CXX)
project(SCRAM VERSION 0.16.2 LANGUAGES CXX)

####################### Begin Options ###################

Expand Down
29 changes: 29 additions & 0 deletions doc/release/v0.16.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Release Notes v0.16.2 : Transition to C++17

With this release, the codebase transitions to C++17,
requiring more modern compilers (gcc 7, clang 5) and dependencies.


## Minor Changes

- Transition to C++17 (#250)
- Replace header guards w/ '#pragma once' (#253)
- Replace Nose w/ Pytest (#252)
- Replace GoogleTest w/ Catch2 (#251)


## Removed Features

- Non-MEF, API-only random deviates (use STL or Boost ``random`` directly).


## Since v0.16.1

80 commits resulted in 193 files changed, 3321 insertions(+), 4040 deletions(-)

- Core: 96 files changed, 1061 insertions(+), 1613 deletions(-)
- Scripts: 1 file changed, 111 insertions(+), 88 deletions(-)
- GUI: 39 files changed, 240 insertions(+), 443 deletions(-)
- Tests: 40 files changed, 1724 insertions(+), 1727 deletions(-)
- Documentation: 4 files changed, 41 insertions(+), 61 deletions(-)
- Schemas: No change

0 comments on commit 9c9a75c

Please sign in to comment.