Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ladybug-tools/ladybug-geometry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.33.8
Choose a base ref
...
head repository: ladybug-tools/ladybug-geometry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 13 files changed
  • 1 contributor

Commits on Oct 29, 2024

  1. fix(polygon): Respect tolerance when removing colinear vertices

    It seems that the function to remove colinear vertices was too aggressive in some cases and was not aggressive enough in other cases. This is because the criteria to evaluate whether a given vertex is colinear did not account for the distance between the neighboring vertices.
    
    Now, a colinear vertex will only be removed if the distance between it and the line drawn between the two neighboring vertices is less than the tolerance.
    chriswmackey committed Oct 29, 2024
    Copy the full SHA
    dfcaffa View commit details

Commits on Nov 14, 2024

  1. Copy the full SHA
    da11268 View commit details

Commits on Nov 15, 2024

  1. Copy the full SHA
    5313c2c View commit details

Commits on Dec 9, 2024

  1. Copy the full SHA
    ea02291 View commit details

Commits on Dec 20, 2024

  1. Copy the full SHA
    e99f3db View commit details

Commits on Feb 4, 2025

  1. Copy the full SHA
    8d83ddb View commit details

Commits on Feb 13, 2025

  1. Copy the full SHA
    d9eae33 View commit details

Commits on Feb 15, 2025

  1. Copy the full SHA
    0adfe18 View commit details

Commits on Feb 28, 2025

  1. Copy the full SHA
    9bc3a40 View commit details
  2. fix(face): Add a method to separate Face3D boundary and holes

    This will be used in the importers from IDF, OSM, and gbXML, which all represent Faces with a single flat list of vertices.
    chriswmackey committed Feb 28, 2025
    Copy the full SHA
    09488b5 View commit details

Commits on Mar 4, 2025

  1. Copy the full SHA
    2249150 View commit details
  2. Copy the full SHA
    018b6db View commit details

Commits on Mar 5, 2025

  1. style(face): Implement better __copy__ method

    All of the copy methods really aren't needed since geometry objects are immutable but I can see they might be useful for certain types of advanced editing of underlying properties (that users do at their own peril).
    
    So I'll just leave them as they are and make sure that they work.
    chriswmackey committed Mar 5, 2025
    Copy the full SHA
    e58d6f9 View commit details
Loading