honeybee-schema 1.58.1__py2.py3-none-any.whl → 1.58.3__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.
- honeybee_schema/energy/schedule.py +3 -3
- honeybee_schema/energy/simulation.py +1 -1
- {honeybee_schema-1.58.1.dist-info → honeybee_schema-1.58.3.dist-info}/METADATA +1 -1
- {honeybee_schema-1.58.1.dist-info → honeybee_schema-1.58.3.dist-info}/RECORD +8 -8
- {honeybee_schema-1.58.1.dist-info → honeybee_schema-1.58.3.dist-info}/LICENSE +0 -0
- {honeybee_schema-1.58.1.dist-info → honeybee_schema-1.58.3.dist-info}/WHEEL +0 -0
- {honeybee_schema-1.58.1.dist-info → honeybee_schema-1.58.3.dist-info}/entry_points.txt +0 -0
- {honeybee_schema-1.58.1.dist-info → honeybee_schema-1.58.3.dist-info}/top_level.txt +0 -0
@@ -63,8 +63,8 @@ class ScheduleDay(EnergyBaseModel):
|
|
63
63
|
)
|
64
64
|
|
65
65
|
times: List[conlist(int, min_items=2, max_items=2)] = Field(
|
66
|
-
[0, 0],
|
67
|
-
description='A list of lists with each sub-list
|
66
|
+
[[0, 0]],
|
67
|
+
description='A list of lists with each sub-list possessing 2 values for '
|
68
68
|
'[hour, minute]. The length of the master list must match the length '
|
69
69
|
'of the values list. Each time in the master list represents the time '
|
70
70
|
'of day that the corresponding value begins to take effect. For example '
|
@@ -251,7 +251,7 @@ class ScheduleFixedIntervalAbridged(IDdEnergyBaseModel):
|
|
251
251
|
...,
|
252
252
|
min_items=24,
|
253
253
|
max_items=527040,
|
254
|
-
description='A list of timeseries values
|
254
|
+
description='A list of timeseries values occurring at each timestep over '
|
255
255
|
'the course of the simulation.'
|
256
256
|
)
|
257
257
|
|
@@ -425,7 +425,7 @@ class SimulationParameter(NoExtraBaseModel):
|
|
425
425
|
north_angle: float = Field(
|
426
426
|
default=0,
|
427
427
|
ge=-360,
|
428
|
-
|
428
|
+
le=360,
|
429
429
|
description='A number between -360 and 360 for the north direction in degrees.'
|
430
430
|
'This is the counterclockwise difference between the North and the '
|
431
431
|
'positive Y-axis. 90 is West and 270 is East. Note that this '
|
@@ -24,9 +24,9 @@ honeybee_schema/energy/load.py,sha256=E106Pn-fn_4qCW8M1Y9RX6rG9iBeu0k7MY9x-dJi_3
|
|
24
24
|
honeybee_schema/energy/material.py,sha256=vdfvTaTpMRDoomzb91ujLdbxOxFY_pHdTfXxiNbD91k,28276
|
25
25
|
honeybee_schema/energy/programtype.py,sha256=1keIS_BX8pKSUtjE4PJ1PP-Tbs5KQVwtsQ0RNdiACUE,4307
|
26
26
|
honeybee_schema/energy/properties.py,sha256=W8gBBGKKSnsKivG38QEe07vHk3zhwZ7sqVeNU5ewJV0,15074
|
27
|
-
honeybee_schema/energy/schedule.py,sha256=
|
27
|
+
honeybee_schema/energy/schedule.py,sha256=iVfKsWBcI3AL7g-P9bzaGcnrLUjzWQPxzXGg5LKfF9Q,12700
|
28
28
|
honeybee_schema/energy/shw.py,sha256=3ReuIgjm6RnLVFeB3MxfRf8vphr13uJr58aFlBu1OIs,2148
|
29
|
-
honeybee_schema/energy/simulation.py,sha256=
|
29
|
+
honeybee_schema/energy/simulation.py,sha256=aihALsF9GzgmBSH62IADL-OIm3l48XURVzqfqvI1AgU,14920
|
30
30
|
honeybee_schema/energy/ventcool.py,sha256=gm9pnXT0p8e2V_AkAJeNJUhFI4s2c3sLv7RkaF-olNk,14813
|
31
31
|
honeybee_schema/energy/hvac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
32
32
|
honeybee_schema/energy/hvac/_template.py,sha256=BlAP6FB1Da7ccVs8A-JPgSM2ubS2sWOXMrvXs-7LQek,1353
|
@@ -49,9 +49,9 @@ honeybee_schema/updater/version_1_40_1.py,sha256=Fx70M8H9HZ_apCkdFn6njEd6lG9ZWrl
|
|
49
49
|
honeybee_schema/updater/version_1_43_1.py,sha256=0kZ1z7MzBhToljgOUCGWaTW1mq2F72oS39jn9sEf5mU,932
|
50
50
|
honeybee_schema/updater/version_1_43_2.py,sha256=XnPCdpjVN3hFzZqIIEjX4BYTtCxuIYCuO96n_y64aVw,617
|
51
51
|
honeybee_schema/updater/version_1_43_5.py,sha256=ci790Qh7xtRtgMj_RdldBXCScwiBkvMt2K1Mpe7oWQE,499
|
52
|
-
honeybee_schema-1.58.
|
53
|
-
honeybee_schema-1.58.
|
54
|
-
honeybee_schema-1.58.
|
55
|
-
honeybee_schema-1.58.
|
56
|
-
honeybee_schema-1.58.
|
57
|
-
honeybee_schema-1.58.
|
52
|
+
honeybee_schema-1.58.3.dist-info/LICENSE,sha256=EwA6Jt85TmMNyAsFb5GWv-tZ0vGYo8hZHBMcI391qjw,1709
|
53
|
+
honeybee_schema-1.58.3.dist-info/METADATA,sha256=gmckyml-JPlKNoIpMysF-_Lf1tst9499FaOQYc08eXY,2556
|
54
|
+
honeybee_schema-1.58.3.dist-info/WHEEL,sha256=unfA4MOaH0icIyIA5oH6E2sn2Hq5zKtLlHsWapZGwes,110
|
55
|
+
honeybee_schema-1.58.3.dist-info/entry_points.txt,sha256=suHpy6-iPhAylFCa-KopQHRJIwLhTCIVO2NHMzdEn8M,61
|
56
|
+
honeybee_schema-1.58.3.dist-info/top_level.txt,sha256=rTScYvlcOBkdc0is-F6Q3tRkmy-vf4bMTJGXzsxI2sA,16
|
57
|
+
honeybee_schema-1.58.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|