Skip to content

Commit

Permalink
SCRAM 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rakhimov committed Mar 13, 2017
1 parent 0b74b22 commit 77cf54d
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ 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 6) # Bug fixes.
set(SCRAM_VERSION_MINOR 12) # New features and improvements.
set(SCRAM_VERSION_MICRO 0) # Bug fixes.

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

Expand Down
35 changes: 35 additions & 0 deletions doc/release/v0.12.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Release Notes v0.12.0 : Safety Integrity Levels

This release introduces
initial implementation and support for probability calculations over time
to approximate IEC 61508 Safety Integrity Levels
and its Probability of Failure on demand and hourly metrics.


## Major Changes

- Safety Integrity Levels (#160)
- Probability evaluation over a time period (#161)
- Report event probability and occurrence with importance factors (#162)
- The MEF Expression::Lognormal Deviate with 2 (mu, sigma) parameters (#163)
- The MEF Expression::Built-in::Periodic-Test w/ 4, 5, and 11 arguments (#69)


## Minor Changes

- Remove the constraint on the maximum product size
- Remove '--input-files' flag and make it implicit as a default positional parameter
- Rename the configuration file main element "config" to "scram"
- Random Deviate Expressions always use the mean value of their parameters
- Expression validation errors show XML file names and line numbers


## Since v0.11.6

62 commits resulted in 78 files changed, 2544 insertions(+), 1446 deletions(-)

- Core : 35 files changed, 1522 insertions(+), 776 deletions(-)
- Scripts : 1 file changed, 3 insertions(+), 3 deletions(-)
- GUI : 1 file changed, 1 insertion(+), 6 deletions(-)
- Tests : 17 files changed, 586 insertions(+), 255 deletions(-)
- Documentation : 15 files changed, 116 insertions(+), 76 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" "February 2017" "SCRAM 0.11.6" "SCRAM Manual"
.TH SCRAM "1" "March 2017" "SCRAM 0.12.0" "SCRAM Manual"
.SH NAME
SCRAM \- Command-line Risk Analysis Multi-tool
.SH SYNOPSIS
Expand Down

0 comments on commit 77cf54d

Please sign in to comment.