Skip to content

Commit aa6f9b3

Browse files
committedAug 15, 2017
SCRAM 0.15.0
1 parent 29c44c3 commit aa6f9b3

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
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 14) # New features and improvements.
16+
set(SCRAM_VERSION_MINOR 15) # New features and improvements.
1717
set(SCRAM_VERSION_MICRO 0) # Bug fixes.
1818

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

‎doc/opsa_support.rst

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ to identify the supported and unsupported features.
5353
- Label
5454
- Attributes
5555
- Public and Private Roles
56+
- Alignment and Phases
5657
- Event Tree Layer
5758

5859
* Initiating events

‎doc/release/v0.15.0.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Release Notes v0.15.0 : Alignment
2+
3+
The release adds support for alignment
4+
(i.e., analysis of a model over mission phases).
5+
6+
7+
## Major Changes
8+
9+
- Alignment, Mission, Phases (#153)
10+
11+
12+
## Minor Changes
13+
14+
- GUI: Elision of long IDs and labels in diagram (#213)
15+
16+
17+
## Bug Fixes
18+
19+
- GUI: QSortFilterProxyModel breaks Gate tree-table model (#214)
20+
- GUI: Diagram unit dimensions are coupled with character dimensions (#215)
21+
- GUI: SIGSEGV on exit (Windows, Wine) (#217)
22+
23+
24+
## Since v0.14.0
25+
26+
21 commits resulted in 68 files changed, 1516 insertions(+), 748 deletions(-)
27+
28+
- Core: 19 files changed, 620 insertions(+), 234 deletions(-)
29+
- Scripts: 2 files changed, 97 insertions(+), 97 deletions(-)
30+
- GUI: 9 files changed, 308 insertions(+), 305 deletions(-)
31+
- Tests: 28 files changed, 300 insertions(+), 93 deletions(-)
32+
- Documentation: 3 files changed, 38 insertions(+)
33+
- Schemas: 2 files changed, 44 insertions(+)

0 commit comments

Comments
 (0)
Please sign in to comment.