-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support unsigned index type for 32-bit. (#20)
* start work * Is Azure is up and running? * Modify Azure test matrix for Python 3.8. * Generalized some ListArray::setid code for U32. * Keyword 'struct' not allowed on return type in Windows. * ListArray::getitem_next and ::carry are no longer duplicated for each index type. * Implemented ListArrayU32 and ListOffsetArrayU32 (no Python yet). * Added tests for ListArrayU32 and ListOffsetArrayU32. * Update signatures. * Updated Numba and the PR is done.
- Loading branch information
Showing
28 changed files
with
2,753 additions
and
733 deletions.
There are no files selected for viewing
This file contains 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 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 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 +1 @@ | ||
0.1.19 | ||
0.1.20 |
This file contains 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
Oops, something went wrong.