-
Notifications
You must be signed in to change notification settings - Fork 187
Convert AbstractArrays with strides
to NumPy arrays
#876
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
Closed
Closed
Changes from 21 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
f3e9f3c
Add pyslice and PySlice for Python slices
mkitti 48cb90b
PermutedDimsArray and StridedSubArray PyObject OL
mkitti bfbb1e9
pyembed ReinterpretArray as parent
mkitti 9db36cd
Widen NpyArray to AbstractArray from StridedArray
mkitti 8909d2b
Consolidate PySlice
mkitti 9fd89da
Fix scalar indices in SubArray
mkitti d4c1899
Enhance coverage with tests
mkitti 39eb96b
Fix Core.TypeofVararg pyany_toany for Julia 1.7
mkitti 457d1f3
Fix roundtripeq typo for ranges
mkitti 38a8db3
Fix Julia 1.0 isnothing, and 1.7 Core.TypeofVararg
mkitti 5520835
Lower version for Core.TypeofVararg
mkitti b2c3b41
Remove @static from TypeOfVararg
mkitti bb3f68e
Skip Core.TypeofVararg test for 1.7 prerelease
mkitti a9e562b
Check version during AOT test
mkitti 3d4760e
Fix AOT workflow due to resolved issues
mkitti 09ab06a
Add --project when running tests
mkitti 42eda17
Fix runtests.sh arg order
mkitti f05803c
Fix runtests.sh
mkitti 57fd8fd
Cleanup tests
mkitti 151bffe
Fix whitespace
mkitti 60979d7
Annotate Core.TypeofVararg code
mkitti 51dfc02
Remove PyObjectWithParent code
mkitti cd36aa2
Remove automatic conversion of slices to PySlice
mkitti fa4ed28
Use applicable rather than hasmethod
mkitti 0c8db20
Remove PyObjectWithParent tests
mkitti 777db62
Replace Core.TypeofVararg with typeof(Vararg)
mkitti d04dc61
Merge remote-tracking branch 'origin/master' into transpose_and_slice
mkitti 97bb48b
Remove PySlice, pyslice, and other slice related code for a separate PR
mkitti d7a1030
Remove unused reference to StridedSubArray
mkitti File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
thisdir="$(dirname "${BASH_SOURCE[0]}")" | ||
exec "$thisdir/julia.sh" --startup-file=no --color=yes -e ' | ||
exec "$thisdir/julia.sh" --startup-file=no --color=yes --project=$thisdir -e ' | ||
using Pkg | ||
Pkg.test("PyCall") | ||
' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Uh oh!
There was an error while loading. Please reload this page.