honeybee-radiance-postprocess 0.4.522__tar.gz → 0.4.523__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_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/PKG-INFO +2 -2
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess.egg-info/PKG-INFO +2 -2
- honeybee_radiance_postprocess-0.4.523/honeybee_radiance_postprocess.egg-info/requires.txt +2 -0
- honeybee_radiance_postprocess-0.4.523/requirements.txt +2 -0
- honeybee_radiance_postprocess-0.4.522/honeybee_radiance_postprocess.egg-info/requires.txt +0 -2
- honeybee_radiance_postprocess-0.4.522/requirements.txt +0 -2
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/CODE_OF_CONDUCT.md +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/CONTRIBUTING.md +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/LICENSE +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/MANIFEST.in +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/README.md +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/dev-requirements.txt +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/__main__.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/annual.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/annualdaylight.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/annualirradiance.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/breeam/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/breeam/breeam.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/cli/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/cli/abnt.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/cli/breeam.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/cli/datacollection.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/cli/grid.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/cli/leed.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/cli/merge.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/cli/mtxop.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/cli/postprocess.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/cli/schedule.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/cli/translate.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/cli/two_phase.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/cli/util.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/cli/viewfactor.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/cli/well.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/data_type.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/dynamic.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/electriclight.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/en17037.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/helper.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/ies/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/ies/lm.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/ies/lm_schedule.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/leed/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/leed/leed.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/leed/leed_schedule.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/metrics.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/reader.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/results/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/results/annual_daylight.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/results/annual_irradiance.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/results/results.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/type_hints.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/util.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/vis_metadata.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/well/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess/well/well.py +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess.egg-info/SOURCES.txt +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess.egg-info/dependency_links.txt +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess.egg-info/entry_points.txt +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/honeybee_radiance_postprocess.egg-info/top_level.txt +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/setup.cfg +0 -0
- {honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: honeybee-radiance-postprocess
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.523
|
4
4
|
Summary: Postprocessing of Radiance results and matrices
|
5
5
|
Home-page: https://github.com/ladybug-tools/honeybee-radiance-postprocess
|
6
6
|
Author: Ladybug Tools
|
@@ -13,7 +13,7 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
13
13
|
Classifier: Operating System :: OS Independent
|
14
14
|
Description-Content-Type: text/markdown
|
15
15
|
License-File: LICENSE
|
16
|
-
Requires-Dist: honeybee-radiance==1.66.
|
16
|
+
Requires-Dist: honeybee-radiance==1.66.165
|
17
17
|
Requires-Dist: numpy<2.0.0
|
18
18
|
|
19
19
|
[](https://github.com/ladybug-tools/honeybee-radiance-postprocess/actions)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: honeybee-radiance-postprocess
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.523
|
4
4
|
Summary: Postprocessing of Radiance results and matrices
|
5
5
|
Home-page: https://github.com/ladybug-tools/honeybee-radiance-postprocess
|
6
6
|
Author: Ladybug Tools
|
@@ -13,7 +13,7 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
13
13
|
Classifier: Operating System :: OS Independent
|
14
14
|
Description-Content-Type: text/markdown
|
15
15
|
License-File: LICENSE
|
16
|
-
Requires-Dist: honeybee-radiance==1.66.
|
16
|
+
Requires-Dist: honeybee-radiance==1.66.165
|
17
17
|
Requires-Dist: numpy<2.0.0
|
18
18
|
|
19
19
|
[](https://github.com/ladybug-tools/honeybee-radiance-postprocess/actions)
|
{honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/CODE_OF_CONDUCT.md
RENAMED
File without changes
|
{honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/CONTRIBUTING.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee_radiance_postprocess-0.4.522 → honeybee_radiance_postprocess-0.4.523}/dev-requirements.txt
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|