SCRAM v0.16.2 Release Notes
Release Date: 2018-01-12 // about 7 years ago-
๐ Release Notes
๐ 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
Previous changes from v0.16.1
-
๐ Release Notes
๐ This release automates GUI testing with Qt Test and CI on GNU/Linux, macOS, and Windows.
Minor Changes
- โ GUI: Automated GUI Testing (#202)
- GUI: Present interface languages in sorted order (#242)
- GUI: Doxygen code doc generation and coverage (#243)
- ๐ GUI: Spanish translation (thanks to @NeHoMaR)
- ๐ GUI: Turkish translation (thanks to irfandogan)
- ๐ GUI: Dutch translation (thanks to Omer Surer)
- ๐ GUI: Indonesian translation
(thanks to @anggaariska, @isaideureka, and Irham21) - ๐ GUI: Polish translation (thanks to @oschlypajac)
- ๐ GUI: Italian translation (thanks to @aitorres)
โ Removed Features
install.py
helper script (use CMake or its front-ends directly)- 0๏ธโฃ GUI: Crash handler (requires an external process; instead, rely on the OS default)
๐ Bug Fixes
- GUI: SIGSEGV on model modification with open report tree (#236)
- GUI: Zoom box is too reactive (#240)
- ๐ GUI: GateTable: Remove element is active w/o selected element (#241)
Since v0.16.0
140 commits resulted in 290 files changed, 117096 insertions(+), 5798 deletions(-)
- Core: 95 files changed, 531 insertions(+), 582 deletions(-)
- Scripts: 5 files changed, 236 insertions(+), 139 deletions(-)
- GUI: 78 files changed, 6694 insertions(+), 3746 deletions(-)
- โ Tests: 42 files changed, 421 insertions(+), 659 deletions(-)
- ๐ Documentation: 5 files changed, 58 insertions(+), 20 deletions(-)
- Schemas: No change