honeybee-core 1.61.34__tar.gz → 1.64.7__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.34 → honeybee_core-1.64.7}/.github/workflows/ci.yaml +1 -1
- {honeybee_core-1.61.34/honeybee_core.egg-info → honeybee_core-1.64.7}/PKG-INFO +21 -7
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/deploy.sh +1 -1
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/dev-requirements.txt +5 -4
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/face.py +0 -7
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/model.py +685 -102
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/properties.py +19 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/room.py +355 -91
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/shade.py +2 -9
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/shademesh.py +17 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7/honeybee_core.egg-info}/PKG-INFO +21 -7
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee_core.egg-info/SOURCES.txt +1 -1
- honeybee_core-1.64.7/honeybee_core.egg-info/requires.txt +5 -0
- honeybee_core-1.64.7/requirements.txt +3 -0
- honeybee_core-1.64.7/setup.cfg +4 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/setup.py +6 -2
- honeybee_core-1.64.7/tests/json/room_for_envelope_edges.hbjson +1 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/model_test.py +138 -3
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/room_test.py +76 -0
- honeybee_core-1.61.34/honeybee_core.egg-info/requires.txt +0 -5
- honeybee_core-1.61.34/requirements.txt +0 -3
- honeybee_core-1.61.34/setup.cfg +0 -13
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/.github/workflows/dependency-release.yaml +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/.gitignore +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/.releaserc.json +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/CODE_OF_CONDUCT.md +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/CONTRIBUTING.md +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/LICENSE +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/MANIFEST.in +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/README.md +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/docs/_build/.nojekyll +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/docs/_build/README.md +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/docs/_build/docs/README.md +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/docs/_static/custom.css +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/docs/_templates/layout.html +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/docs/cli/index.rst +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/docs/conf.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/docs/index.rst +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/__init__.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/__main__.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/_base.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/_basewithshade.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/_lockable.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/altnumber.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/aperture.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/boundarycondition.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/checkdup.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/cli/__init__.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/cli/compare.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/cli/create.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/cli/edit.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/cli/lib.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/cli/setconfig.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/cli/validate.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/colorobj.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/config.json +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/config.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/dictutil.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/door.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/extensionutil.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/facetype.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/logutil.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/orientation.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/search.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/typing.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/units.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/writer/__init__.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/writer/aperture.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/writer/door.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/writer/face.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/writer/model.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/writer/room.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/writer/shade.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee/writer/shademesh.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee_core.egg-info/dependency_links.txt +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee_core.egg-info/entry_points.txt +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/honeybee_core.egg-info/top_level.txt +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/__init__.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/aperture_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/boundary_condition_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/cli_compare_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/cli_create_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/cli_edit_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/cli_validate_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/colorobj_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/config_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/dictutil_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/door_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/face_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/facetype_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/json/ShoeBox.json +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/json/bad_geometry_model.hbjson +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/json/colliding_room_volumes.hbjson +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/json/compare_model_1.hbjson +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/json/compare_model_2.hbjson +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/json/complex_polyfaces.json +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/json/minor_geometry/existing_model.hbjson +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/json/minor_geometry/updated_model.hbjson +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/json/mismatched_area_adj.hbjson +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/json/model_with_adiabatic.hbjson +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/json/model_with_holes.hbjson +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/json/model_without_adjacency.hbjson +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/json/nonascii_face.json +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/json/polygons_for_gap_boundary.json +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/json/room_for_window_offset.hbjson +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/json/single_family_home.hbjson +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/lockable_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/orientation_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/search_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/shade_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/shademesh_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/stl/cube_ascii.stl +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/stl/cube_binary.stl +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/typing_test.py +0 -0
- {honeybee_core-1.61.34 → honeybee_core-1.64.7}/tests/units_test.py +0 -0
|
@@ -55,7 +55,7 @@ jobs:
|
|
|
55
55
|
run: |
|
|
56
56
|
nextRelease="`npx semantic-release@^23.1.1 --dryRun | grep -oP 'Published release \K.*? ' || true`"
|
|
57
57
|
npx semantic-release@^23.1.1
|
|
58
|
-
echo "
|
|
58
|
+
echo "tag=$nextRelease" >> $GITHUB_OUTPUT
|
|
59
59
|
env:
|
|
60
60
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
61
61
|
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
|
@@ -1,22 +1,36 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: honeybee-core
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.64.7
|
|
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
|
|
7
7
|
Author-email: info@ladybug.tools
|
|
8
8
|
License: AGPL-3.0
|
|
9
9
|
Classifier: Programming Language :: Python :: 2.7
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.7
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
12
16
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
13
|
-
Classifier:
|
|
17
|
+
Classifier: Programming Language :: Python :: Implementation :: IronPython
|
|
14
18
|
Classifier: Operating System :: OS Independent
|
|
15
19
|
Description-Content-Type: text/markdown
|
|
16
20
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: ladybug-core==0.44.
|
|
18
|
-
Requires-Dist: ladybug-geometry-polyskel==1.7.
|
|
19
|
-
Requires-Dist: honeybee-schema==1.59.
|
|
21
|
+
Requires-Dist: ladybug-core==0.44.28
|
|
22
|
+
Requires-Dist: ladybug-geometry-polyskel==1.7.35
|
|
23
|
+
Requires-Dist: honeybee-schema==1.59.1; python_version >= "3.7"
|
|
24
|
+
Dynamic: author
|
|
25
|
+
Dynamic: author-email
|
|
26
|
+
Dynamic: classifier
|
|
27
|
+
Dynamic: description
|
|
28
|
+
Dynamic: description-content-type
|
|
29
|
+
Dynamic: home-page
|
|
30
|
+
Dynamic: license
|
|
31
|
+
Dynamic: license-file
|
|
32
|
+
Dynamic: requires-dist
|
|
33
|
+
Dynamic: summary
|
|
20
34
|
|
|
21
35
|

