honeybee-core 1.61.14__tar.gz → 1.61.16__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.14/honeybee_core.egg-info → honeybee_core-1.61.16}/PKG-INFO +3 -3
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/model.py +3 -1
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/room.py +2 -2
- {honeybee_core-1.61.14 → honeybee_core-1.61.16/honeybee_core.egg-info}/PKG-INFO +3 -3
- honeybee_core-1.61.16/honeybee_core.egg-info/requires.txt +5 -0
- honeybee_core-1.61.16/requirements.txt +3 -0
- honeybee_core-1.61.14/honeybee_core.egg-info/requires.txt +0 -5
- honeybee_core-1.61.14/requirements.txt +0 -3
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/.github/workflows/ci.yaml +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/.github/workflows/dependency-release.yaml +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/.gitignore +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/.releaserc.json +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/CODE_OF_CONDUCT.md +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/CONTRIBUTING.md +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/LICENSE +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/MANIFEST.in +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/README.md +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/deploy.sh +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/dev-requirements.txt +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/docs/_build/.nojekyll +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/docs/_build/README.md +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/docs/_build/docs/README.md +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/docs/_static/custom.css +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/docs/_templates/layout.html +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/docs/cli/index.rst +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/docs/conf.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/docs/index.rst +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/__init__.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/__main__.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/_base.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/_basewithshade.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/_lockable.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/altnumber.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/aperture.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/boundarycondition.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/checkdup.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/cli/__init__.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/cli/compare.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/cli/create.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/cli/edit.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/cli/lib.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/cli/setconfig.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/cli/validate.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/colorobj.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/config.json +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/config.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/dictutil.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/door.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/extensionutil.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/face.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/facetype.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/logutil.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/orientation.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/properties.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/search.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/shade.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/shademesh.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/typing.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/units.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/writer/__init__.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/writer/aperture.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/writer/door.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/writer/face.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/writer/model.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/writer/room.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/writer/shade.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee/writer/shademesh.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee_core.egg-info/SOURCES.txt +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee_core.egg-info/dependency_links.txt +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee_core.egg-info/entry_points.txt +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/honeybee_core.egg-info/top_level.txt +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/setup.cfg +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/setup.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/__init__.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/aperture_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/boundary_condition_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/cli_compare_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/cli_create_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/cli_edit_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/cli_validate_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/colorobj_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/config_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/dictutil_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/door_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/face_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/facetype_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/ShoeBox.json +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/bad_geometry_model.hbjson +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/colliding_room_volumes.hbjson +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/compare_model_1.hbjson +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/compare_model_2.hbjson +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/complex_polyfaces.json +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/minor_geometry/existing_model.hbjson +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/minor_geometry/updated_model.hbjson +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/mismatched_area_adj.hbjson +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/model_with_adiabatic.hbjson +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/model_with_holes.hbjson +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/model_without_adjacency.hbjson +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/nonascii_face.json +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/polygons_for_gap_boundary.json +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/room_for_window_offset.hbjson +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/single_family_home.hbjson +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/lockable_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/model_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/orientation_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/room_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/search_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/shade_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/shademesh_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/stl/cube_ascii.stl +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/stl/cube_binary.stl +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/typing_test.py +0 -0
- {honeybee_core-1.61.14 → honeybee_core-1.61.16}/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.16
|
|
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.11
|
|
18
|
+
Requires-Dist: ladybug-geometry-polyskel==1.7.25
|
|
19
19
|
Requires-Dist: honeybee-schema==1.59.0; python_version >= "3.7"
|
|
20
20
|
|
|
21
21
|

|
|
@@ -2790,7 +2790,9 @@ class Model(_Base):
|
|
|
2790
2790
|
if (base_f.identifier, adj_f.identifier) in reported_items:
|
|
2791
2791
|
continue
|
|
2792
2792
|
two_tol = 2 * tolerance
|
|
2793
|
-
|
|
2793
|
+
base_p = base_f.geometry.boundary_polygon2d
|
|
2794
|
+
max_dim = max((base_p.max.x - base_p.min.x, base_p.max.y - base_p.min.y))
|
|
2795
|
+
tol_area = max_dim * two_tol
|
|
2794
2796
|
tol_area = 2 * two_tol if tol_area < 2 * two_tol else tol_area
|
|
2795
2797
|
if abs(base_f.area - adj_f.area) > tol_area:
|
|
2796
2798
|
f_msg = 'Face "{}" with area {} is adjacent to Face "{}" with area {}.' \
|
|
@@ -2227,7 +2227,7 @@ class Room(_BaseWithShade):
|
|
|
2227
2227
|
@staticmethod
|
|
2228
2228
|
def automatically_zone(rooms, orient_count=None, north_vector=Vector2D(0, 1),
|
|
2229
2229
|
attr_name=None):
|
|
2230
|
-
"""Automatically group
|
|
2230
|
+
"""Automatically group Rooms with a similar properties into zones.
|
|
2231
2231
|
|
|
2232
2232
|
Relevant properties that are used to group rooms into zones include story,
|
|
2233
2233
|
orientation, and additional attributes (like programs). Note that, if the
|
|
@@ -2264,7 +2264,7 @@ class Room(_BaseWithShade):
|
|
|
2264
2264
|
elif orient_count == 8:
|
|
2265
2265
|
orientations = ['N', 'NE', 'E', 'SE', 'S', 'SW', 'W', 'NW']
|
|
2266
2266
|
else:
|
|
2267
|
-
orientations = ['{}deg'.format(orient) for orient in orientations]
|
|
2267
|
+
orientations = ['{} deg'.format(orient) for orient in orientations]
|
|
2268
2268
|
orientations.append('Core')
|
|
2269
2269
|
orient_rooms = perim_rooms + [core_rooms]
|
|
2270
2270
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: honeybee-core
|
|
3
|
-
Version: 1.61.
|
|
3
|
+
Version: 1.61.16
|
|
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.11
|
|
18
|
+
Requires-Dist: ladybug-geometry-polyskel==1.7.25
|
|
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
|
{honeybee_core-1.61.14 → honeybee_core-1.61.16}/tests/json/minor_geometry/existing_model.hbjson
RENAMED
|
File without changes
|
{honeybee_core-1.61.14 → honeybee_core-1.61.16}/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
|