-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Better windows support #644
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
c6fb176
fix test_arrow_dataset tests on windows
lhoestq 5b4092d
fix array tests
lhoestq a10d959
fix arrow reader test
lhoestq e41c3f1
fix arrow writer test
lhoestq d0bd5f3
fix test beam
lhoestq 8c9ed71
fix test caching
lhoestq 71c34ce
fix test builder
lhoestq 497f535
use os.sep instead of regular slash
lhoestq 77792cc
fix missing require lib decorators
lhoestq 63b2fdf
specify encoding when reqdig files
lhoestq 5650699
same for write
lhoestq 1249457
fix dummy data url separator
lhoestq 73b7427
fix csv in sogou
lhoestq 2bb4d51
fix cmrc dummy data
lhoestq 8afeaa5
close writer before raising error while generating examples
lhoestq 4eda49a
fix web_question dummy data
lhoestq 20a2a61
fix metric test
lhoestq 7e5bc81
fix dataset test
lhoestq 8c51cfb
fix test search
lhoestq a5672d7
fix test dataset dict
lhoestq b930853
fix dataset not compatible with windows
lhoestq eb4f3cc
fix test hf gcp
lhoestq 3df94c4
fix tf export
lhoestq 2cb0828
implement __del__ to fix permissions issues
lhoestq d05e9de
fix test metric
lhoestq 203d947
fix weirdest bug I ever met (so far)
lhoestq 6361172
del datasets instead of tables
lhoestq 5c0bda0
fix test distributed dataset
lhoestq 2a9fc9f
style
lhoestq e48b9d5
add ci job for windows
lhoestq d802938
update ci config version
lhoestq b01b5e6
add windows orb
lhoestq cfde6f2
use pip to install tensorflow
lhoestq 8eaadf6
finalize ci config
lhoestq 4e3c71d
fix test_map_nested
lhoestq 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 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
Binary file not shown.
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
Binary file not shown.
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
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
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
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.
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.
Youpi!