Skip to content

Commit

Permalink
update gemspec and version
Browse files Browse the repository at this point in the history
update README, gemspec authors and description, and version to v0.6.0.rc1
  • Loading branch information
mdahlhausen committed Apr 10, 2024
1 parent baf8166 commit c823031
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
openstudio-standards is a Ruby Gem library that extends the [OpenStudio SDK](https://www.openstudio.net/).
It has four main use-cases:

1. Provide higher level methods to help BEM users and developers to create OpenStudio models from existing geometry, or programmatically generated geometry
1. Provide methods to create OpenStudio models from geometry templates, user geometry, or programmatically generated geometry
2. Create typical building models in OpenStudio format
3. Create a code baseline model from a proposed model
4. Check a model against a code/standard

openstudio-standards previously supported making the DOE/PNNL prototype buildings in OpenStudio format. This has since been deprecated, as the DOE/PNNL prototypes are intended for specific code comparisons under the Energy Policy Act and are not intended to accurately represent typical existing or new buildings. While openstudio-standards still creates typical buildings, these are not the same as the DOE/PNNL prototypes.
openstudio-standards previously supported making the DOE/PNNL prototype buildings in OpenStudio format. This has since been deprecated, as the DOE/PNNL prototypes are intended for specific code comparisons under the Energy Policy Act and are not intended to accurately represent typical existing or new buildings. While openstudio-standards still creates typical buildings, these are not identical to the DOE/PNNL prototypes.

## Overview of Main Features
If you are looking for a high-level overview of the features of this library, see the [Features](docs/Features.md) page.
Expand Down
2 changes: 1 addition & 1 deletion lib/openstudio-standards/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ def self.git_revision
end
return 'git-not-found-on-this-system'
end
VERSION = '0.5.0'.freeze
VERSION = '0.6.0.rc1'.freeze
end
12 changes: 6 additions & 6 deletions openstudio-standards.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ require 'openstudio-standards/version'
Gem::Specification.new do |spec|
spec.name = 'openstudio-standards'
spec.version = OpenstudioStandards::VERSION
spec.authors = ['Andrew Parker', 'Yixing Chen', 'Mark Adams', 'Kaiyu Sun', 'Mini Maholtra', 'David Goldwasser', 'Phylroy Lopez', 'Maria Mottillo', 'Kamel Haddad', 'Julien Marrec', 'Matt Leach', 'Matt Steen', 'Eric Ringold', 'Daniel Macumber', 'Matthew Dahlhausen', 'Jian Zhang', 'Doug Maddox', 'Yunyang Ye', 'Xuechen (Jerry) Lei', 'Juan Gonzalez Matamoros', 'Jeremy Lerond', 'Carlos Duarte']
spec.email = ['andrew.parker@nrel.gov']
spec.homepage = 'http://openstudio.net'
spec.summary = 'Creates DOE Prototype building models and transforms proposed OpenStudio models to baseline OpenStudio models.'
spec.description = 'Creates DOE Prototype building models and transforms proposed models to baseline models for energy codes like ASHRAE 90.1 and the Canadian NECB.'
spec.license = 'Modified BSD License'
spec.authors = ['Mark Adams', 'Yeonjin Bae', 'Carlo Bianchi', 'Jeff Blake', 'Yixing Chen', 'Matthew Dahlhausen', 'Carlos Duarte', 'Sarah Gilani', 'David Goldwasser', 'Kamel Haddad', 'Piljae Im', 'Chris Kirney', 'Matt Leach', 'Xuechen (Jerry) Lei', 'Jeremy Lerond', 'Nicholas Long', 'Phylroy Lopez', 'Iain MacDonald', 'Daniel Macumber', 'Doug Maddox', 'Mini Maholtra', 'Julien Marrec', 'Juan Gonzalez Matamoros', 'Maria Mottillo', 'Andrew Parker', 'Padmassun Rajakareyar', 'Eric Ringold', 'Matt Steen', 'Kaiyu Sun', 'Weilie Xu', 'Yunyang Ye', 'Jian Zhang']
spec.email = ['matthew.dahlhausen@nrel.gov']
spec.homepage = 'http://openstudio.net'
spec.summary = 'Creates OpenStudio models of typical buildings, creates standard baselines from proposed models, and checks a model against a standard.'
spec.description = 'The openstudio-standards library provides methods for programatically generating, modifying, and checking OpenStudio building energy models. It can create a typical building from user geometry, template geometry, or programmatically generated geometry. It can apply a building standard including ASHRAE 90.1 or NECB to a model. It can transform a proposed building model into a 90.1 Appendix G code baseline model. It can check a model against a building standard. It can generate represenative typical buildings, such as those used in ComStock.'
spec.license = 'Modified BSD License'

spec.required_ruby_version = '>= 2.0.0'
spec.required_rubygems_version = '>= 1.3.6'
Expand Down

0 comments on commit c823031

Please sign in to comment.