Releases: ladybug-tools/honeybee-dynamo
Releases · ladybug-tools/honeybee-dynamo
Honeybee for Dynamo 0.1.7
This release includes several bug fixes.
-
Set reuse matrices to False by default
- Honeybee[+] unlike Honeybee loads the results from a previous study if available. This was designed to reuse the results of the studies instead of re-running them. This behavior has made a lot of confusion for users. For now all the reuse options are set to False by default until we implement a smarter change detection to re-run the analysis based on changes in inputs. You can still set them to True to reuse the results if you need.
-
Climate-based sky
- Climate-based sky component was missing adjusting meridian. The issue will result in generating wrong skies for point-in-time daylight analysis. This is now fixed. Shout outs to @AbrahamYezioro and @AndreaZani905 for reporting this issue and @sarith to pointing out the solution.
-
Sun matrix
- gendaylit couldn't handle hours with 0 diffuse radiation. This is now fixed.
- There was a bug in naming sun modifiers in sun matrix calculation. It is now fixed. Thank you @MingboPeng for reporting both issues.
-
sDA calculation
- There was a bug in calculating spatial daylight autonomy in the initial release which is now fixed. Thank you @Federico587 for reporting this issue.