Releases: ladybug-tools/ladybug-geometry
Releases · ladybug-tools/ladybug-geometry
v1.6.2
1.6.2 (2019-08-12)
Bug Fixes
- face3d: Changing validate_planarity to check_planar (feabc59)
v1.6.1
1.6.1 (2019-08-09)
Bug Fixes
- face: Ensuring upper-left vertices do not change for horizontals (5003d03)
v1.6.0
1.6.0 (2019-08-07)
Features
- face: Adding option for upper-left vertices in Face3D.to_dict() (9372d9e)
v1.5.2
1.5.2 (2019-07-24)
Bug Fixes
- polyface: Ensuring floor of Polyface3D.from_box() points down (b147d82)
v1.5.1
1.5.1 (2019-07-23)
Bug Fixes
- polyface: Ensuring that from_box preserves base_plane orientation (cd6d264)
v1.5.0
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
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
1.3.0 (2019-06-07)
Features
- face3d: Adding method for is_centered_adjacent (87b282e)
v1.2.1
1.2.1 (2019-06-05)
Bug Fixes
- deploy: use semantic release for deployment to PyPI (04834ae)
v1.2.0
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)