Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ConvexHull and LabeledPolygram #3933

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 8, 2024

  1. initial commit

    JayGupta797 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    452eec3 View commit details
    Browse the repository at this point in the history
  2. Update labeled.py

    JayGupta797 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    9bf9360 View commit details
    Browse the repository at this point in the history
  3. general fixes

    fixed added utils (i.e., Incomplete ordering and Explicit returns mixed with implicit), added :quality: high to docstrings, made ConvexHullExample determined
    JayGupta797 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    b627556 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. typing

    added typing to `qhull.py` and `polylabel.py` for debugging. simplified test cases for `ConvexHull` and `ConvexHull3D` and rewrote control data. added tip to LabeledPolygon documentation.
    JayGupta797 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    03cc46c View commit details
    Browse the repository at this point in the history