Skip to content

Releases: ladybug-tools/honeybee-openstudio-gem

v1.3.1

04 May 23:26
Compare
Choose a tag to compare

1.3.1 (2020-05-04)

Bug Fixes

  • openaip: Update the OpenAPI specification (94198c1)

v1.3.0

02 May 20:52
9eeeacd
Compare
Choose a tag to compare

1.3.0 (2020-05-02)

Features

  • mapper class: Add mapper class and osw file (9eeeacd)

v1.2.1

24 Apr 20:09
Compare
Choose a tag to compare

1.2.1 (2020-04-24)

Bug Fixes

  • openapi: Move OpenAPI JSONs into the from_honeybee library (a7e1595)

v1.2.0

10 Apr 20:39
Compare
Choose a tag to compare

1.2.0 (2020-04-10)

Features

  • samples: Update samples and OpenAPI specification (1344578)

v1.1.2

10 Apr 01:00
Compare
Choose a tag to compare

1.1.2 (2020-04-10)

Bug Fixes

  • setpoint: Catch case of a ProgramType without Setpoint (9ec6782)

v1.1.1

05 Apr 23:25
b7c472a
Compare
Choose a tag to compare

1.1.1 (2020-04-05)

Bug Fixes

  • identifier: Change name property to identifier (b7c472a)

v1.1.0

26 Mar 21:14
9b949cf
Compare
Choose a tag to compare

1.1.0 (2020-03-26)

Features

  • output: Add Summary Reports for OS version 3.0 (9b949cf), closes #77

v1.0.2

14 Mar 15:01
19a56d6
Compare
Choose a tag to compare

1.0.2 (2020-03-14)

Bug Fixes

  • door: Ensure doors are translated as doors and not windows (19a56d6), closes #77

v1.0.1

13 Mar 18:53
Compare
Choose a tag to compare

1.0.1 (2020-03-13)

Bug Fixes

  • .vs: Remove auto-generated files by vs code (99e0486)

v1.0.0

13 Mar 18:23
Compare
Choose a tag to compare

1.0.0 (2020-03-13)

Bug Fixes

  • adiabatic: Fix assigning of constructions to adiabatic surfaces (9c43b34)
  • autocalculate: Update based on recent schema change (c182992)
  • face: Fix bug in previous PR (ae0efc8)
  • humidistat: Fix typo in humidistat (7ac4ae1)
  • ladybug: Fix paths to use the ladybug folder as a gem (a2faaa4)
  • measure: Fix incorrect import paths throughout measure (c290d34)
  • model: Assign the north and the terrain from the Model object (bb6b92c)
  • schedule day: Assign time until to the correct minute (86b3784)
  • shade: Assign all Shade within the Room class to use setSpace() (ea283b8)
  • shadow_calculation: Added calculation_method (41da8a9)
  • tests: Fix incorrect tests and document how to run them (b0ec3fe)
  • vertices: Correctly implement upper-left vertices on all objects (35cca1f)

Features

  • air_boundary: Add AirBoundaryConstruction (dd37b75)
  • air_boundary: Added samples for AirBoundaryConstruction (ded2b85)
  • ci: Automate the versioning (5c69167)
  • ci: Setting up Travis CI and coverage reporting (2df8606)
  • defaults: Make defaults a useful method (adfa264)
  • docs: Add link to tests to README (80efb2b)
  • door: Allow Shades to be assigned to Doors (8fe81e3)
  • from_honeybee: Restructure the module to be more maintain-able (b7c959a)
  • hvac: Refactor HVAC to be extensible for future systems (eb9f89f)
  • model_measure: Added measure for geometry objects, construction. (df9b1cf)
  • schedule: Update ScheduleRuleset samples to align with OpenStudio (5ca104b)
  • schema: Update to work with new schemas (2bb9908)
  • to_openstudio: Replace create_openstudio_object with to_openstuido (8d7efa2)