Skip to content

Releases: ladybug-tools/honeybee-display

v0.3.9

03 Jul 19:48
Compare
Choose a tag to compare

0.3.9 (2024-07-03)

Bug Fixes

  • cli: Encode VTKJS file contents as base64 string (7953aab)
  • cli: Ensure that HTML can still be written to stdout (45be2be)
  • model: Ensure that UTF-8 encoding is always used (026b028)

v0.3.8

16 May 17:31
Compare
Choose a tag to compare

0.3.8 (2024-05-16)

Bug Fixes

  • cli: Support loading HTML and vtkjs output to stdout (62f0d78)

v0.3.7

09 Apr 20:33
Compare
Choose a tag to compare

0.3.7 (2024-04-09)

Bug Fixes

  • mesh: Remove the generation of ShadeMesh wireframe (f4191ab)
  • mesh: Use faster way of generating shade meshes (254ba22)

v0.3.6

20 Mar 17:03
Compare
Choose a tag to compare

0.3.6 (2024-03-20)

Bug Fixes

  • release: Trigger new release to get around rate limit (d7f1253)

v0.3.5

20 Mar 16:23
Compare
Choose a tag to compare

0.3.5 (2024-03-20)

Bug Fixes

  • model: Reformat invalid Python 2 syntax for IronPython/Grasshopper (f5233ec)

v0.3.4

16 Feb 15:55
Compare
Choose a tag to compare

0.3.4 (2024-02-16)

Bug Fixes

  • model: improve debug report for reading results (770011b)

v0.3.3

16 Feb 03:05
Compare
Choose a tag to compare

0.3.3 (2024-02-16)

Bug Fixes

  • add detailed message for loading results (bd83064)

v0.3.2

13 Dec 00:57
Compare
Choose a tag to compare

0.3.2 (2023-12-13)

Bug Fixes

  • colorobj: Ensure that Color Faces can work with ShadeMesh (1127475)

v0.3.1

12 Dec 22:55
Compare
Choose a tag to compare

0.3.1 (2023-12-12)

Bug Fixes

  • shademesh: Add extension methods for ShadeMesh (db5f2f8)

v0.3.0

10 Oct 20:22
Compare
Choose a tag to compare

0.3.0 (2023-10-10)

Bug Fixes

  • move the text position for 5 mm to make the text readable on colored faces (b8237d9)
  • cli: update the command to create the new attribute objects (a00d685)
  • model: use a clean string for ID (a158a77)

Features

  • model: add an argument to filter the geometry based on type (d443ef8)
  • model: add support for filtering by boundary condition (12a5a08)

Performance Improvements

  • use attr classes instead of several arguments (865ee72)