Bug fixes
- Prioritize
module.builder_kwargs
over defaults inTestCommand
#3672 (@lvwerra) - Fix TestCommand to copy dataset_infos to local dir with only data files #3680 (@albertvillanova)
- Upgrade black to version ~=22.0 #3691 (@LysandreJik)
- Fix streaming for servers not supporting HTTP range requests #3689 (@albertvillanova)
- Pin ElasticSearch #3701 (@lhoestq)
- Fix ClassLabel to/from dict when passed names_file #3695 (@albertvillanova)
- Fix CI code quality issue #3710 (@albertvillanova)
- Check if indices values in
Dataset.select
are within bounds #3719 (@mariosasko) - Pin pandas to avoid bug in streaming mode #3725 (@albertvillanova)
- Use config pandas version in CSV dataset builder #3726 (@albertvillanova)
- Fix dataset mirroring (@lhoestq)
- Fix ValueError message formatting in int2str #3742 (@akulchik)
- Patch all module attributes in its namespace #3727 (@albertvillanova)
- Fix HfFileSystem docstring #3768 (@lhoestq)
- Fix: dataset name is stored in keys #3772 (@thomasw21)
- Fix Google Drive URL to avoid Virus scan warning #3787 (@albertvillanova)
- Fix error message in CSV loader for newer Pandas versions #3798 (@mariosasko)
- Pin responses to fix CI for Windows #3840 (@albertvillanova)
Full Changelog: 1.18.3...1.18.4