Skip to content

Commit

Permalink
SCRAM 0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rakhimov committed Feb 12, 2017
1 parent 51c6b83 commit 571ecd7
Show file tree
Hide file tree
Showing 3 changed files with 41 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 5) # Bug fixes.
set(SCRAM_VERSION_MICRO 6) # Bug fixes.

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

Expand Down
39 changes: 39 additions & 0 deletions doc/release/v0.11.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Release Notes v0.11.6 : ZBDD as a Product Container

Analysis and post-analysis facilities work directly with a ZBDD-based product container
without paying memory or speed overhead of converting ZBDD into other data structures.


## Major Changes

- ZBDD as a fault tree analysis result (product/cut-set) container (#159)

* Qualitative analysis speedup from 10% to 5x (the more the products, the bigger the effect)
* Memory consumption decreases by 1.5 - 4x (noticeable only for million or more products)
* Iteration over products is ~2x slower (graph walk vs. sequential array of products)
* Quantitative analysis with approximations (rare-event, MCUB) is 2 - 10x slower
(the fewer the products, the worse the effect)


## Minor Changes

- Package for Windows (#157)
- Package for macOS (#158)
- HTTPS support for the website


## Bug Fixes

- Incorrect formula for Histogram distribution expected value (#149)
- Histogram distribution XML schema missing lower-boundary expression (#148)


## Since v0.11.5

83 commits resulted in 109 files changed, 5258 insertions(+), 5303 deletions(-)

- Core : 52 files changed, 3869 insertions(+), 4030 deletions(-)
- Scripts : No Changes
- GUI : No Changes
- Tests : 23 files changed, 479 insertions(+), 490 deletions(-)
- Documentation : 20 files changed, 229 insertions(+), 183 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" "December 2016" "SCRAM 0.11.5" "SCRAM Manual"
.TH SCRAM "1" "February 2017" "SCRAM 0.11.6" "SCRAM Manual"
.SH NAME
SCRAM \- Command-line Risk Analysis Multi-tool
.SH SYNOPSIS
Expand Down

0 comments on commit 571ecd7

Please sign in to comment.