honeybee-core 1.64.11__tar.gz → 1.64.12__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.64.11 → honeybee_core-1.64.12}/PKG-INFO +3 -3
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/room.py +1 -1
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee_core.egg-info/PKG-INFO +3 -3
- honeybee_core-1.64.12/honeybee_core.egg-info/requires.txt +5 -0
- honeybee_core-1.64.12/requirements.txt +3 -0
- honeybee_core-1.64.11/honeybee_core.egg-info/requires.txt +0 -5
- honeybee_core-1.64.11/requirements.txt +0 -3
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/CODE_OF_CONDUCT.md +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/CONTRIBUTING.md +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/LICENSE +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/MANIFEST.in +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/README.md +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/dev-requirements.txt +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/__init__.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/__main__.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/_base.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/_basewithshade.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/_lockable.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/altnumber.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/aperture.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/boundarycondition.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/checkdup.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/cli/__init__.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/cli/compare.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/cli/create.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/cli/edit.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/cli/lib.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/cli/setconfig.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/cli/validate.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/colorobj.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/config.json +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/config.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/dictutil.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/door.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/extensionutil.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/face.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/facetype.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/logutil.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/model.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/orientation.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/properties.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/search.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/shade.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/shademesh.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/typing.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/units.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/writer/__init__.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/writer/aperture.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/writer/door.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/writer/face.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/writer/model.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/writer/room.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/writer/shade.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee/writer/shademesh.py +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee_core.egg-info/SOURCES.txt +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee_core.egg-info/dependency_links.txt +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee_core.egg-info/entry_points.txt +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/honeybee_core.egg-info/top_level.txt +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/setup.cfg +0 -0
- {honeybee_core-1.64.11 → honeybee_core-1.64.12}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: honeybee-core
|
|
3
|
-
Version: 1.64.
|
|
3
|
+
Version: 1.64.12
|
|
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
|
|
@@ -18,8 +18,8 @@ Classifier: Programming Language :: Python :: Implementation :: IronPython
|
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: ladybug-core==0.44.
|
|
22
|
-
Requires-Dist: ladybug-geometry-polyskel==1.7.
|
|
21
|
+
Requires-Dist: ladybug-core==0.44.32
|
|
22
|
+
Requires-Dist: ladybug-geometry-polyskel==1.7.37
|
|
23
23
|
Requires-Dist: honeybee-schema==1.59.1; python_version >= "3.7"
|
|
24
24
|
Dynamic: author
|
|
25
25
|
Dynamic: author-email
|
|
@@ -1481,7 +1481,7 @@ class Room(_BaseWithShade):
|
|
|
1481
1481
|
for face_1 in self.faces:
|
|
1482
1482
|
if face_1.geometry.has_holes:
|
|
1483
1483
|
new_geo = []
|
|
1484
|
-
f_split = face_1.geometry.
|
|
1484
|
+
f_split = face_1.geometry.split_through_hole_center_lines(tolerance)
|
|
1485
1485
|
for sp_g in f_split:
|
|
1486
1486
|
try:
|
|
1487
1487
|
sp_g = sp_g.remove_colinear_vertices(tolerance)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: honeybee-core
|
|
3
|
-
Version: 1.64.
|
|
3
|
+
Version: 1.64.12
|
|
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
|
|
@@ -18,8 +18,8 @@ Classifier: Programming Language :: Python :: Implementation :: IronPython
|
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: ladybug-core==0.44.
|
|
22
|
-
Requires-Dist: ladybug-geometry-polyskel==1.7.
|
|
21
|
+
Requires-Dist: ladybug-core==0.44.32
|
|
22
|
+
Requires-Dist: ladybug-geometry-polyskel==1.7.37
|
|
23
23
|
Requires-Dist: honeybee-schema==1.59.1; python_version >= "3.7"
|
|
24
24
|
Dynamic: author
|
|
25
25
|
Dynamic: author-email
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|