-
Notifications
You must be signed in to change notification settings - Fork 23
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ladybug-tools/ladybug-geometry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 13 files changed
- 1 contributor
Commits on Oct 29, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for dfcaffa - Browse repository at this point
Copy the full SHA dfcaffaView commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for da11268 - Browse repository at this point
Copy the full SHA da11268View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5313c2c - Browse repository at this point
Copy the full SHA 5313c2cView commit details
Commits on Dec 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ea02291 - Browse repository at this point
Copy the full SHA ea02291View commit details
Commits on Dec 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e99f3db - Browse repository at this point
Copy the full SHA e99f3dbView commit details
Commits on Feb 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8d83ddb - Browse repository at this point
Copy the full SHA 8d83ddbView commit details
Commits on Feb 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d9eae33 - Browse repository at this point
Copy the full SHA d9eae33View commit details
Commits on Feb 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0adfe18 - Browse repository at this point
Copy the full SHA 0adfe18View commit details
Commits on Feb 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9bc3a40 - Browse repository at this point
Copy the full SHA 9bc3a40View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 09488b5 - Browse repository at this point
Copy the full SHA 09488b5View commit details
Commits on Mar 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2249150 - Browse repository at this point
Copy the full SHA 2249150View commit details -
Configuration menu - View commit details
-
Copy full SHA for 018b6db - Browse repository at this point
Copy the full SHA 018b6dbView commit details
Commits on Mar 5, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for e58d6f9 - Browse repository at this point
Copy the full SHA e58d6f9View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.33.8...master