Skip to content

Commit 12d2c20

Browse files
Update 1___overview.adoc
took on hints from Pierre and tried to merge it
1 parent 48e3d0c commit 12d2c20

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

docs/1___overview.adoc

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,19 +147,33 @@ The following companies and persons were involved in the creation of the standar
147147

148148
We would also like to thank all persons that provided feedback during the internal and public feedback periods, as well as prototype implementations and public presentations furthering the aims of this standard.
149149

150-
=== Changes in 2.0.0
150+
=== Changes in 1.0.1
151+
152+
The following changes were performed as part of the 1.0.1 maintenance release:
153+
154+
* Correct version string for 1.0 release (Issue #54)
155+
* Clarify that GTypeChoice is optional for connectors (Issue #80)
156+
* Clarify use of binary connectors (Issue #98)
157+
* Clarify interaction with structured variable naming convention in FMI (Issue #59)
158+
* Clarify icon rotation specification (Issue #29)
159+
* Add non-normative comment on empty/missing source attribute of components (Issue #82)
160+
* Clarify connector geometry override (Issue #30)
161+
* Add further examples of graphical notation (Issue #42)
162+
* Minor typographical fixes (Issues #56, #57, #58)
151163

152-
This major release of the SSP standard provides support for FMI 3.0, as well as other enhancements in response to new end-user requirements for architectural design, traceability, incremental development, and support of Modelica models as components.
164+
Note that there were no changes to the XML Schema files of the standard.
165+
166+
=== Changes in 2.0.0
153167

154-
Even though SSP 2.0 is a major version release, all SSP 1.0 conforming artifacts are considered to be fully conforming to SSP 2.0.
168+
SSP 2.0 is a major version release, all SSP 1.0 conforming artifacts are fully conforming to SSP 2.0.
155169
SSP 2.0 conforming artifacts are only compliant to the SSP 1.0 standard if they use a 1.0 version number and only use features available in SSP 1.0.
156170

157-
An overview of the changes in the 2.0.0 major release are provided in the bulleted lists below. Many different advancements to the specification have been discussed; however, the SSP 2.0 specification has, in its current status, been deduced as a feasible least-common denominator for the exchange of simulation packages that is able to provide value for both end-users and tool suppliers.
171+
The following changes were performed as part of the the 2.0.0 major release:
158172

159173
* Support for FMI 3.0
160174
** Support for the new basic data types: Float32/64, and [U]Int8/16/32/64.
161-
** Support for the new scheduled execution implementation kind in the component implementation attribute. Scheduled execution enables, for example, enriched event controlled execution of SSP components.
162-
** Clocked signals were introduced to FMI 3.0 for more exactly control timing of events and evaluation of model partitions across FMUs. SSP 2.0 introduces clocks as a new connector kind, and clocked variables/connectors.
175+
** Support for the new scheduled execution implementation kind in the component implementation attribute.
176+
** SSP 2.0 introduces clocks as a new connector kind, and clocked variables/connectors.
163177
** Support for arrays in connectors and connections in the SSD, as well as in the SSV and SSB file formats.
164178
** Support for structural parameters with the new connector kind `structuralParameter`.
165179
** Support for the redesigned alias variable handling in FMI 3.0.
@@ -170,7 +184,6 @@ An overview of the changes in the 2.0.0 major release are provided in the bullet
170184
This feature enables more advanced graphical editing of SSP models.
171185
* Traceability and meta-data features
172186
** Integration of the `MetaData` element developed as part of the SSP Traceability layered standard into the core standard.
173-
This allows the integration of arbitrary meta-data and digital signatures, such as life-cycle information, into the SSP file formats.
174187
** Support for mixed content in annotations, as in FMI 3.0 and the SSP Traceability layered standard.
175188
* Support for Modelica
176189
** Support in the core standard for Modelica models as components

0 commit comments

Comments
 (0)