Skip to content

Releases: ladybug-tools/ladybug-geometry

v1.5.1

23 Jul 16:43
Compare
Choose a tag to compare

1.5.1 (2019-07-23)

Bug Fixes

  • polyface: Ensuring that from_box preserves base_plane orientation (cd6d264)

v1.5.0

16 Jul 21:22
Compare
Choose a tag to compare

1.5.0 (2019-07-16)

Bug Fixes

  • tolerance: Ensuring values are valid when <= tolerance (eaa55b6)

Features

  • contour: Adding input for tolerance to contour methods (7bb01c0)
  • face3d: Improving is_centered_adjacent method for honeybee solve adjacencies (15781c6)
  • point: Added automatic casting to float for coordinate values (7e4267b)

Performance Improvements

  • slots: Fixed the Implementation of slots in Inheritance (ad72845)

v1.4.0

17 Jun 19:43
Compare
Choose a tag to compare

1.4.0 (2019-06-17)

Features

  • arc: Adding Arc2D and Arc3D objects (f22929b)
  • face: Enforcing counterclockwise vertices for all Face3D (4a144ac)

v1.3.0

07 Jun 02:33
Compare
Choose a tag to compare

1.3.0 (2019-06-07)

Features

  • face3d: Adding method for is_centered_adjacent (87b282e)

v1.2.1

05 Jun 13:38
Compare
Choose a tag to compare

1.2.1 (2019-06-05)

Bug Fixes

  • deploy: use semantic release for deployment to PyPI (04834ae)

v1.2.0

04 Jun 00:23
Compare
Choose a tag to compare

1.2.0 (2019-06-04)

Bug Fixes

  • face: Cleaning up Python 2/3 code (693cae6)
  • polyface: Aligning Face3D and Polydface3D init with their dictionaries (311f2c2)

Features

  • dict: Adding to_dict and from_dict methods to all geometry objects (00d15c9)
  • mesh: Adding methods to create offset and height field meshes (70330da)

v1.1.0

29 May 00:03
Compare
Choose a tag to compare

1.1.0 (2019-05-29)

Features

  • face: Adding is_valid property to Face3D and Polygon2D (3ce6655)

v1.0.0

28 May 20:44
Compare
Choose a tag to compare

1.0.0 (2019-05-28)

Features

  • geometry: Adding Geometry Objects (#3) (8dc0146)