Skip to content

Commit 834a3da

Browse files
committed
Updated for 2025-11.
1 parent 4dcce0c commit 834a3da

8 files changed

Lines changed: 9 additions & 4 deletions

File tree

123 Bytes
Binary file not shown.
7.3 KB
Binary file not shown.

install/jupyter/README.pdf

0 Bytes
Binary file not shown.

install/jupyter/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
@echo off
2323

24-
set SYSML_VERSION="0.53.0"
24+
set SYSML_VERSION="0.54.0"
2525

2626
echo --- Step 1: Testing Conda installation ---
2727
where conda

install/jupyter/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
set -e
2424

25-
SYSML_VERSION="0.53.0"
25+
SYSML_VERSION="0.54.0"
2626

2727
echo "--- Step 1: Testing Conda installation ---"
2828
command -v conda || (echo "Conda is not installed. Please install Conda and re-run." && return 1)

kerml/src/examples/Simple Tests/Associations.kerml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ package Associations {
1212
end [0..*] feature y1 redefines y;
1313
}
1414

15+
assoc struct C {
16+
const end [1] feature a;
17+
const end feature b;
18+
}
19+
1520
metaclass M;
1621
assoc XY {
1722
end [0..1] feature x : X {

sysml.library/Domain Libraries/Requirement Derivation/.meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"index": {
33
"DerivationConnections": "DerivationConnections.sysml",
4-
"RequirementsDerivation": "RequirementsDerivation.sysml"
4+
"RequirementDerivation": "RequirementDerivation.sysml"
55
},
66
"created": "2025-03-13T00:00:00Z",
77
"metamodel": "https://www.omg.org/spec/SysML/20250201"

sysml.library/Systems Library/.meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"index": {
33
"Actions": "Actions.sysml",
44
"Allocations": "Allocations.sysml",
5-
"AnalysisCases": "AnalysisCase.sysml",
5+
"AnalysisCases": "AnalysisCases.sysml",
66
"Attributes": "Attributes.sysml",
77
"Calculations": "Calculations.sysml",
88
"Cases": "Cases.sysml",

0 commit comments

Comments
 (0)