Skip to content

Commit 4031fc5

Browse files
committed
SCRAM 0.14.0
1 parent 86fe677 commit 4031fc5

File tree

4 files changed

+44
-7
lines changed

4 files changed

+44
-7
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif()
1313

1414
project(SCRAM)
1515
set(SCRAM_VERSION_MAJOR 0) # Indicate major API change after 1.0.0
16-
set(SCRAM_VERSION_MINOR 13) # New features and improvements.
16+
set(SCRAM_VERSION_MINOR 14) # New features and improvements.
1717
set(SCRAM_VERSION_MICRO 0) # Bug fixes.
1818

1919
####################### Begin Options ###################

doc/gui.rst

-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
GUI Front-End
33
#############
44

5-
.. note::
6-
The GUI front-end is not in distribution packages.
7-
It is under development.
8-
The documentation is ahead of the development.
9-
105
.. note::
116
The GUI front-end does not provide access
127
to all the features implemented in SCRAM.

doc/release/v0.14.0.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Release Notes v0.14.0 : Initial GUI
2+
3+
This is the first GUI release
4+
with features for simple fault tree analysis.
5+
6+
7+
## Major Changes
8+
9+
- GUI: Fault Tree Visualization (#132)
10+
- GUI: Fault Tree Construction (#133)
11+
- GUI: Analysis Configuration (#134)
12+
- GUI: Fault Tree Analysis (#135)
13+
- GUI: Probability and Importance analysis (#136)
14+
15+
16+
## Minor Changes
17+
18+
- GUI: Print the Diagram/Graph (#200)
19+
- GUI: Print Preview (#205)
20+
- GUI: Export the Diagram/Graph to SVG (#201)
21+
- GUI: Transfer In/Out symbols (#191)
22+
- GUI: Start Page (#196)
23+
- GUI: Undo/Redo mechanism (#194)
24+
25+
26+
## Bug Fixes
27+
28+
- GUI: Icon/Logo quality and scaling issues (#203)
29+
- Importance factors are not generated for low product order limit (#206)
30+
- LogicError: MEF Element w/ private role at model scope (#208)
31+
32+
33+
## Since v0.13.0
34+
35+
222 commits resulted in 108 files changed, 12550 insertions(+), 1072 deletions(-)
36+
37+
- Core: 27 files changed, 985 insertions(+), 377 deletions(-)
38+
- Scripts: No change
39+
- GUI: 54 files changed, 11169 insertions(+), 450 deletions(-)
40+
- Tests: 11 files changed, 232 insertions(+), 48 deletions(-)
41+
- Documentation: 8 files changed, 72 insertions(+), 22 deletions(-)
42+
- Schemas: 1 file changed, 3 insertions(+), 139 deletions(-)

doc/report_file.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ to filter, group, sort, and do other data manipulations and visualization.
4747

4848
Suggested tools:
4949

50-
- SCRAM GUI front-end *Not Supported Yet*
50+
- SCRAM GUI front-end
5151
- R with `FaultTree.SCRAM <https://rdrr.io/rforge/FaultTree.SCRAM/>`_
5252
- Python with `lxml <http://lxml.de/>`_
5353
- `BaseX <http://basex.org>`_

0 commit comments

Comments
 (0)