-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Soft import #9561
Open
scott-huberty
wants to merge
9
commits into
pydata:main
Choose a base branch
from
scott-huberty:soft_import
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
Soft import #9561
+170
−82
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 357341d - Browse repository at this point
Copy the full SHA 357341dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 039a7b1 - Browse repository at this point
Copy the full SHA 039a7b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cf4ab6 - Browse repository at this point
Copy the full SHA 8cf4ab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcba465 - Browse repository at this point
Copy the full SHA bcba465View commit details
Commits on Oct 3, 2024
-
Merge remote-tracking branch 'upstream/main' into soft_import
resolved conflict stemming from pydata#9505 by accepting this branches changes (pydata#9505 was just a slight edit on the old try import .. except pattern)
Configuration menu - View commit details
-
Copy full SHA for 3c5d35d - Browse repository at this point
Copy the full SHA 3c5d35dView commit details
Commits on Oct 25, 2024
-
FIX: Make it play well with mypy
Per the proposal at pydata#9561 (comment) This pairs any use of (a now simplified) `attempt_import` with a direct import of the same module, guarded by an `if TYPE_CHECKING` block.
Configuration menu - View commit details
-
Copy full SHA for 12ee425 - Browse repository at this point
Copy the full SHA 12ee425View commit details -
Merge remote-tracking branch 'upstream/main' into soft_import
I was able resolve the conflicts in the listed files below by accepting a combination of the changes from the main branch and this PR. Basically just stacked the changes that were recently merged to main with the changed in this PR. I did not modify the content of the changes from main at all.
Configuration menu - View commit details
-
Copy full SHA for 4df451c - Browse repository at this point
Copy the full SHA 4df451cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcbde38 - Browse repository at this point
Copy the full SHA bcbde38View commit details
Commits on Nov 14, 2024
-
Update xarray/tests/test_utils.py
Co-authored-by: Michael Niklas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d13cba7 - Browse repository at this point
Copy the full SHA d13cba7View 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.