honeybee-radiance-postprocess 0.4.338__tar.gz → 0.4.340__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.
Files changed (43) hide show
  1. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/PKG-INFO +1 -1
  2. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/postprocess.py +2 -2
  3. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess.egg-info/PKG-INFO +1 -1
  4. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/CODE_OF_CONDUCT.md +0 -0
  5. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/CONTRIBUTING.md +0 -0
  6. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/LICENSE +0 -0
  7. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/MANIFEST.in +0 -0
  8. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/README.md +0 -0
  9. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/dev-requirements.txt +0 -0
  10. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/__init__.py +0 -0
  11. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/__main__.py +0 -0
  12. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/annual.py +0 -0
  13. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/annualdaylight.py +0 -0
  14. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/annualirradiance.py +0 -0
  15. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/__init__.py +0 -0
  16. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/grid.py +0 -0
  17. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/leed.py +0 -0
  18. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/mtxop.py +0 -0
  19. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/schedule.py +0 -0
  20. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/translate.py +0 -0
  21. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/two_phase.py +0 -0
  22. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/util.py +0 -0
  23. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/dynamic.py +0 -0
  24. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/electriclight.py +0 -0
  25. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/en17037.py +0 -0
  26. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/helper.py +0 -0
  27. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/leed.py +0 -0
  28. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/metrics.py +0 -0
  29. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/reader.py +0 -0
  30. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/results/__init__.py +0 -0
  31. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/results/annual_daylight.py +0 -0
  32. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/results/annual_irradiance.py +0 -0
  33. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/results/results.py +0 -0
  34. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/type_hints.py +0 -0
  35. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/util.py +0 -0
  36. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess.egg-info/SOURCES.txt +0 -0
  37. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess.egg-info/dependency_links.txt +0 -0
  38. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess.egg-info/entry_points.txt +0 -0
  39. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess.egg-info/requires.txt +0 -0
  40. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess.egg-info/top_level.txt +0 -0
  41. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/requirements.txt +0 -0
  42. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/setup.cfg +0 -0
  43. {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: honeybee-radiance-postprocess
3
- Version: 0.4.338
3
+ Version: 0.4.340
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
@@ -1042,7 +1042,7 @@ def convert_matrix_to_binary(
1042
1042
  def direct_sun_hours(
1043
1043
  input_matrix, divisor, output_folder
1044
1044
  ):
1045
- """Postprocess a Radiance matrix to direct sun hours and cumulative direct
1045
+ """Post-process a Radiance matrix to direct sun hours and cumulative direct
1046
1046
  sun hours.
1047
1047
 
1048
1048
  \b
@@ -1058,7 +1058,7 @@ def direct_sun_hours(
1058
1058
  try:
1059
1059
  boolean_array = (array > 0) & (array <= np.inf)
1060
1060
 
1061
- direct_sun_hours_array = boolean_array.astype(int)
1061
+ direct_sun_hours_array = boolean_array.astype(np.uint8)
1062
1062
  cumulative_array = direct_sun_hours_array.sum(axis=1) / divisor
1063
1063
 
1064
1064
  direct_sun_hours_file = Path(output_folder, 'direct_sun_hours')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: honeybee-radiance-postprocess
3
- Version: 0.4.338
3
+ Version: 0.4.340
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