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

|
|
@@ -1749,16 +1749,24 @@ class Face(_BaseWithShade):
|
|
|
1749
1749
|
at which point the vertex is considered colinear. Default: 0.01,
|
|
1750
1750
|
suitable for objects in meters.
|
|
1751
1751
|
"""
|
|
1752
|
+
# set up lists to track sub-faces to remove
|
|
1753
|
+
del_ap_i, del_dr_i = [], []
|
|
1754
|
+
# remove degenerate apertures
|
|
1752
1755
|
for i, ap in enumerate(self._apertures):
|
|
1753
1756
|
try:
|
|
1754
1757
|
ap.remove_colinear_vertices(tolerance)
|
|
1755
1758
|
except ValueError:
|
|
1756
|
-
|
|
1759
|
+
del_ap_i.append(i)
|
|
1760
|
+
for del_i in reversed(del_ap_i):
|
|
1761
|
+
self._apertures.pop(del_i)
|
|
1762
|
+
# remove degenerate doors
|
|
1757
1763
|
for i, dr in enumerate(self._doors):
|
|
1758
1764
|
try:
|
|
1759
1765
|
dr.remove_colinear_vertices(tolerance)
|
|
1760
1766
|
except ValueError:
|
|
1761
|
-
|
|
1767
|
+
del_dr_i.append(i)
|
|
1768
|
+
for del_i in reversed(del_dr_i):
|
|
1769
|
+
self._doors.pop(del_i)
|
|
1762
1770
|
|
|
1763
1771
|
def is_geo_equivalent(self, face, tolerance=0.01):
|
|
1764
1772
|
"""Get a boolean for whether this object is geometrically equivalent to another.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: honeybee-core
|
|
3
|
-
Version: 1.61.
|
|
3
|
+
Version: 1.61.24
|
|
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.17
|
|
18
|
+
Requires-Dist: ladybug-geometry-polyskel==1.7.28
|
|
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.22 → honeybee_core-1.61.24}/tests/json/minor_geometry/existing_model.hbjson
RENAMED
|
File without changes
|
{honeybee_core-1.61.22 → honeybee_core-1.61.24}/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
|