Skip to content

Commit

Permalink
reat(release): Update all component versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Jul 6, 2020
1 parent 63aaff7 commit 4ec1948
Show file tree
Hide file tree
Showing 428 changed files with 794 additions and 794 deletions.
4 changes: 2 additions & 2 deletions src/Honeybee EP context Surfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

ghenv.Component.Name = 'Honeybee EP context Surfaces'
ghenv.Component.NickName = 'HB_EPContextSrf'
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.57\nNOV_04_2016
#compatibleLBVersion = VER 0.0.59\nFEB_01_2015
Expand Down
8 changes: 4 additions & 4 deletions src/Honeybee Lighting Density Calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/Honeybee_ Run Energy Simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
_
The component outputs the report from the simulation, the file path of the IDF file, and the CSV result file from the EnergyPlus run.
-
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 energy simulation 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).
_epwFile: An .epw file path on your system as a text string.
Expand Down Expand Up @@ -62,9 +62,9 @@
"""
ghenv.Component.Name = "Honeybee_ Run Energy Simulation"
ghenv.Component.NickName = 'runEnergySimulation'
ghenv.Component.Message = 'VER 0.0.65\nMAY_30_2020'
ghenv.Component.Message = 'VER 0.0.66\nJUL_07_2020'
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application
ghenv.Component.Category = 'HB-Legacy'
ghenv.Component.Category = "HB-Legacy"
ghenv.Component.SubCategory = "10 | Energy | Energy"
#compatibleHBVersion = VER 0.0.63\nMAR_01_2018
#compatibleLBVersion = VER 0.0.59\nJUL_24_2015
Expand Down
8 changes: 4 additions & 4 deletions src/Honeybee_Adaptive Comfort Analysis Recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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".
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/Honeybee_Add Internal Mass to Zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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.
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/Honeybee_Add to EnergyPlus Library.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/Honeybee_Add to Radiance Library.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/Honeybee_AddEarthtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/Honeybee_Advanced Dynamic Shading Recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/Honeybee_Ambient Resolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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.
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/Honeybee_Annual Daylight Simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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).
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/Honeybee_Annual Schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/Honeybee_Apply OpenStudio Measure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/Honeybee_AskMe.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Use this component to get basic information on Honeybee Objects, whether they are HBSrfs or HBZones.
-
Provided by Honeybee 0.0.65
Provided by Honeybee 0.0.66
Args:
_HBObjects: Any valid Honeybee object.
Expand All @@ -33,9 +33,9 @@
"""
ghenv.Component.Name = "Honeybee_AskMe"
ghenv.Component.NickName = 'askMe'
ghenv.Component.Message = 'VER 0.0.65\nFEB_06_2020'
ghenv.Component.Message = 'VER 0.0.66\nJUL_07_2020'
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application
ghenv.Component.Category = 'HB-Legacy'
ghenv.Component.Category = "HB-Legacy"
ghenv.Component.SubCategory = "00 | Honeybee"
#compatibleHBVersion = VER 0.0.56\nJUL_24_2017
#compatibleLBVersion = VER 0.0.59\nFEB_01_2015
Expand Down
Loading

0 comments on commit 4ec1948

Please sign in to comment.