forked from ladybug-tools/honeybee-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reat(release): Update all component versions for release
- Loading branch information
1 parent
63aaff7
commit 4ec1948
Showing
428 changed files
with
794 additions
and
794 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
# This file is part of Honeybee. | ||
# | ||
# Copyright (c) 2013-2018, Abraham Yezioro <[email protected]> | ||
# Copyright (c) 2013-2020, Abraham Yezioro <[email protected]> | ||
# Honeybee is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published | ||
# by the Free Software Foundation; either version 3 of the License, | ||
|
@@ -26,7 +26,7 @@ | |
Plug the result to the Honeybee setEPZoneLoads component, lightingDensityPerArea_ input | ||
- | ||
Provided by Honeybee 0.0.65 | ||
Provided by Honeybee 0.0.66 | ||
Args: | ||
_lightLevel: A number representing the required light level in the room in lux. For instance, 500 lux for a typical office area or 300 lux for a typical residential space. Note that a lux value input here means that light level is reached everywhere on the room floor plan. | ||
|
@@ -58,9 +58,9 @@ | |
""" | ||
ghenv.Component.Name = "Honeybee Lighting Density Calculator" | ||
ghenv.Component.NickName = 'Lighting Density Per Area Calculator' | ||
ghenv.Component.Message = 'VER 0.0.65\nJAN_01_2020' | ||
ghenv.Component.Message = 'VER 0.0.66\nJUL_07_2020' | ||
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application | ||
ghenv.Component.Category = "Honeybee" | ||
ghenv.Component.Category = "HB-Legacy" | ||
ghenv.Component.SubCategory = "08 | Energy | Set Zone Properties" | ||
try: ghenv.Component.AdditionalHelpFromDocStrings = "0" | ||
except: pass | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
# This file is part of Honeybee. | ||
# | ||
# Copyright (c) 2013-2018, Chris Mackey <[email protected]> | ||
# Copyright (c) 2013-2020, Chris Mackey <[email protected]> | ||
# Honeybee is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published | ||
# by the Free Software Foundation; either version 3 of the License, | ||
|
@@ -24,7 +24,7 @@ | |
""" | ||
Use this component to assemble an adaptive comfort recipe for the "Honeybee_Annual Indoor Comfort Analysis" component. | ||
- | ||
Provided by Honeybee 0.0.65 | ||
Provided by Honeybee 0.0.66 | ||
Args: | ||
_viewFactorMesh: The data tree of view factor meshes that comes out of the "Honeybee_Indoor View Factor Calculator". | ||
|
@@ -63,9 +63,9 @@ | |
|
||
ghenv.Component.Name = "Honeybee_Adaptive Comfort Analysis Recipe" | ||
ghenv.Component.NickName = 'AdaptComfRecipe' | ||
ghenv.Component.Message = 'VER 0.0.65\nJAN_01_2020' | ||
ghenv.Component.Message = 'VER 0.0.66\nJUL_07_2020' | ||
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application | ||
ghenv.Component.Category = "Honeybee" | ||
ghenv.Component.Category = "HB-Legacy" | ||
ghenv.Component.SubCategory = "10 | Energy | Energy" | ||
#compatibleHBVersion = VER 0.0.56\nJUL_24_2017 | ||
#compatibleLBVersion = VER 0.0.59\nJUN_07_2016 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
# This file is part of Honeybee. | ||
# | ||
# Copyright (c) 2013-2018, Chris Mackey <[email protected]> | ||
# Copyright (c) 2013-2020, Chris Mackey <[email protected]> | ||
# Honeybee is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published | ||
# by the Free Software Foundation; either version 3 of the License, | ||
|
@@ -29,7 +29,7 @@ | |
Note that internal masses assigned this way cannot "see" solar radiation that may potentially hit them and, as such, caution should be taken when using this component with internal mass objects that are not always in shade. | ||
Masses are only factored into the the thermal calculations of the zone by undergoing heat transfer with the indoor air. | ||
- | ||
Provided by Honeybee 0.0.65 | ||
Provided by Honeybee 0.0.66 | ||
Args: | ||
_HBZones: HBZones for which internal masses are to be assigned. | ||
|
@@ -46,9 +46,9 @@ | |
|
||
ghenv.Component.Name = "Honeybee_Add Internal Mass to Zone" | ||
ghenv.Component.NickName = 'addInternalMass' | ||
ghenv.Component.Message = 'VER 0.0.65\nJAN_01_2020' | ||
ghenv.Component.Message = 'VER 0.0.66\nJUL_07_2020' | ||
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application | ||
ghenv.Component.Category = "Honeybee" | ||
ghenv.Component.Category = "HB-Legacy" | ||
ghenv.Component.SubCategory = "10 | Energy | Energy" | ||
#compatibleHBVersion = VER 0.0.56\nDEC_15_2017 | ||
#compatibleLBVersion = VER 0.0.59\nFEB_01_2015 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# | ||
# This file is part of Honeybee. | ||
# | ||
# Copyright (c) 2013-2018, Mostapha Sadeghipour Roudsari <[email protected]> | ||
# Copyright (c) 2013-2020, Mostapha Sadeghipour Roudsari <[email protected]> | ||
# Honeybee is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published | ||
# by the Free Software Foundation; either version 3 of the License, | ||
|
@@ -24,7 +24,7 @@ | |
Add EnergyPlus Material, Construction or Schedule to Library | ||
- | ||
Provided by Honeybee 0.0.65 | ||
Provided by Honeybee 0.0.66 | ||
Args: | ||
_EPObject: EnergyPlus material, construction or schedule definition | ||
|
@@ -38,9 +38,9 @@ | |
|
||
ghenv.Component.Name = "Honeybee_Add to EnergyPlus Library" | ||
ghenv.Component.NickName = 'addToEPLibrary' | ||
ghenv.Component.Message = 'VER 0.0.65\nJAN_01_2020' | ||
ghenv.Component.Message = 'VER 0.0.66\nJUL_07_2020' | ||
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application | ||
ghenv.Component.Category = "Honeybee" | ||
ghenv.Component.Category = "HB-Legacy" | ||
ghenv.Component.SubCategory = "06 | Energy | Material | Construction" | ||
#compatibleHBVersion = VER 0.0.56\nFEB_01_2015 | ||
#compatibleLBVersion = VER 0.0.59\nFEB_01_2015 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# | ||
# This file is part of Honeybee. | ||
# | ||
# Copyright (c) 2013-2018, Mostapha Sadeghipour Roudsari <[email protected]> | ||
# Copyright (c) 2013-2020, Mostapha Sadeghipour Roudsari <[email protected]> | ||
# Honeybee is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published | ||
# by the Free Software Foundation; either version 3 of the License, | ||
|
@@ -24,7 +24,7 @@ | |
Add Radiance Materials to Library | ||
- | ||
Provided by Honeybee 0.0.65 | ||
Provided by Honeybee 0.0.66 | ||
Args: | ||
_RADMaterial: Radiance material definition | ||
|
@@ -38,9 +38,9 @@ | |
|
||
ghenv.Component.Name = "Honeybee_Add to Radiance Library" | ||
ghenv.Component.NickName = 'addToLibrary' | ||
ghenv.Component.Message = 'VER 0.0.65\nJAN_01_2020' | ||
ghenv.Component.Message = 'VER 0.0.66\nJUL_07_2020' | ||
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application | ||
ghenv.Component.Category = "Honeybee" | ||
ghenv.Component.Category = "HB-Legacy" | ||
ghenv.Component.SubCategory = "01 | Daylight | Material" | ||
#compatibleHBVersion = VER 0.0.57\nNOV_01_2015 | ||
#compatibleLBVersion = VER 0.0.59\nFEB_01_2015 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# | ||
# This file is part of Honeybee. | ||
# | ||
# Copyright (c) 2013-2018, Anton Szilasi <[email protected]> | ||
# Copyright (c) 2013-2020, Anton Szilasi <[email protected]> | ||
# Honeybee is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published | ||
# by the Free Software Foundation; either version 3 of the License, | ||
|
@@ -38,7 +38,7 @@ | |
For more information about the Energy Plus Earthtube please see: | ||
http://bigladdersoftware.com/epx/docs/8-2/input-output-reference/group-airflow.html#zoneearthtube-earth-tube | ||
- | ||
Provided by Honeybee 0.0.65 | ||
Provided by Honeybee 0.0.66 | ||
Args: | ||
_HBZones: The Honeybee zones to which Earthtubes will be added to. Only one earth tube will be added to each zone. | ||
|
@@ -112,9 +112,9 @@ | |
""" | ||
|
||
ghenv.Component.Name = "Honeybee_AddEarthtube" | ||
ghenv.Component.Message = 'VER 0.0.65\nJAN_01_2020' | ||
ghenv.Component.Message = 'VER 0.0.66\nJUL_07_2020' | ||
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application | ||
ghenv.Component.Category = "Honeybee" | ||
ghenv.Component.Category = "HB-Legacy" | ||
ghenv.Component.SubCategory = "08 | Energy | Set Zone Properties" | ||
#compatibleHBVersion = VER 0.0.56\nMAY_06_2017 | ||
#compatibleLBVersion = VER 0.0.59\nFEB_01_2015 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# | ||
# This file is part of Honeybee. | ||
# | ||
# Copyright (c) 2013-2018, Mostapha Sadeghipour Roudsari <[email protected]> | ||
# Copyright (c) 2013-2020, Mostapha Sadeghipour Roudsari <[email protected]> | ||
# Honeybee is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published | ||
# by the Free Software Foundation; either version 3 of the License, | ||
|
@@ -24,7 +24,7 @@ | |
Advanced Shading Recipe for Annual Simulation with Daysim. This component prepares one shading group | ||
You need to add sensor points later in the Daysim result reader. | ||
- | ||
Provided by Honeybee 0.0.65 | ||
Provided by Honeybee 0.0.66 | ||
Args: | ||
SHDGroupName: Unique name of this shading group | ||
|
@@ -36,9 +36,9 @@ | |
|
||
ghenv.Component.Name = "Honeybee_Advanced Dynamic Shading Recipe" | ||
ghenv.Component.NickName = 'advancedDynamicSHDRecipe' | ||
ghenv.Component.Message = 'VER 0.0.65\nJAN_01_2020' | ||
ghenv.Component.Message = 'VER 0.0.66\nJUL_07_2020' | ||
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application | ||
ghenv.Component.Category = "Honeybee" | ||
ghenv.Component.Category = "HB-Legacy" | ||
ghenv.Component.SubCategory = "03 | Daylight | Recipes" | ||
#compatibleHBVersion = VER 0.0.56\nFEB_01_2015 | ||
#compatibleLBVersion = VER 0.0.59\nFEB_01_2015 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# | ||
# This file is part of Honeybee. | ||
# | ||
# Copyright (c) 2013-2018, Chris Mackey <[email protected]> | ||
# Copyright (c) 2013-2020, Chris Mackey <[email protected]> | ||
# Honeybee is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published | ||
# by the Free Software Foundation; either version 3 of the License, | ||
|
@@ -24,7 +24,7 @@ | |
Use this component to calculate the ambient resoluation (ar) needed to resolve a detail of a diven dimension in Rhino model units. The full geometry scene of HBObjects is needed to calculate this number accurately | ||
The resulting ar from this component can be plugged into the Honeybee_RADParameters component. | ||
- | ||
Provided by Honeybee 0.0.65 | ||
Provided by Honeybee 0.0.66 | ||
Args: | ||
_HBObjects: All of the Honeybee objects that are going to be used in the daylight simulation. | ||
|
@@ -36,9 +36,9 @@ | |
|
||
ghenv.Component.Name = "Honeybee_Ambient Resolution" | ||
ghenv.Component.NickName = 'AR' | ||
ghenv.Component.Message = 'VER 0.0.65\nJAN_01_2020' | ||
ghenv.Component.Message = 'VER 0.0.66\nJUL_07_2020' | ||
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application | ||
ghenv.Component.Category = "Honeybee" | ||
ghenv.Component.Category = "HB-Legacy" | ||
ghenv.Component.SubCategory = "03 | Daylight | Recipes" | ||
#compatibleHBVersion = VER 0.0.56\nDEC_12_2015 | ||
#compatibleLBVersion = VER 0.0.59\nFEB_01_2015 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# | ||
# This file is part of Honeybee. | ||
# | ||
# Copyright (c) 2013-2018, Mostapha Sadeghipour Roudsari <[email protected]> | ||
# Copyright (c) 2013-2020, Mostapha Sadeghipour Roudsari <[email protected]> | ||
# Honeybee is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published | ||
# by the Free Software Foundation; either version 3 of the License, | ||
|
@@ -23,7 +23,7 @@ | |
""" | ||
Analysis Recipe for Annual Daylighting Simulation | ||
- | ||
Provided by Honeybee 0.0.65 | ||
Provided by Honeybee 0.0.66 | ||
Args: | ||
north_: Input a vector to be used as a true North direction for the sun path or a number between 0 and 360 that represents the degrees off from the y-axis to make North. The default North direction is set to the Y-axis (0 degrees). | ||
|
@@ -38,9 +38,9 @@ | |
|
||
ghenv.Component.Name = "Honeybee_Annual Daylight Simulation" | ||
ghenv.Component.NickName = 'annualDaylightSimulation' | ||
ghenv.Component.Message = 'VER 0.0.65\nJAN_01_2020' | ||
ghenv.Component.Message = 'VER 0.0.66\nJUL_07_2020' | ||
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application | ||
ghenv.Component.Category = "Honeybee" | ||
ghenv.Component.Category = "HB-Legacy" | ||
ghenv.Component.SubCategory = "03 | Daylight | Recipes" | ||
#compatibleHBVersion = VER 0.0.56\nNOV_04_2015 | ||
#compatibleLBVersion = VER 0.0.59\nFEB_01_2015 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# | ||
# This file is part of Honeybee. | ||
# | ||
# Copyright (c) 2013-2018, Antonello Di Nunzio <[email protected]> and Chris Mackey <[email protected]> | ||
# Copyright (c) 2013-2020, Antonello Di Nunzio <[email protected]> and Chris Mackey <[email protected]> | ||
# Honeybee is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published | ||
# by the Free Software Foundation; either version 3 of the License, | ||
|
@@ -51,9 +51,9 @@ | |
|
||
ghenv.Component.Name = "Honeybee_Annual Schedule" | ||
ghenv.Component.NickName = 'AnnualSchedule' | ||
ghenv.Component.Message = 'VER 0.0.65\nJAN_01_2020' | ||
ghenv.Component.Message = 'VER 0.0.66\nJUL_07_2020' | ||
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application | ||
ghenv.Component.Category = "Honeybee" | ||
ghenv.Component.Category = "HB-Legacy" | ||
ghenv.Component.SubCategory = "07 | Energy | Schedule" | ||
#compatibleHBVersion = VER 0.0.56\nFEB_01_2015 | ||
#compatibleLBVersion = VER 0.0.59\nFEB_01_2015 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# | ||
# This file is part of Honeybee. | ||
# | ||
# Copyright (c) 2013-2018, Mostapha Sadeghipour Roudsari <[email protected]> | ||
# Copyright (c) 2013-2020, Mostapha Sadeghipour Roudsari <[email protected]> | ||
# Honeybee is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published | ||
# by the Free Software Foundation; either version 3 of the License, | ||
|
@@ -27,7 +27,7 @@ | |
Many thanks to NREL team for their support during the process. See (https://github.com/mostaphaRoudsari/Honeybee/issues/214) and (https://github.com/mostaphaRoudsari/Honeybee/issues/290)for just two examples! | ||
- | ||
Provided by Honeybee 0.0.65 | ||
Provided by Honeybee 0.0.66 | ||
Args: | ||
_osmFilePath: A file path of the an OpemStdio file | ||
|
@@ -53,9 +53,9 @@ | |
|
||
ghenv.Component.Name = "Honeybee_Apply OpenStudio Measure" | ||
ghenv.Component.NickName = 'applyOSMeasure' | ||
ghenv.Component.Message = 'VER 0.0.65\nJAN_01_2020' | ||
ghenv.Component.Message = 'VER 0.0.66\nJUL_07_2020' | ||
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application | ||
ghenv.Component.Category = "Honeybee" | ||
ghenv.Component.Category = "HB-Legacy" | ||
ghenv.Component.SubCategory = "10 | Energy | Energy" | ||
#compatibleHBVersion = VER 0.0.56\nJUL_25_2017 | ||
#compatibleLBVersion = VER 0.0.59\nFEB_01_2015 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.