-
-
Notifications
You must be signed in to change notification settings - Fork 215
Feather investigation #894
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
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
5a19931
init feather implementation
sahithyaravi 87907d9
Merge remote-tracking branch 'origin/develop' into feather_investigation
sahithyaravi 6d2f5c3
sparse matrix
sahithyaravi 33881ea
test notebook
sahithyaravi 55743bd
feather pickle compare
sahithyaravi 1437005
test arrow vs feather
sahithyaravi ef461d7
Merge remote-tracking branch 'origin/develop' into feather_investigation
sahithyaravi 5c27237
add columns condition
sahithyaravi f61d9b5
Testing
sahithyaravi 484869e
Merge branch 'develop' into feather_investigation
sahithyaravi 3c513b0
get_dataset add cache format
sahithyaravi 0b3d781
add pyarrow
sahithyaravi a9becf1
sparse matrix check
sahithyaravi aff8aff
pep8 and remove files
sahithyaravi 48e2a16
return type
sahithyaravi 19c22fe
fix type annotation
sahithyaravi 98be055
value check
sahithyaravi 112eb1d
change feather condition
sahithyaravi 99fac3d
fixes and test
sahithyaravi cf3cbad
fix errors
sahithyaravi 7583e88
Merge branch 'develop' into feather_investigation
sahithyaravi 09d6bdb
testing file
sahithyaravi 3aff927
feather new file for attributes
sahithyaravi b521534
change feather attribute file path
sahithyaravi 8eb77cf
delete testing file
sahithyaravi 4894bbd
testing changes
sahithyaravi b6839b1
delete pkls
sahithyaravi 131bdad
fixes
sahithyaravi aeb9b98
fixes
sahithyaravi 865d4dc
add comments
sahithyaravi 701496f
change default caching
sahithyaravi f689897
pip version
sahithyaravi 74f359e
review comment fixes
sahithyaravi 19272e5
newline
sahithyaravi 09a5469
fix if condition
sahithyaravi f0da5a1
Update install.sh
sahithyaravi ed8ca7b
pandas verison due to sparse data
sahithyaravi d7488f7
review #2
sahithyaravi d09c431
Update appveyor.yml
sahithyaravi bf44356
Update appveyor.yml
sahithyaravi e6bc0b0
rename cache dir
sahithyaravi 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
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.
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.
I'm somewhat surprised that this one isn't annotated. @Neeratyoy could you please add to your stack to figure out why this is legal given that we have mypy running?
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.
Sure.
Just to confirm the task: I have to check why the missing annotation for cache_format was never caught.
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.
Yes, that's correct.