Skip to content

Commit

Permalink
SCRAM 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rakhimov committed Dec 12, 2016
1 parent 08fda49 commit b696feb
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif()
project(SCRAM)
set(SCRAM_VERSION_MAJOR 0) # Indicate major API change after 1.0.0
set(SCRAM_VERSION_MINOR 11) # New features and improvements.
set(SCRAM_VERSION_MICRO 4) # Bug fixes.
set(SCRAM_VERSION_MICRO 5) # Bug fixes.

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

Expand Down
36 changes: 36 additions & 0 deletions doc/release/v0.11.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Release Notes v0.11.5 : Debian Science Package

This release includes patches from the initial Debian packaging
at SCRAM's Alioth [repository](https://anonscm.debian.org/git/debian-science/packages/scram.git/).
In addition, some changes have been inspired by
the Open-PSA community workshop and its new [presence](https://github.com/open-psa/) at GitHub.


## Minor Changes

- Optional link against JEMalloc
- Debian Science package
- Parallelized fuzz testing
- Move the Open-PSA schemas to https://github.com/open-psa/schemas
- Move the ``shorthand_to_xml.py`` translator to https://github.com/open-psa/translators
- Rename the shorthand format to the Aralia format
- Improved build-times after dependency analysis and refactoring with
[cppdep](https://github.com/rakhimov/cppdep)
- Python API documentation generation with Sphinx


## Bug Fixes

- CCF Alpha factor wrong formula (#146)
- Misinterpretation of Log-Normal Deviate Error Factor and Level parameters (#147)


## Since v0.11.4

55 commits resulted in 123 files changed, 3114 insertions(+), 5925 deletions(-)

- Core : 47 files changed, 1969 insertions(+), 1640 deletions(-)
- Scripts : 9 files changed, 284 insertions(+), 1203 deletions(-)
- GUI : 4 files changed, 112 insertions(+), 63 deletions(-)
- Tests : 15 files changed, 177 insertions(+), 195 deletions(-)
- Documentation : 25 files changed, 344 insertions(+), 279 deletions(-)
2 changes: 1 addition & 1 deletion doc/scram.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SCRAM "1" "September 2016" "SCRAM 0.11.4" "SCRAM Manual"
.TH SCRAM "1" "December 2016" "SCRAM 0.11.5" "SCRAM Manual"
.SH NAME
SCRAM \- Command-line Risk Analysis Multi-tool
.SH SYNOPSIS
Expand Down

0 comments on commit b696feb

Please sign in to comment.