This repository was archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Add variable length vector support #267
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
ae110ed
Add a template typed base PythonObject which provides the interface f…
da6ffd6
Add AddToDict method to the PythonObject interface.
c8cbf7b
Initial implementation of a PythonObject derived class which supports…
e4445ae
Select the type of PythonObject to create based on the column value c…
fda8a6c
Update bridge setter methods to take in both row and column rather th…
1b9ba54
Enable variable length columns for non-csr output data.
ef64291
Add column full of NaNs if no output value was ever specified.
9f20a35
Fix compile issues with the last checkin.
3e61f30
Merge branch 'master' into variable-length-vector
ganik 5defe1f
Add proper PythonObjectVariable deleter.
41c98e4
Initial skeleton code for testing variable length column value support.
d303d1e
Merge remote-tracking branch 'origin/variable-length-vector' into var…
63bd45e
Add support for specifying vector lengths to VariableColumnTransform.
426c060
Fix exception message in VariableColumnTransform.
d52b60f
Add initial tests for the variable length output conversion.
13fa748
Force re-run of ci tests since linux build crashed on previous run.
bc224b9
Zero pad column names when converting variable length vector columns.
042a4ac
Merge remote-tracking branch 'upstream/master' into variable-length-v…
6e00598
Use the new entrypoints file in DotNetBridge for the VariableColumnTr…
3a1caf8
Merge branch 'master' into variable-length-vector
eb06ae3
Add more detailed comments regarding why integers are converted to fl…
3f0cde9
Merge branch 'master' into variable-length-vector
39bf5c0
Rename the PythonObject* classes to PyColumn* in NativeBridge.
c9b2884
Clean up indentation and comments.
4b129d4
Refactor PyColumnVariable to support different behaviors for other ty…
15a474d
Add string column type support.
823ba3e
Merge branch 'master' into variable-length-vector
95e28f3
Fix int32 to float32 conversion losses precision.
e97079e
Clean up pointer usage in PyColumnVariable.
20dda09
Remove numCols from creation of PyColumn based classes.
0b3c993
Remove unnecessary assembly attribute.
1facdf5
Set initial capacity of valueCounts list in NativeDataInterop.
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
Oops, something went wrong.
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.