2.15.0
What's Changed
- Fix typo in Audio dataset documentation by @prassanna-ravishankar in #6222
- Add push_to_hub with multiple configs docs by @lhoestq in #6226
- Remove RGB -> BGR image conversion in Object Detection tutorial by @mariosasko in #6228
- Update README.md by @NinoRisteski in #6233
- Don't skip hidden files in
dl_manager.iter_files
when they are given as input by @mariosasko in #6230 - Update README.md by @NinoRisteski in #6223
- Remove unused global variables in
audio.py
by @mariosasko in #6241 - Improve error message for missing function parameters by @suavemint in #6232
- Fix cast from fixed size list to variable size list by @mariosasko in #6243
- Update create_dataset.mdx by @EswarDivi in #6247
- [DOCS] Fix typo: Elasticsearch by @leemthompo in #6258
- Support streaming datasets with pyarrow.parquet.read_table by @albertvillanova in #6251
- Temporarily pin tensorflow < 2.14.0 by @albertvillanova in #6264
- Fix CI 404 errors by @albertvillanova in #6262
- Remove
apache_beam
import inBeamBasedBuilder._save_info
by @mariosasko in #6265 - Improve documentation of dataset.from_generator by @hartmans in #6281
- Fix parquet columns argument in streaming mode by @lhoestq in #6295
- Doc readme improvements by @mariosasko in #6298
- Unpin
tensorflow
maximum version by @mariosasko in #6301 - Unpin
jax
maximum version by @mariosasko in #6300 - Fix ArrayXD cast by @mariosasko in #6297
- Reduce the number of commits in
push_to_hub
by @mariosasko in #6269 - Fix typo in code example in docs by @bryant1410 in #6307
- Update README.md by @smty2018 in #6304
- Deterministic set hash by @lhoestq in #6318
- docs: resolving namespace conflict, refactored variable by @smty2018 in #6312
- Fix typos by @python273 in #6321
- Fix commit message formatting in multi-commit uploads by @qgallouedec in #6313
- Temporarily pin fsspec < 2023.10.0 by @albertvillanova in #6331
- Unpin fsspec by @lhoestq in #6336
- Fix use_dataset.mdx by @angel-luis in #6351
- Add
fsspec
version to thedatasets-cli env
command output by @mariosasko in #6356 - Expanduser in save_to_disk() by @Unknown3141592 in #6098
- Fix time measuring snippet in docs by @mariosasko in #6367
- Temporarily pin pyarrow < 14.0.0 by @albertvillanova in #6375
- Fix typo in
Dataset.map
docstring by @bryant1410 in #6373 - Avoid redundant warning when encoding NumPy array as
Image
by @mariosasko in #6379 - Replace deprecated license_file in setup.cfg by @albertvillanova in #6332
- Minor release step improvement by @lhoestq in #6339
- Fix dependency conflict within CI build documentation by @albertvillanova in #6411
- Remove redundant condition in builders by @albertvillanova in #6398
- Handle future deprecation argument by @winglian in #6390
- Remove token value from warnings by @mariosasko in #6418
- Rename audio_classificiation.py to audio_classification.py by @carlthome in #6416
- Add pyarrow-hotfix to release docs by @albertvillanova in #6421
- Simplify filesystem logic by @mariosasko in #6362
- Fix conda release by adding pyarrow-hotfix dependency by @albertvillanova in #6423
New Contributors
- @prassanna-ravishankar made their first contribution in #6222
- @NinoRisteski made their first contribution in #6233
- @suavemint made their first contribution in #6232
- @EswarDivi made their first contribution in #6247
- @leemthompo made their first contribution in #6258
- @hartmans made their first contribution in #6281
- @smty2018 made their first contribution in #6304
- @python273 made their first contribution in #6321
- @angel-luis made their first contribution in #6351
- @Unknown3141592 made their first contribution in #6098
- @winglian made their first contribution in #6390
- @carlthome made their first contribution in #6416
Full Changelog: 2.14.7...2.15.0