-
Notifications
You must be signed in to change notification settings - Fork 13
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
Simplify angle_between
+ refactor quadrilateral_area
#65
Merged
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ea9bbbe - Browse repository at this point
Copy the full SHA ea9bbbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 812a302 - Browse repository at this point
Copy the full SHA 812a302View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d3179a - Browse repository at this point
Copy the full SHA 3d3179aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8c9ad4 - Browse repository at this point
Copy the full SHA a8c9ad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6721c47 - Browse repository at this point
Copy the full SHA 6721c47View commit details -
Configuration menu - View commit details
-
Copy full SHA for d414ea1 - Browse repository at this point
Copy the full SHA d414ea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30254bd - Browse repository at this point
Copy the full SHA 30254bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ad060e - Browse repository at this point
Copy the full SHA 9ad060eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad69968 - Browse repository at this point
Copy the full SHA ad69968View commit details -
Configuration menu - View commit details
-
Copy full SHA for d34d2f8 - Browse repository at this point
Copy the full SHA d34d2f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 283778a - Browse repository at this point
Copy the full SHA 283778aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cf6a3b - Browse repository at this point
Copy the full SHA 4cf6a3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4f8668 - Browse repository at this point
Copy the full SHA d4f8668View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2366869 - Browse repository at this point
Copy the full SHA 2366869View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5877f3 - Browse repository at this point
Copy the full SHA b5877f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ad0b5 - Browse repository at this point
Copy the full SHA 00ad0b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ee793d - Browse repository at this point
Copy the full SHA 2ee793dView commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d091f32 - Browse repository at this point
Copy the full SHA d091f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for a18ff47 - Browse repository at this point
Copy the full SHA a18ff47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3147a51 - Browse repository at this point
Copy the full SHA 3147a51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 139ac70 - Browse repository at this point
Copy the full SHA 139ac70View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa5ed7a - Browse repository at this point
Copy the full SHA aa5ed7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c423f52 - Browse repository at this point
Copy the full SHA c423f52View commit details -
Implement quadrilateral_areas using broadcasting
We need to define a vecdot function (which is available in the Array API but not the main numpy API, sadly), which will compute the dot product of the last axis of two arrays.
1Configuration menu - View commit details
-
Copy full SHA for dccdede - Browse repository at this point
Copy the full SHA dccdedeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d45e19 - Browse repository at this point
Copy the full SHA 8d45e19View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.