Skip to content

Version 0.2.0

Choose a tag to compare

@nllong nllong released this 28 Jan 22:34
· 98 commits to develop since this release

This is released as a minor version since we are so early stage, even though it has many breaking changes. Most of the 'high-level API' (translator) remains.

  • Added many BuildingSync specific classes:

    • AllResourceTotal
    • AuditDate
    • Contact
    • Report
    • ResourceUse
    • Scenario
    • TimeSeries
    • Utility
  • Major modifications to:

    • WorkflowMaker
    • Building
    • BuildingSection
    • Facility
    • HVACSystem
    • LightingSystem
    • LoadsSystem
    • Site
    • SpatialElement
    • Translator
  • Added / modified modules / classes:

    • Generator
    • Helper
    • XmlGetSet: many useful functions to get / set XML data given a base_xml
    • LocationElement
  • Removed Classes:

    • ModelMakerBase
    • ModelMaker
    • MeteredEnergy
  • Added constants.rb

  • Renamed bldg_and_system_types.json1 -> building_and_system_types.json

  • Removed redundant / unused XML files

  • Updated files to comply with specific BSync versions (v2.1.0, v2.2.0)

  • Significantly more testing