- Notifications
You must be signed in to change notification settings - Fork748
Allow creating new .NET arrays from Python using Array[T](dim1, dim2,…) syntax#1291
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
46e7c65
to96cee3e
Compare96cee3e
to1d17421
Comparecodecov-io commentedNov 24, 2020 • 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.
Codecov Report
@@ Coverage Diff @@## master #1291 +/- ##======================================= Coverage 87.97% 87.97% ======================================= Files 1 1 Lines 291 291 ======================================= Hits 256 256 Misses 35 35
Flags with carried forward coverage won't be shown.Click here to find out more. Continue to review full report at Codecov.
|
What does this implement/fix? Explain your changes.
This handles a few new argument combinations in
tp_new
of .NET array types:Array[T](3,5,7)
) to create a multidimensional array.It processes all exceptions specified inhttps://docs.microsoft.com/en-us/dotnet/api/system.array.createinstance?view=net-5.0#System_Array_CreateInstance_System_Type_System_Int64___
Does this close any currently open issues?
fixes#251
Checklist
Check all those that are applicable and complete.
AUTHORS
CHANGELOG