Skip to content

Commit bca0a3f

Browse files
MBueschelbergerKiran Kumaraswamy
andauthored
v4.0.0 (#62)
* implement process schema of ktypes * migrate rdf mapping utility to sdk * implement kitem relationship model, add kitem contexts, update committing utility * add update committing of schemas * update tutorials * improve printing of kitems Closes #49 #48 #51 #57 --- Co-authored-by: Kiran Kumaraswamy <kiran.kumaraswamy@iwm.fraunhofer.de>
1 parent b58cc5a commit bca0a3f

21 files changed

+2767
-2786
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ Please take the compability of the SDK version with the DSMS version into accoun
4848
| >=3.0.0, <3.0.4 | >=3.0.0, <3.0.5 |
4949
| >=3.0.4, <3.1.0 | >=3.0.5, <3.1.0 |
5050
| >=3.1.0, <3.2.2 | >=3.1.0, <3.2.1 |
51-
| >=3.2.2 | >=3.2.1 |
51+
| >=3.2.2 | >=3.2.1, <4.0.0 |
52+
| >=4.0.0 | >=4.0.0 |
53+
5254

5355
## Tutorials
5456

docs/dsms_sdk/dsms_sdk.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Please take the compability of the SDK version with the DSMS version into accoun
5959
| >=3.0.0, <3.0.4 | >=3.0.0, <3.0.5 |
6060
| >=3.0.4, <3.1.0 | >=3.0.5, <3.1.0 |
6161
| >=3.1.0, <3.2.2 | >=3.1.0, <3.2.1 |
62-
| >=3.2.2 | >=3.2.1 |
62+
| >=3.2.2 | >=3.2.1, <4.0.0 |
63+
| >=4.0.0 | >=4.0.0 |
6364

6465

6566
#### Method 1: Via PyPI

0 commit comments

Comments
 (0)