Skip to content

Commit

Permalink
V1.4.1 release (re-do) (#653)
Browse files Browse the repository at this point in the history
* bump brick version

* Move fume hood under exhaust fan class (#641)

* Move fume hood under exhaust fan

* Update fume hood definition

* Deprecate Speed Status (#639)

* Deprecate Speed Status

* Update speed mode status definition and remove speed status definition

* REC Updates (#647)

* (no commit message provided)

* Add deprecated brick locations from the 'x' file to `bricksrc/recpatches.ttl` following existing styles and properties.

* remove bad module

* adding rec

* add submodules to checkout

* small fixes

* add pyproject

* bump pyontoenv

* Add property definitions for REC relationships (#650)

* define REC relationships

* only add the BSH property shape if it is a Brick property

* fix relationship definition and catch these problems with an amended test

* formatting on test

* fix deactivation shape

* small changes to tests

* feat: add deprecations for brick:TeamRoom, brick:Lobby, and brick:Lounge in recpatches.ttl

* chore: remove deprecated location classes from recpatches.ttl

* feat: update deprecated brick classes to their corresponding rec classes in recpatches.ttl

* Add artifact comment to PRs (#651)

* feat: add deprecations for brick:TeamRoom, brick:Lobby, and brick:Lounge in recpatches.ttl

* chore: remove deprecated location classes from recpatches.ttl

* feat: update deprecated brick classes to their corresponding rec classes in recpatches.ttl

* try to upload artifact on PR

* fix if condition for v4

* only comment once

* fixing the expressions. Use a variable to configure which version of python to use. cancel in-progress builds

* patching more REC classes: Lounge, TEamRoom, Lobby, Hazardous Materials Storage, and Vertical Space

* fixing up rec patches

* fixing up script to generate release notes

---------

Co-authored-by: Connor Cantrell <[email protected]>
  • Loading branch information
gtfierro and connorjcantrell authored Aug 23, 2024
1 parent 859a744 commit f18bef7
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 126 deletions.
2 changes: 2 additions & 0 deletions bricksrc/deprecations.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"version": "1.4.0",
"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.",
"replace_with": BRICK.Speed_Mode_Status,
RDFS.subClassOf: BRICK.Status,
},
BRICK.Condenser: {
"version": "1.3.0",
Expand All @@ -15,6 +16,7 @@
"version": "1.4.0",
"mitigation_message": "This class has a poor definition is supplanted by Temperature_Sensor",
"replace_with": BRICK.Temperature_Sensor,
RDFS.subClassOf: BRICK.Sensor,
},
BRICK.Trace_Heat_Sensor: {
"version": "1.4.0",
Expand Down
Loading

0 comments on commit f18bef7

Please sign in to comment.