You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bricksrc/deprecations.py
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
-
from .namespacesimportBRICK, RDFS, SKOS, A, QUDTQK
1
+
from .namespacesimportBRICK, RDFS, SKOS, A, QUDTQK, REC
2
2
3
3
deprecations= {
4
+
BRICK.Collection: {
5
+
"version": "1.5.0",
6
+
"mitigation_message": "Brick Collection is deprecated in favor of REC Collection to remove redundancy between the two ontologies.",
7
+
"replace_with": REC.Collection,
8
+
RDFS.subClassOf: BRICK.Entity,
9
+
},
4
10
BRICK.Speed_Status: {
5
11
"version": "1.4.0",
6
12
"mitigation_message": "Speed Status is no longer necessary. Use Speed Mode Status for motors with various categorical speed settings, such as low, medium, and high. To further clarify, points representing the current speed of a variable speed fan as an analog value or input, use Speed Sensor.",
0 commit comments