Releases: ladybug-tools/ladybug-geometry
Releases · ladybug-tools/ladybug-geometry
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)
v1.1.0
1.1.0 (2019-05-29)
Features
- face: Adding is_valid property to Face3D and Polygon2D (3ce6655)
v1.0.0
1.0.0 (2019-05-28)
Features
- geometry: Adding Geometry Objects (#3) (8dc0146)