honeybee-core 1.61.26__tar.gz → 1.61.28__tar.gz
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_core-1.61.26/honeybee_core.egg-info → honeybee_core-1.61.28}/PKG-INFO +3 -3
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/shade.py +9 -2
- {honeybee_core-1.61.26 → honeybee_core-1.61.28/honeybee_core.egg-info}/PKG-INFO +3 -3
- honeybee_core-1.61.28/honeybee_core.egg-info/requires.txt +5 -0
- honeybee_core-1.61.28/requirements.txt +3 -0
- honeybee_core-1.61.26/honeybee_core.egg-info/requires.txt +0 -5
- honeybee_core-1.61.26/requirements.txt +0 -3
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/.github/workflows/ci.yaml +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/.github/workflows/dependency-release.yaml +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/.gitignore +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/.releaserc.json +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/CODE_OF_CONDUCT.md +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/CONTRIBUTING.md +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/LICENSE +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/MANIFEST.in +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/README.md +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/deploy.sh +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/dev-requirements.txt +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/docs/_build/.nojekyll +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/docs/_build/README.md +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/docs/_build/docs/README.md +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/docs/_static/custom.css +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/docs/_templates/layout.html +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/docs/cli/index.rst +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/docs/conf.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/docs/index.rst +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/__init__.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/__main__.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/_base.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/_basewithshade.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/_lockable.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/altnumber.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/aperture.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/boundarycondition.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/checkdup.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/cli/__init__.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/cli/compare.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/cli/create.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/cli/edit.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/cli/lib.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/cli/setconfig.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/cli/validate.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/colorobj.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/config.json +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/config.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/dictutil.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/door.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/extensionutil.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/face.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/facetype.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/logutil.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/model.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/orientation.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/properties.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/room.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/search.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/shademesh.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/typing.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/units.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/writer/__init__.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/writer/aperture.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/writer/door.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/writer/face.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/writer/model.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/writer/room.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/writer/shade.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee/writer/shademesh.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee_core.egg-info/SOURCES.txt +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee_core.egg-info/dependency_links.txt +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee_core.egg-info/entry_points.txt +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/honeybee_core.egg-info/top_level.txt +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/setup.cfg +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/setup.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/__init__.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/aperture_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/boundary_condition_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/cli_compare_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/cli_create_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/cli_edit_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/cli_validate_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/colorobj_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/config_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/dictutil_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/door_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/face_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/facetype_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/ShoeBox.json +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/bad_geometry_model.hbjson +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/colliding_room_volumes.hbjson +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/compare_model_1.hbjson +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/compare_model_2.hbjson +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/complex_polyfaces.json +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/minor_geometry/existing_model.hbjson +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/minor_geometry/updated_model.hbjson +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/mismatched_area_adj.hbjson +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/model_with_adiabatic.hbjson +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/model_with_holes.hbjson +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/model_without_adjacency.hbjson +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/nonascii_face.json +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/polygons_for_gap_boundary.json +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/room_for_window_offset.hbjson +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/single_family_home.hbjson +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/lockable_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/model_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/orientation_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/room_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/search_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/shade_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/shademesh_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/stl/cube_ascii.stl +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/stl/cube_binary.stl +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/typing_test.py +0 -0
- {honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/units_test.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: honeybee-core
|
|
3
|
-
Version: 1.61.
|
|
3
|
+
Version: 1.61.28
|
|
4
4
|
Summary: A library to create 3D building geometry for various types of environmental simulation.
|
|
5
5
|
Home-page: https://github.com/ladybug-tools/honeybee-core
|
|
6
6
|
Author: Ladybug Tools
|
|
@@ -14,8 +14,8 @@ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
|
14
14
|
Classifier: Operating System :: OS Independent
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: ladybug-core==0.44.
|
|
18
|
-
Requires-Dist: ladybug-geometry-polyskel==1.7.
|
|
17
|
+
Requires-Dist: ladybug-core==0.44.19
|
|
18
|
+
Requires-Dist: ladybug-geometry-polyskel==1.7.30
|
|
19
19
|
Requires-Dist: honeybee-schema==1.59.0; python_version >= "3.7"
|
|
20
20
|
|
|
21
21
|

|
|
@@ -84,9 +84,16 @@ class Shade(_Base):
|
|
|
84
84
|
assert data['type'] == 'Shade', 'Expected Shade dictionary. ' \
|
|
85
85
|
'Got {}.'.format(data['type'])
|
|
86
86
|
|
|
87
|
+
# remove any invalid holes from the geometry
|
|
88
|
+
geo_dict = data['geometry']
|
|
89
|
+
if 'holes' in geo_dict and geo_dict['holes'] is not None:
|
|
90
|
+
for i, hole_list in enumerate(geo_dict['holes']):
|
|
91
|
+
if len(hole_list) < 3:
|
|
92
|
+
geo_dict['holes'].pop(i)
|
|
93
|
+
|
|
94
|
+
# serialize the dictionary to an object
|
|
87
95
|
is_detached = data['is_detached'] if 'is_detached' in data else False
|
|
88
|
-
shade = cls(
|
|
89
|
-
data['identifier'], Face3D.from_dict(data['geometry']), is_detached)
|
|
96
|
+
shade = cls(data['identifier'], Face3D.from_dict(geo_dict), is_detached)
|
|
90
97
|
if 'display_name' in data and data['display_name'] is not None:
|
|
91
98
|
shade.display_name = data['display_name']
|
|
92
99
|
if 'user_data' in data and data['user_data'] is not None:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: honeybee-core
|
|
3
|
-
Version: 1.61.
|
|
3
|
+
Version: 1.61.28
|
|
4
4
|
Summary: A library to create 3D building geometry for various types of environmental simulation.
|
|
5
5
|
Home-page: https://github.com/ladybug-tools/honeybee-core
|
|
6
6
|
Author: Ladybug Tools
|
|
@@ -14,8 +14,8 @@ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
|
14
14
|
Classifier: Operating System :: OS Independent
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: ladybug-core==0.44.
|
|
18
|
-
Requires-Dist: ladybug-geometry-polyskel==1.7.
|
|
17
|
+
Requires-Dist: ladybug-core==0.44.19
|
|
18
|
+
Requires-Dist: ladybug-geometry-polyskel==1.7.30
|
|
19
19
|
Requires-Dist: honeybee-schema==1.59.0; python_version >= "3.7"
|
|
20
20
|
|
|
21
21
|

|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/minor_geometry/existing_model.hbjson
RENAMED
|
File without changes
|
{honeybee_core-1.61.26 → honeybee_core-1.61.28}/tests/json/minor_geometry/updated_model.hbjson
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|