Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions bricksrc/deprecations.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
from .namespaces import BRICK, RDFS, SKOS, A

deprecations = {
BRICK.Condenser: {
"version": "1.3.0",
"mitigation_message": "'Condenser' and 'Condensing Unit' are interchangable terms. Renaming class to 'Condensing_Unit' to further aligns with ASHRAE's terminology.",
"replace_with": BRICK.Condensing_Unit,
},
BRICK.Solar_Radiance_Sensor: {
"version": "1.3.0",
"mitigation_message": "The class 'Solar_Radiance_Sensor' is deprecated in favor of 'Solar_Irradiance_Sensor'. The new name better reflects the standard unit of measurement, watts per square meter (W/m²), and aligns with the terminology commonly used in solar applications.",
Expand Down
2 changes: 1 addition & 1 deletion bricksrc/equipment.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@
"Relief_Damper": {"tags": [TAG.Equipment, TAG.Damper, TAG.Relief]},
},
},
"Condenser": {"tags": [TAG.Equipment, TAG.Condenser]},
"Condensing_Unit": {"tags": [TAG.Equipment, TAG.Condenser, TAG.Condensing, TAG.Unit]},
"Computer_Room_Air_Conditioning": {
"tags": [
TAG.Equipment,
Expand Down