-
-
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
Use opt_einsum
by default if installed.
#8373
Conversation
Closes pydata#7764 Closes pydata#8017
Co-authored-by: Maximilian Roos <[email protected]>
Co-authored-by: Maximilian Roos <[email protected]>
I added a global option since this path is used for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me, and I'm fine with skipping tests with pint
for now.
Do you know what would be needed to change that, though? If so, I'd be willing to make that change for pint
.
@@ -326,6 +327,7 @@ | |||
"sparse": ("https://sparse.pydata.org/en/latest/", None), | |||
"cubed": ("https://tom-e-white.com/cubed/", None), | |||
"datatree": ("https://xarray-datatree.readthedocs.io/en/latest/", None), | |||
# "opt_einsum": ("https://dgasmith.github.io/opt_einsum/", None), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like the opt_einsum
project is using mkautodoc
, which doesn't seem to generate a intersphinx inventory (mkdocstrings
would be able to). So I guess this would need interaction with that project.
Add |
optimize=True
inxr.dot
docstring #8017whats-new.rst