-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Include generated stubs in python package #6917
Open
timohl
wants to merge
29
commits into
isl-org:main
Choose a base branch
from
timohl:typing-packaging
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 564af88 - Browse repository at this point
Copy the full SHA 564af88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a9cc95 - Browse repository at this point
Copy the full SHA 9a9cc95View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85dd074 - Browse repository at this point
Copy the full SHA 85dd074View commit details -
Configuration menu - View commit details
-
Copy full SHA for b92858d - Browse repository at this point
Copy the full SHA b92858dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 890e28a - Browse repository at this point
Copy the full SHA 890e28aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7f9e5 - Browse repository at this point
Copy the full SHA 5a7f9e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e948617 - Browse repository at this point
Copy the full SHA e948617View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d25267 - Browse repository at this point
Copy the full SHA 4d25267View commit details -
Configuration menu - View commit details
-
Copy full SHA for f312848 - Browse repository at this point
Copy the full SHA f312848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10b6fce - Browse repository at this point
Copy the full SHA 10b6fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for a11fa4f - Browse repository at this point
Copy the full SHA a11fa4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7966fc0 - Browse repository at this point
Copy the full SHA 7966fc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62e1262 - Browse repository at this point
Copy the full SHA 62e1262View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffd1985 - Browse repository at this point
Copy the full SHA ffd1985View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ad29d - Browse repository at this point
Copy the full SHA e4ad29dView commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9df7eb9 - Browse repository at this point
Copy the full SHA 9df7eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c6f475 - Browse repository at this point
Copy the full SHA 9c6f475View commit details -
Configuration menu - View commit details
-
Copy full SHA for e599939 - Browse repository at this point
Copy the full SHA e599939View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2607605 - Browse repository at this point
Copy the full SHA 2607605View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c3451a - Browse repository at this point
Copy the full SHA 8c3451aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c10cc3 - Browse repository at this point
Copy the full SHA 9c10cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f640de - Browse repository at this point
Copy the full SHA 9f640deView commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43d8514 - Browse repository at this point
Copy the full SHA 43d8514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61da990 - Browse repository at this point
Copy the full SHA 61da990View commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 288d51d - Browse repository at this point
Copy the full SHA 288d51dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 230a9a6 - Browse repository at this point
Copy the full SHA 230a9a6View commit details -
Changed
lambda
tolambda_penalty
in orient_normals_consistent_tan……gent_plane. `lambda` is a reserved keyword in python and causes mypy to complain.
Configuration menu - View commit details
-
Copy full SHA for 6df9d85 - Browse repository at this point
Copy the full SHA 6df9d85View commit details -
Changed lookat, up, front, and zoom to optional args.
This is in line with the cpp implementation and avoids named args before positional args.
Configuration menu - View commit details
-
Copy full SHA for 54eab24 - Browse repository at this point
Copy the full SHA 54eab24View commit details
Commits on Sep 2, 2024
-
Changed
fs::path
to be bound toos.PathLike|str
.Strings are implicitly convertible to `fs::path`, but pybind11 just uses `os.PathLike` and not `os.PathLike | str` as type annotation. Python does not support implicit conversions for annotations, so this corrects the annotations to be explicit.
Configuration menu - View commit details
-
Copy full SHA for 70b3f81 - Browse repository at this point
Copy the full SHA 70b3f81View 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.