Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ladybug-tools/ladybug-geometry issues and pull requests
#426 - fix(polygon): Fix bug in self-intersect check for clockwise polygons
Pull Request -
State: closed - Opened by chriswmackey 13 days ago
Labels: bug
#425 - fix(polygon): Respect tolerance when removing colinear vertices
Pull Request -
State: closed - Opened by chriswmackey 29 days ago
Labels: bug
#424 - fix(faces): Ensure degenerate geometry is caught for all split methods
Pull Request -
State: closed - Opened by chriswmackey about 1 month ago
Labels: bug
#423 - fix(face): Ensure splitting face with lines does not cause exception
Pull Request -
State: closed - Opened by chriswmackey about 1 month ago
Labels: bug
#422 - ci(dev-deps): Update CI and dev deps to run on Python 3.12
Pull Request -
State: closed - Opened by chriswmackey about 1 month ago
Labels: dependencies
#421 - fix(face): Avoid IndexErrors in is_geometrically_equivalent
Pull Request -
State: closed - Opened by chriswmackey about 2 months ago
Labels: bug
#420 - fix(network): Ensure negative coords less than tol read as 0 and not -0
Pull Request -
State: closed - Opened by chriswmackey about 2 months ago
Labels: bug
#419 - fix(colinear): Improve the check for inclusion of the last vertex
Pull Request -
State: closed - Opened by chriswmackey 2 months ago
Labels: bug
#418 - fix(colinear): Fix the check for the last vertex in remove_colinear
Pull Request -
State: closed - Opened by chriswmackey 2 months ago
Labels: bug
#417 - fix(intersection): Use an absolute tolerance for 2D line intersection
Pull Request -
State: closed - Opened by chriswmackey 2 months ago
Labels: bug
#416 - fix(polygon): Improve tolerance with removing colinear vertices
Pull Request -
State: closed - Opened by chriswmackey 2 months ago
Labels: bug
#415 - feat(network): Add a DirectedGraphNetwork class for splitting polygons
Pull Request -
State: closed - Opened by chriswmackey 3 months ago
Labels: enhancement
#414 - style(python2): Ensure __division__ is imported at the top of every file
Pull Request -
State: closed - Opened by chriswmackey 3 months ago
Labels: enhancement
#413 - fix(face): Ensure cases of splitting Face3D with line succeed
Pull Request -
State: closed - Opened by chriswmackey 4 months ago
Labels: bug
#412 - fix(polygon): Catch edge case where self-intersecting reads as convex
Pull Request -
State: closed - Opened by chriswmackey 5 months ago
Labels: bug
#411 - fix(face): Fix bug of merging holes to faces
Pull Request -
State: closed - Opened by chriswmackey 5 months ago
Labels: bug
#410 - fix(polygon): Add static methods to group polygons by boundary/holes
Pull Request -
State: closed - Opened by chriswmackey 5 months ago
Labels: enhancement
#409 - fix(polygon): Add a method to split a self-intersecting polygon
Pull Request -
State: closed - Opened by chriswmackey 5 months ago
Labels: enhancement
#408 - fix(face): Add a method to get Face3D to and from array
Pull Request -
State: closed - Opened by chriswmackey 5 months ago
Labels: enhancement
#407 - fix(face): Fix bug in the counterclockwise_boundary properties
Pull Request -
State: closed - Opened by chriswmackey 5 months ago
Labels: bug, enhancement
#406 - fix(mesh): Update Mesh2D for consistency
Pull Request -
State: closed - Opened by chriswmackey 6 months ago
Labels: enhancement
#405 - fix(mesh): Add Mesh3D constructor with tolerance check
Pull Request -
State: closed - Opened by ed-p-may 6 months ago
#404 - Laybug Face3D .area error after duplicate() > to_dict() > from_dict()
Issue -
State: open - Opened by ed-p-may 6 months ago
#403 - feat(face): Add a method to split face with multiple lines
Pull Request -
State: closed - Opened by chriswmackey 7 months ago
- 1 comment
Labels: enhancement, released
#402 - feat(face): Add method to split Face3D with Line or Polyline
Pull Request -
State: closed - Opened by chriswmackey 7 months ago
- 1 comment
Labels: enhancement, released
#401 - fix(polyline): Add methods to offset Polyline2D and LineSegment2D
Pull Request -
State: closed - Opened by chriswmackey 7 months ago
- 1 comment
Labels: bug, enhancement, released
#400 - fix(face): Add core geometry properties to assist with DOE-2 translation
Pull Request -
State: closed - Opened by chriswmackey 7 months ago
- 1 comment
Labels: enhancement, released
#399 - fix(mesh): Add a face_edges property for faster edge computation
Pull Request -
State: closed - Opened by chriswmackey 8 months ago
- 1 comment
Labels: enhancement, released
#398 - fix(polygon2d): Add method to sense whether polygons touch one another
Pull Request -
State: closed - Opened by chriswmackey 8 months ago
- 1 comment
Labels: new development, released
#397 - fix(release): Trigger new release to get around rate limit
Pull Request -
State: closed - Opened by chriswmackey 8 months ago
- 1 comment
Labels: released
#396 - fix(polygon2d): Improve group by overlap and do snapping in union all
Pull Request -
State: closed - Opened by chriswmackey 8 months ago
Labels: bug, enhancement
#395 - fix(polygon): Fix bug in Polygon2D.remove_colinear_vertices
Pull Request -
State: closed - Opened by chriswmackey 8 months ago
- 1 comment
Labels: bug, released
#394 - fix(face): Add a method to get the intersection of two coplanar Face3D
Pull Request -
State: closed - Opened by chriswmackey 9 months ago
- 1 comment
Labels: enhancement, released
#393 - fix(face): Ensure plane for sub rectangles is oriented correctly
Pull Request -
State: closed - Opened by chriswmackey 10 months ago
- 1 comment
Labels: bug, released
#392 - fix(polygon): Improve common_axes method to return each axis value
Pull Request -
State: closed - Opened by chriswmackey 10 months ago
- 1 comment
Labels: enhancement, released
#391 - feat(polygon): Add a method to generate common axes for alignment
Pull Request -
State: closed - Opened by chriswmackey 10 months ago
- 1 comment
Labels: enhancement, new development, released
#390 - fix(face): Snap hole polygons together before intersection
Pull Request -
State: closed - Opened by chriswmackey about 1 year ago
- 1 comment
Labels: enhancement, released
#389 - feat(obj): Add translators for OBJ files
Pull Request -
State: closed - Opened by chriswmackey about 1 year ago
- 1 comment
Labels: new development, released
#388 - style(pointvector): Use better exception catching
Pull Request -
State: closed - Opened by chriswmackey about 1 year ago
- 1 comment
Labels: released
#387 - fix(face): Add method for Face3D.coplanar_difference()
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: enhancement, released
#386 - fix(intersection): Replace math.isclose with Python 2 compatible code
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: bug, released
#385 - fix(face): Fix a typo in Face3D.coplanar_union
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: bug, released
#384 - fix(intersection): Use better floating point tolerance check
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: bug, released
#383 - fix(line): Implement better floating point tolerance checks
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: bug, released
#382 - fix(polygon): Add properties for inside and outside angles
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: enhancement, released
#381 - fix(face): Ensure that overlap groups don't get split up
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: bug, released
#380 - fix(polygon): Add a method to group Polygons by overlap
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: enhancement, released
#379 - fix(face): Ensure that self-intersection check happens for each loop
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: bug, released
#378 - feat(polygon): Add methods for boundaries around multiple polygons
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: new development, released
#377 - fix(polygon): Add an extra check for degenerate geometry
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: bug, released
#376 - fix(face): Add a method to remove duplicate vertices
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: enhancement, released
#375 - fix(face): Ensure result of split_through_holes does not self intersect
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: bug, enhancement, released
#374 - fix(polygon): Implement extra check in polygon_relationship
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: bug, released
#373 - ci(docs): Update Sphinx to ensure correct docs generation
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: released
#372 - fix(polygon): Add extra checks to avoid ZeroDivisionErrors
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: bug, released
#371 - fix(polygon): Ensure polygon_relationship is correct
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: bug, released
#370 - fix(boolean): Catch cases of degenerate Polygons from boolean
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: bug, released
#369 - fix(polygon): Address the edge cases of polygon_relationship
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: bug, released
#368 - docs(readme): Fix a few typos in the readme
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: released
#367 - fix(face): Ensure fast hole-merging method preserves first vertex
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: bug, enhancement, released
#366 - feat(boolean): Add module for polygon boolean operations
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: new development, released
#365 - fix(polygon): Add several Polygon methods needed for Dragonfly Roofs
Pull Request -
State: closed - Opened by chriswmackey over 1 year ago
- 1 comment
Labels: enhancement, released
#364 - fix(polygon): Improve the performance of merge boundary and holes
Pull Request -
State: closed - Opened by chriswmackey almost 2 years ago
- 1 comment
Labels: enhancement, released
#363 - fix(plane): Add method to project points onto planes
Pull Request -
State: closed - Opened by chriswmackey almost 2 years ago
- 1 comment
Labels: enhancement, released
#362 - Improve the Performance of Polygon2D.from_shape_with_holes
Issue -
State: closed - Opened by chriswmackey almost 2 years ago
Labels: enhancement
#361 - fix(polyface): Implement better check for overlapping edges
Pull Request -
State: closed - Opened by chriswmackey almost 2 years ago
- 1 comment
Labels: bug, released
#360 - chore(deps-dev): bump setuptools from 57.0.0 to 65.5.1
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#359 - chore(deps-dev): bump wheel from 0.36.2 to 0.38.1
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#358 - feat(face): Add method to compute Face3D.pole_of_inaccessibility
Pull Request -
State: closed - Opened by chriswmackey almost 2 years ago
- 1 comment
Labels: new development, released
#357 - fix(polygon): Add method to compute Polygon2D.pole_of_inaccessibility
Pull Request -
State: closed - Opened by chriswmackey almost 2 years ago
- 1 comment
Labels: enhancement, released
#356 - ci(tests): Remove Python 2.7 from tests
Pull Request -
State: closed - Opened by chriswmackey almost 2 years ago
- 1 comment
Labels: released
#355 - fix(polygon): Fix bug for offset of clockwise polygons
Pull Request -
State: closed - Opened by chriswmackey almost 2 years ago
- 1 comment
Labels: bug, released
#354 - fix(polygon): Add method to offset polygons
Pull Request -
State: closed - Opened by chriswmackey almost 2 years ago
- 1 comment
Labels: enhancement, released
#353 - fix(arc): Include tolerance in arc subdivision
Pull Request -
State: closed - Opened by chriswmackey about 2 years ago
- 1 comment
Labels: bug, released
#352 - fix(plane): Ensure that Plane does not mess up bounding calculations
Pull Request -
State: closed - Opened by chriswmackey about 2 years ago
- 1 comment
Labels: bug, released
#351 - Add scale_1d methods to all geometry classes
Issue -
State: open - Opened by chriswmackey about 2 years ago
Labels: new development
#350 - fix(face): Better fix for previous case
Pull Request -
State: closed - Opened by chriswmackey about 2 years ago
- 1 comment
Labels: bug, released
#349 - fix(face): Ensure Face3Ds with 3 vertices still get checked for colinear
Pull Request -
State: closed - Opened by chriswmackey about 2 years ago
- 1 comment
Labels: bug, released
#348 - fix(bounding): Add min and max properties to all objects
Pull Request -
State: closed - Opened by chriswmackey about 2 years ago
- 1 comment
Labels: enhancement, released
#347 - fix(line): Add min and max properties to LineSegment classes
Pull Request -
State: closed - Opened by chriswmackey over 2 years ago
- 1 comment
Labels: enhancement, released
#346 - style(docs): Fix several styling issues
Pull Request -
State: closed - Opened by chriswmackey over 2 years ago
- 1 comment
Labels: released
#345 - fix(polygon): Add clarification and method to get distance to edge
Pull Request -
State: closed - Opened by chriswmackey over 2 years ago
- 1 comment
Labels: enhancement, released
#344 - docs(typos): Fix a few typos in docstrings
Pull Request -
State: closed - Opened by chriswmackey over 2 years ago
- 1 comment
Labels: enhancement, released
#343 - fix(intersection): Add methods to get closest point on infinite line
Pull Request -
State: closed - Opened by chriswmackey over 2 years ago
- 1 comment
Labels: enhancement, released
#342 - fix(intersection): Ensure intersection handles zero-length lines
Pull Request -
State: closed - Opened by chriswmackey over 2 years ago
- 1 comment
Labels: bug, released
#341 - fix(line): Ensure that subdivide_envenly obeys tolerance
Pull Request -
State: closed - Opened by chriswmackey over 2 years ago
- 1 comment
Labels: bug, released
#340 - feat(stl): Add methods to import geometry from STL
Pull Request -
State: closed - Opened by chriswmackey over 2 years ago
- 1 comment
Labels: new development, released
#339 - add from_stl classmethod to the Mesh object
Pull Request -
State: closed - Opened by devngc over 2 years ago
- 2 comments
#338 - Add Mesh3D.from_stl method
Issue -
State: closed - Opened by chriswmackey over 2 years ago
- 1 comment
Labels: new development
#337 - fix(polygon): Ensure that one duplicate vertex remains
Pull Request -
State: closed - Opened by chriswmackey over 2 years ago
- 1 comment
Labels: bug, released
#336 - chore(dev-deps): Fix deps for docs
Pull Request -
State: closed - Opened by chriswmackey over 2 years ago
- 1 comment
Labels: released, dependencies
#335 - remove_colinear_vertices() in Polygon2D remove all duplicated vertices
Issue -
State: closed - Opened by eapuertoc over 2 years ago
- 3 comments
Labels: bug, question
#334 - fix(face): Reset the Face3D plane information when scaling
Pull Request -
State: closed - Opened by chriswmackey over 2 years ago
- 1 comment
Labels: bug, released
#333 - Angle between 0 magnitude vector and other error
Issue -
State: closed - Opened by charliebrookerBH over 2 years ago
- 3 comments
#332 - fix(plane): Add properties for altitude and azimuth
Pull Request -
State: closed - Opened by chriswmackey over 2 years ago
- 1 comment
Labels: enhancement, released
#331 - fix(face): Ensure Face3Ds with empty holes lists do not have holes
Pull Request -
State: closed - Opened by chriswmackey almost 3 years ago
- 1 comment
Labels: bug, released
#330 - fix(face): Improve the output of subfaces that extract rectangles
Pull Request -
State: closed - Opened by chriswmackey almost 3 years ago
- 1 comment
Labels: bug, released
#329 - fix(face): Fix a couple of critical bugs in Face and Polyface
Pull Request -
State: closed - Opened by chriswmackey almost 3 years ago
- 1 comment
Labels: bug, released
#328 - fix(face): Add properties for all kinds of starting vertices
Pull Request -
State: closed - Opened by chriswmackey almost 3 years ago
- 1 comment
Labels: enhancement, released
#327 - fix(line): Implement better strategy for odd floating point issue
Pull Request -
State: closed - Opened by chriswmackey almost 3 years ago
- 1 comment
Labels: enhancement, released