dragonfly-schema 1.14.0__py2.py3-none-any.whl → 1.14.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dragonfly_schema/model.py +9 -0
- {dragonfly_schema-1.14.0.dist-info → dragonfly_schema-1.14.1.dist-info}/METADATA +2 -2
- {dragonfly_schema-1.14.0.dist-info → dragonfly_schema-1.14.1.dist-info}/RECORD +6 -6
- {dragonfly_schema-1.14.0.dist-info → dragonfly_schema-1.14.1.dist-info}/LICENSE +0 -0
- {dragonfly_schema-1.14.0.dist-info → dragonfly_schema-1.14.1.dist-info}/WHEEL +0 -0
- {dragonfly_schema-1.14.0.dist-info → dragonfly_schema-1.14.1.dist-info}/top_level.txt +0 -0
dragonfly_schema/model.py
CHANGED
@@ -123,6 +123,15 @@ class Room2D(IDdBaseModel):
|
|
123
123
|
'Setting this to zero indicates that the room has no floor plenum.'
|
124
124
|
)
|
125
125
|
|
126
|
+
zone: str = Field(
|
127
|
+
default=None,
|
128
|
+
description='Text string for for the zone identifier to which this Room2D '
|
129
|
+
' belongs. Room2Ds sharing the same zone identifier are considered part of the '
|
130
|
+
'same zone in a Building. If the zone identifier has not been specified, it will '
|
131
|
+
'be the same as the Room2D identifier in the destination engine. Note that this '
|
132
|
+
'property has no character restrictions.'
|
133
|
+
)
|
134
|
+
|
126
135
|
boundary_conditions: List[
|
127
136
|
Union[Ground, Outdoors, Surface, Adiabatic, OtherSideTemperature]
|
128
137
|
] = Field(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dragonfly-schema
|
3
|
-
Version: 1.14.
|
3
|
+
Version: 1.14.1
|
4
4
|
Summary: Dragonfly Data-Model Objects
|
5
5
|
Home-page: https://github.com/ladybug-tools/dragonfly-schema
|
6
6
|
Author: Ladybug Tools
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
11
11
|
Classifier: Operating System :: OS Independent
|
12
12
|
Description-Content-Type: text/markdown
|
13
13
|
License-File: LICENSE
|
14
|
-
Requires-Dist: honeybee-schema==1.
|
14
|
+
Requires-Dist: honeybee-schema==1.59.0
|
15
15
|
|
16
16
|
[](https://travis-ci.com/ladybug-tools/dragonfly-schema)
|
17
17
|
[](https://coveralls.io/github/ladybug-tools/dragonfly-schema)
|
@@ -1,5 +1,5 @@
|
|
1
1
|
dragonfly_schema/__init__.py,sha256=Cp-YAOlfQuotiRooL-u9oPbSK_C4xBDYQUhlA67qxyI,36
|
2
|
-
dragonfly_schema/model.py,sha256=
|
2
|
+
dragonfly_schema/model.py,sha256=qTNbBoKCjVvm-3SalH7ef0PhDrVPsc3X3LljIPj1tV4,18818
|
3
3
|
dragonfly_schema/roof.py,sha256=A4cYdKrx01lqlBrPzAOwAO4jtEh9JdD46tB9wSW2p6w,746
|
4
4
|
dragonfly_schema/shading_parameter.py,sha256=WI9XPX3eVXhIutvE_AD1ozJ4QxH85E3Frv9SKsIzCl8,3121
|
5
5
|
dragonfly_schema/skylight_parameter.py,sha256=4uxsAHHEbpfZYndIw2KcQ9AJXU7AJcRZWo7up65vC2c,3137
|
@@ -11,8 +11,8 @@ dragonfly_schema/energy/properties.py,sha256=d_0hPXWifkFSCXaIbOD0OFc4-pYPcGERUEn
|
|
11
11
|
dragonfly_schema/radiance/__init__.py,sha256=ok8w16ru1XXBUVjdghvNvwwXGPVSKKpHU-nmj4mf3IU,57
|
12
12
|
dragonfly_schema/radiance/gridpar.py,sha256=ZQTnEdN1vmSsa2QMxfUdebg3cMnu6VvfcluiP11xHOs,4809
|
13
13
|
dragonfly_schema/radiance/properties.py,sha256=Q_O_7fJohdtv5uwHTCZp1W67LoNUaZ45GB6GK7zKK4Y,3405
|
14
|
-
dragonfly_schema-1.14.
|
15
|
-
dragonfly_schema-1.14.
|
16
|
-
dragonfly_schema-1.14.
|
17
|
-
dragonfly_schema-1.14.
|
18
|
-
dragonfly_schema-1.14.
|
14
|
+
dragonfly_schema-1.14.1.dist-info/LICENSE,sha256=XfAFIvGuzrC7DEE82mZyAJX4l2ND-i7fICCCMiXBDZw,1070
|
15
|
+
dragonfly_schema-1.14.1.dist-info/METADATA,sha256=e0PpIbIlytjJBlHEKK3CtKPssiBO4pRk3DbBxhLDW7E,1943
|
16
|
+
dragonfly_schema-1.14.1.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
|
17
|
+
dragonfly_schema-1.14.1.dist-info/top_level.txt,sha256=FOvFqYP_bZgcwNtIIgvUZjC-LuQGBEms5zW4nkiclZ0,17
|
18
|
+
dragonfly_schema-1.14.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|