Skip to content

Releases: ladybug-tools/honeybee-dynamo

Honeybee for Dynamo 0.1.7

09 Feb 02:31
Compare
Choose a tag to compare

This release includes several bug fixes.

  1. 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.
  1. 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.
  1. Sun matrix

  1. 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.