- Notifications
You must be signed in to change notification settings - Fork749
Implements buffer interface for .NET arrays of primitive types#1511
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
c2dff5d
to00aed52
Comparetry { | ||
np = Py.Import("numpy"); | ||
} catch (PythonException) { | ||
Assert.Inconclusive("Numpy or dependency not installed"); |
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.
We should probably make thatnumpy
is installed in our CI then, no?
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
00aed52
to5e5ffff
Comparelostmsu commentedAug 25, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Added For buffer formats seepybind/pybind11#1908 (comment) (also added code comment) |
6e1f0a8
to91de771
Compare91de771
todc9172a
Compare
What does this implement/fix? Explain your changes.
This allows Python libraries such as NumPy efficiently copy data to/from .NET arrays.
Checklist
Check all those that are applicable and complete.
CHANGELOG