|
|
22
36
|
|
|
@@ -4,10 +4,10 @@ sphinx-bootstrap-theme==0.8.1
|
|
|
4
4
|
sphinxcontrib-fulltoc==1.2.0
|
|
5
5
|
sphinxcontrib-websupport==2.0.0;python_version>='3.6'
|
|
6
6
|
sphinx-click==6.0.0;python_version>='3.6'
|
|
7
|
-
twine==
|
|
8
|
-
wheel==0.
|
|
9
|
-
setuptools==
|
|
10
|
-
|
|
7
|
+
twine==6.1.0;python_version>='3.6'
|
|
8
|
+
wheel==0.45.1;python_version>='3.6'
|
|
9
|
+
setuptools==80.9.0;python_version>='3.6'
|
|
10
|
+
build==1.3.0;python_version>='3.6'
|
|
11
11
|
pytest==4.6.9;python_version<'3.0'
|
|
12
12
|
Sphinx==1.8.5;python_version<'3.0'
|
|
13
13
|
sphinxcontrib-websupport==1.1.2;python_version<'3.0'
|
|
@@ -15,4 +15,5 @@ sphinx-click==4.4.0;python_version<'3.0'
|
|
|
15
15
|
twine==1.13.0;python_version<'3.0'
|
|
16
16
|
wheel==0.38.1;python_version<'3.0'
|
|
17
17
|
setuptools==44.1.0;python_version<'3.0'
|
|
18
|
+
build==0.1.0;python_version<'3.0'
|
|
18
19
|
importlib-metadata==2.0.0;python_version<'3.0'
|
|
@@ -133,13 +133,6 @@ class Face(_BaseWithShade):
|
|
|
133
133
|
assert data['type'] == 'Face', 'Expected Face dictionary. ' \
|
|
134
134
|
'Got {}.'.format(data['type'])
|
|
135
135
|
|
|
136
|
-
# remove any invalid holes from the geometry
|
|
137
|
-
geo_dict = data['geometry']
|
|
138
|
-
if 'holes' in geo_dict and geo_dict['holes'] is not None:
|
|
139
|
-
for i, hole_list in enumerate(geo_dict['holes']):
|
|
140
|
-
if len(hole_list) < 3:
|
|
141
|
-
geo_dict['holes'].pop(i)
|
|
142
|
-
|
|
143
136
|
# first serialize it with an outdoor boundary condition
|
|
144
137
|
face_type = face_types.by_name(data['face_type'])
|
|
145
138
|
face = cls(data['identifier'], Face3D.from_dict(data['geometry']),
|